Hey, SAP gateway gurus,
I am new to SAP gateway and I created a SAP gateway service based on what I learned in the online tutorial video.
When a SAP gateway service URL is called in our shop, we will use a service account as the calling user.
(1) How and where the service account user name and password are passed? attach them to the URL?
The URL looked like http://server_name:port number/sap/opu/odata/sap/Finance_SRV/INTERNAL_ORDERS/?$format=json
(2) How can we pass and post a batch file in JSON format to a SAP gateway service? Is there any sample out there?
(3) How can I return the regular HTTP error message number in the DPC_EXT method if there is error during the query or update process?
Thank you in advance!