SAP DESERIALIZATION - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

deserialization
Transformation of XML data or JSON data to ABAP data objects. Performed either by calling an XSLT program or a simple transformation. If use XSLT is used, the result of the transformation (in XML) must be a canonical XML representation (asXML) .