sapdev logo background
sapdev logo sapdev logo
Comments

SAP ABAP ASXML ASJSON EMPTY ABEXA documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

asXML, Deserialization of Structure Components
This example demonstrates the deserialization of empty and missing structure components.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
A structure is transformed using the identity transformation ID into asXML and asJSON display formats. With
asXML display format, the values of two elements and two complete elements are removed. With JSON , values cannot be removed. With asJSON display format, the values of two object components and two object components are removed.
After deserialization into the original ABAP structure, the components with empty XML elements assigned to them are initial. Components, for which no XML elements or no JSON object components exist, retain their previous value.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




ABAP_ASJSON_SCHEMA
ABAP_ASXML_REFERENCES




comments powered by Disqus