ABAP Data Types
The amount of Data Types in ABAP isn't actually that much. There are only a few core Data Types on which every other Data Type is based upon.
Type | Keyword |
---|---|
Byte field | X |
Character | C |
Integer | I |
Floating point | F |
Packed number | P |
Text string | STRING |