sapdev logo background
sapdev logo sapdev logo
Comments

SAP ABAP DESERL NO ELEM ABEXA documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

Deserializing Missing Elements
This example demonstrates the deserialization of empty elements.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
An elementary data object, a structure and an internal table are transformed using the identity transformation
ID into asXML and asJSON display formats. With the
asXML and asJSON display formats, all elements or object components are removed.
When a standard deserialization into the original ABAP data objects is performed, the objects retain their original values. If the t
ransformation option clear
is used with the value "all" , all ABAP data objects are initialized.

Note
The modification of XML and JSON data using string processing is only shown here to make the example clearer. In productive programs, the API s of class libraries for XML should be used.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




ABAP_DESERL_EMPT_ELEM_ABEXA
ABAP_DICTIONARY_GLOSRY




comments powered by Disqus