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
Category: Uncategorized
Exposing service / REST APIs from SAP – 2
While working in Real time, we may have to expose N numbers of APIs from SAP and it is not a good practice to create
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
EXPOSE Parameterized SERVICE / APIS FROM SAP
For detail SICF configuration please check this Blog. Instead of Payload, we will put the values in Parameters, Payload will be empty. Code Reference:
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
Test APIs through Postman
Postman can be downloaded from here. Select the Method(SET/GET..) → Enter the URL / Service / API → Navigate to Params Tab and enter if