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
Can a filed occur in several field groups?
How collect statement is different from append?
What is use of transparent table in abap? How it is different from pool tables?
How many structures can be created in a Ztable ?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
What type of user exits have you written ?
Hat are the different types of mode (run code) in call transaction method?
Explain the function module in bdc?
What is the length of function code at user-command?
What is function group?
What are the page headers for secondary lists?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
Can we use on change of between select and endselect?