sapdev logo background
sapdev logo sapdev logo
Comments

SAP ABAP JSON documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

ABAP and JSON
This section explains how JSON data can be created and read in ABAP. The main topics are
  • processing and creating JSON data using parsers and renderers created and used using the API s found in sXML Library .

  • the direct transformation of ABAP data to JSON format (known as serialization) and reads of data in JSON format to ABAP data objects (known as deserialization) using transformations located as programs in the repository.

  • The handling of JSON data in ABAP is based on the following principles:
  • A JSON-XML format maps JSON data to XML .

  • XML readers and XML writers in sXML Library support

  • JSON-XML and can be used as parsers and renderers of JSON data.
  • Direct transformations can be made between ABAP and JSON . Here, a canonical JSON representation of ABAP data called asJSON can be used for the identity transformation ID .

  • For examples, see the appropriate programs in the example library .
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




    ABAP_JAVA_SCRIPT
    ABAP_JSON_ABEXAS




    comments powered by Disqus