cancel
Showing results for 
Search instead for 
Did you mean: 

How to Consume Sales order A2X RFC BAPI API(SAP_COM_0109) in SAP Public Cloud BADI

Gahan_Narayan
Explorer
0 Kudos
128

Hello Experts,

I am trying to consume Sales order A2X RFC BAPI API(SAP_COM_0109) in ADT to update sales order data for few custom fields created using Business service consumption model in BADI: SD_SLS_MODIFY_HEAD,

Kindly suggest if this is a plausible approach and please guide on how the service consumption model can be configured and used in SAP Public cloud.

Thank you in advance.

SAP S/4HANA Cloud Public Edition 

View Entire Topic
DequanXu
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

Here is the documentation for the API.

https://api.sap.com/api/CE_SALESORDER_0001/overview

You can refer to this blog on how to use the API with custom fields. 

https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/import-sales-orders-part4-cus...

Best regards,

Dequan Xu

Gahan_Narayan
Explorer
0 Kudos
Hello @dequan Xu, Thank you for your response. could you help with how i can configure the destination and authentication if i am trying to consume the Sales order API via service consumption model in ADT so that i can later call the API to update the data inside a BADI