What are different data types in ABAP?
Answer / 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 |
What is an rfc?
I want to give a input/output field on list , where can I define it?
17) How will you validate selection screen elements?
what is difference between user exit, customer exit and badi?
parter profiles are stored in which table?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What are the attributes of the data in data dictionary? : abap data dictionary
What is locking ?
How do you connect to the remote server if you are working from the office for the client in remote place?
You have 5lakh records to transfer to sap from flat file.which method of bdc you wiil choose and why?
In the windows NT environment A-gate and w-gate are connected via which protocols?
Can a constructor be declared private? If yes then in which scenario?