Converting ABAP Internal Table to JSON & JSON to ABAP The class /UI2/CL_JSON provides methods such as Serialize & Deserialize to convert ABAP to JSON
Author: coderobbot

Where to get MIME Type for Media Related Gateway Project?
While working on the media resource of the gateway project Gateway Project PDF FIle ( GET_STREAM Method), it is required to fill the MIME Type
Gateway Project Create Deep Entity
The below post is an extension of the project Gateway Project for Expanded Entity Set. Below is the project date model with association(Navigation) and the
Gateway Project PDF FIle
The below post shows the gateway project data model to get the PDF file data by implementing the GET_STREAM method. The aim is to pass
Gateway Project for Multi Level Association
The below post shows to design a gateway project with multi level association like from parent->child->grandchild. Later testing this with expanded entity set. The three
Gateway Project for Expanded Entity Set
The below post takes about how to implement GET_EXPANDED_ENTITY and GET_EXPANDED_ENTITYSET for deep structures like parent-child or header-item. The usual flight demo data is used.