The class CL_ABAP_DIFF compares the content of 2 compatible internal tables and finds their differences. The CREATE method returns the reference of the instance. Then
The class CL_ABAP_DIFF compares the content of 2 compatible internal tables and finds their differences. The CREATE method returns the reference of the instance. Then
This post is an introduction to the EML[Entity Manipulation Language] in RAP ABAP. The examples are considered with the demo flight information. To start with-
We will be developing an API which will take CARRID as input in JSON payload and it will return relevant details from SFLIGHT table. Goto
Postman can be downloaded from here. Select the Method(SET/GET..) → Enter the URL / Service / API → Navigate to Params Tab and enter if
Execute above code to get the XML Data from IDoc
If program takes much time to execute synchronous FM calls, then we can send it to Queue (created in TCode SMQR) which will execute asynchronously.