There are 3 main layers in ABAP RAP Model– Data Modeling & Behavior Layer Business Service Provisioning Layer Service Consumption Layer Data Modeling and Behavior
Author: coderobbot
CRM WEBUI – Let’s Get Started!
This post helps to create a simple view with one field with value node. Later creating two views and navigating between two views. Launch Tx–
Control Outbound IDoc Creation
IDoc’s are extensively used for different data transfer between SAP systems. Once we do all the IDoc configurations, the outbound IDoc’s generated in the sender
SALV TABLE – COLUMN COLOR
Below is the report code that just display the ALV using SALV class with no column color. CLASS lcl_flight DEFINITION.PUBLIC SECTION.DATA: lt_flight TYPE TABLE OF
outbound & inbound idoc number
IDoc is passed between two systems- sender and receiver. In Sender system the passed IDoc is called outbound IDoc and in receiving system its a
ABAP Format to json
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