Native SAP - ABAP - xUML Base Type Mappings
The table below lists the supported SAP and ABAP types and how they are mapped to xUML types. This is valid for both SAP RFC and IDoc communication. For details on the native type definitions, refer to the SAP documentation.
ABAP Type | Description | Native SAP Type | Internal Length | Decimals | xUML Base Type |
---|---|---|---|---|---|
| character[s] If the |
| required | - | String |
| required | - | |||
| required | - | |||
| required | - | |||
| required | - | |||
| required | - | |||
| numeric character[s] |
| required | - | String |
| required | - | |||
|
| - | - | String | |
| 4-byte signed integer |
| 4 bytes | - | Integer |
| 2-byte signed integer |
| 2 bytes | - | Integer |
| 1-byte unsigned integer |
| 1 byte | - | Integer |
| IEEE double-precision 64-bit floating point |
| - | - | Float |
| decimal number |
| required | optional | Float |
| required | optional | |||
| required | optional | |||
|
| - | - | Float | |
| time |
| 6 bytes | - | DateTime |
| Gregorian Calendar date |
| 8 bytes | - | DateTime |
| variable length binary octets |
| required | - | Blob |
| binary octets |
| required | - | Blob |
Related Pages: