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.

Oops, it seems that you need to place a table or a macro generating a table within the Table Filter macro.

The table is being loaded. Please wait for a bit ...

ABAP TypeDescriptionNative SAP TypeInternal LengthDecimalsxUML Base Type
C

character[s]

If the CHAR data is too long, the data will be truncated (no error thrown).

CHARrequired-String
CLNTrequired-
CUKYrequired-
LANGrequired-
LCHRrequired-
UNITrequired-
Nnumeric character[s]ACCPrequired-String
NUMCrequired-
STRING
STRING--String
I4-byte signed integerINT44 bytes-Integer
s2-byte signed integerINT22 bytes-Integer
b1-byte unsigned integerINT11 byte-Integer
FIEEE double-precision 64-bit floating pointFLOAT--Float
Pdecimal numberCURRrequiredoptionalFloat
DECrequiredoptional
QUANrequiredoptional
PACK
PACK--Float
TtimeTIMS6 bytes-DateTime
DGregorian Calendar dateDATS 8 bytes-DateTime
XSTRINGvariable length binary octetsRAWSTRINGrequired-Blob
Xbinary octetsRAWrequired-Blob
Related Pages:
  • No labels