Show TOC

Datatype Mapping for the SAP RFC Output AdapterLocate this document in the navigation structure

Event Stream Processor datatypes map to SAP ABAP datatypes.

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)
second g(string)
msdate g(string)
bigdatetime g(string)
interval P
binary y(xstring)