SAP NUMERIC SOURCE FIELDS



Get Example source ABAP code based on a different SAP table
  



Numeric Source Fields
i, int8, (b, s)
p
decfloat16, decfloat34
f



Latest notes:

NON_V5_HINTS
Instead of a conversion, string templates or the statement WRITE ... TO can often be used with their formatting options to assign numeric values to text fields and text strings.
ABAP_HINT_END

ABAP_EXAMPLE_VX5
Conversion of the integer 100 to different target types. The type-compliant formatted output is 1E+02, 0000000100, 64, 000140.
ABEXA 01179
ABAP_EXAMPLE_END