ABAP provides a set of built-in data types. In addition, every structure, table, view or data element defined in the ABAP Dictionary can be used to type a variable. Also, object classes and interfaces can be used as types.
The built-in data types are:
| Type | Description |
|---|---|
| I | Integer (4-bytes) |
| P | Packed decimal |
| F | Floating point |
| N | Character numeric |
| C | Character |
| D | Date |
| T | Time |
| X | Hexadecimal (raw byte) |
| STRING | Variable-length string |
| XSTRING | Variable-length raw byte array |
No comments:
Post a Comment