API stands for Application Programming Interface, it is a set of commands, functions, protocols and objects that developers can use to integrate application, software or
Tag: abap
EXPOSE SERVICE / API FROM SAP – XML response
Please check this blog for SICF configuration and Service handler class creation. In this example, passing the IDoc number through Params instead if Payload. Payload
Exposing service / REST APIs from SAP
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
Find User who ran the Report/TCode on certain day
Execute TCode: ST03N Expand the Node: Total → Select the Date → Click on Transaction Profile → Click on Standard → Select the column name
Program to retrieve XML Data from IDoc
Execute above code to get the XML Data from IDoc
Push asynchronous RFC execution over Queue (SMQR)
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.