ABAP Keyword Documentation →  ABAP − Reference →  Data Interfaces and Communication Interfaces →  ABAP and JSON →  Transformations for JSON →  asJSON - Canonical JSON Representation →  asJSON - Mapping of ABAP Data Types → 

asJSON - Mapping of Internal Tables

Internal tables are represented in asJSON as JSON arrays. The rows of the internal table are represented in their canonical representation as the components of the array. All table categories are allowed. Serializations do not pass any information about the table category to the JSON data. If the target field of a deserialization is a sorted table, the rows are sorted accordingly.

Notes

Example

See asJSON for Internal Tables.