cancel
Showing results for 
Search instead for 
Did you mean: 

Create Sales Order in S4/HANA from SAP IBP

SreejitD14
Discoverer
0 Kudos
460

Hello Experts,

 

I have a custom scenario of creating Sales Order in S4 from SAP IBP. I wanted to get some ideas if someone has worked in any of such similar scenarios.

For me these are the 2 approaches , please feel free to add or correct them ..

1. Using a custom function module which would call the standard BAPI's and then via a webservice we can connect in CI-DS , or we can use RFC function call.

Can we do this without the custom function module by using only standard BAPI's like BAPI_SALESORDER_CREATEFROMDAT2 ?

2. Can we handle this scenario also using API's , for that I believe we need to create a REST based datastore in CI-DS. Do someone have any concrete documentation on the same ??

 

Any help is much appreciated !

 

Kind regards,

Sreejit

View Entire Topic
JoyD
Product and Topic Expert
Product and Topic Expert
0 Kudos
For the second question, https://help.sap.com/docs/cloud-integration-for-data-services/help-center-for-sap-cloud-integration-... is for the reference about Rest WS datastore in CI-DS
Mauro_Rivas
Discoverer
0 Kudos
Thank you Joy, can I use an ODATA API URL as a REST datstore in CI DS?
JoyD
Product and Topic Expert
Product and Topic Expert
0 Kudos
It's not the standard usage. ODATA API should be used in ODATA Adapter. REST WS datastore should be configured with connect to a REST Web Service