Get Example source ABAP code based on a different SAP table
ABAP_ST - tt:value> Serializes and deserializes elementary data objects
ABAP_SOURCE_CODE DEMO CL_DEMO_ST_VALUE
ABAP_DESCRIPTION The called transformation DEMO_ST_VALUE>> shows the mapping of elementary ABAP data types for date, time, and time stamp to XML and back. TRNS DEMO_ST_VALUE It should be noted that tsp> is defined with the special type XSDDATETIME_Z> from the ABAP Dictionary. This type ensures that a special mapping is used for time stamps in packed numbers. This happens by default for the built-in time stamp type utclong>. The transformation is symmetrical>.