Hi All,
I am trying to find the code for the OData call for Create Purchase Requisitions Fiori App and need some help with the next steps. I tried going to /IWFND/MAINT_SERVICE -> Found the End Point -> went to configuration and then I could see some entity sets and then I am lost.
This is my first such attempt with Gateway/OData, so any help is appreciated.
This is what I have so far:
Batch requests are made to: http://<host>:<port>/sap/opu/odata/sap/MMPUR_REQ_SSP_MAINTAIN_SRV/$batch
End point is: MMPUR_REQ_SSP_MAINTAIN_SRV
--batch_3b3a-65b7-9d71 Content-Type: application/http Content-Transfer-Encoding: binary
POST I_Purchaserequisition_WdActivation?PurchaseRequisition=''&PurReqnDraftUUID=guid'00505683-043b-1ed6-a0a2-134faa0780d8' HTTP/1.1
sap-contextid-accept: header
Accept: application/json
Accept-Language: en-US
DataServiceVersion: 2.0
MaxDataServiceVersion: 2.0
I am interested in finding out where in the code following POST request in the batch call hits, i.e. it is calling some program where functions are defined to handle these requests which query the tables, I want to see which program is being called and eventually which tables are being queried etc.
Thank you!