Answer Posted / shatrughan singh
There are eight predefined types in ABAP with fixed length:
Four character types: Character (C), Numeric character (N), Date (D), and Time (T).
One hexadecimal type: Byte field (X).
Three numeric types: Integer (I), Floating-point number (F) and Packed number (P).
There are two predefined types in ABAP with variable length:
STRING for character strings , XSTRING for byte strings
Complex type.
structure type.
Reference type.
Data reference
Object Reference
class reference
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the basic object types? : sap abap hr
How do you control printer functions from sapscript?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
Mention some important events in abap programming.
Which objects are independent transport objects? : abap data dictionary
What is the use of enqueue function module? : sap abap data dictionary
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
What is the use of lock objects?
if while coding power goes off , how to retrieve the codes?
Can a transparent table exist in the data dictionary but not in the database physically?
What are the aggregate objects in the dictionary? : abap data dictionary
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
Explain the advantage of structures?
What are function modules?
What are the advantages of logical databases : abap hr