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
Tell me a scenario where did you use secondary index?
How to find the return code of a statement in abap programs?
What is the difference between sum and collect?
SAP query how to use end users?
Can i have some Realtime Scenarios on Reports.
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
dear friends, do you know how to configure web dynpro and adobe into ECC6.0 IDES?
What are the system fields?
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
What do you do when the system crashes in the middle of a BDC batch session?
Explain client-dependent and client-independent tables.
Different between Interface and Abstract classes?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
What is the purpose of at first and at last?
What is the difference between skip and reserve?