The post Internal Table with Group By(Part1) was an introduction to how to use the Group By Clause when doing some group operation in internal
Author: Manish Shankar
What is an API ?
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
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