Ansicht
Dokumentation

ABENNUMERIC_SOURCE_FIELDS - NUMERIC SOURCE FIELDS

ABENNUMERIC_SOURCE_FIELDS - NUMERIC SOURCE FIELDS

General Data in Customer Master   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.
SAP E-Book

Numeric Source Fields

Note

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.

Example

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

TYPES n10 TYPE n LENGTH 10.
cl_demo_output=>display(
|decfloat34: { CONV decfloat34( num ) STYLE = SCIENTIFIC }\n| &&
|n LENGTH 10: { CONV n10( num ) }\n| &&
|xstring: { CONV xstring( num ) }\n| &&
|t: { CONV t( num ) }\n| ).






Fill RESBD Structure from EBP Component Structure   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 1626 Date: 20240425 Time: 063507     sap01-206 ( 25 ms )