The following ABAP types mapping table is valid for both SAP RFC and IDoc communication.
|
ABAP Type |
Description |
Dictionary Types |
E2E Bridge Base Type |
|---|---|---|---|
|
|
character[s]
|
If the
|
String |
|
|
numeric character[s] |
|
String |
|
|
|
|
String |
|
|
4-byte signed integer |
|
Integer |
|
|
2-byte signed integer |
|
Integer |
|
|
1-byte unsigned integer |
|
Integer |
|
|
IEEE double-precision 64-bit floating point |
|
Float |
|
|
decimal number |
|
Float |
|
|
|
|
Float |
|
|
time |
|
DateTime |
|
|
Gregorian Calendar date |
|
DateTime |
|
|
variable length binary octets |
|
Blob |
|
|
binary octets |
|
Blob |