money(15) maps to a
g(string) ABAP datatype to preserve the
full precision because ABAP
P datatypes can only support up to 14
decimal points. All Event Stream Processor
money datatypes can be mapped to
g(string) as
well.
| Event Stream Processor Datatype |
ABAP Datatypes |
| boolean |
I |
| integer |
I |
| long |
P |
| float |
F |
| money (legacy/1-14) |
P |
| money(15) |
g(string) |
| string |
g(string) |
| date |
g(string) |
| timestamp |
g(string) |
| bigdatetime |
g(string) |
| interval |
P |
| binary |
y(xstring) |