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
Write special commands of list?
What is buffering allowed but switched off?
What is meant by slab? How is indian slab and us slab? : sap abap hr
What is runtime analysis?
When the top-of-page event does get triggered?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What are the types of views? : sap abap data dictionary
What is the master data necessary before you can start posting in MM?
What is table attribute? : abap data dictionary
Why do we use logical blocks in abap program?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What are the events in abap/4 language? : abap hr
What is the function of the transport system and workbench organiser? : abap data dictionary
Why lsmw does not support call transaction method? : abap bdc
What is the abap program name to process the batch input session automatically? : abap bdc