cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC for Sync scenario

Former Member
0 Kudos

Hi All,

I have a scenario to ceate customer in SAP backend and get back the customer number in a Sync call.I have done using BAPI.

If I have to use IDOC(SAP recommends),how do I get back the Customer# as IDOC are supposed to be Async in nature.So is there any outboud IDOC for the same which automatically gets triggered when the inbound IDOC is received ?

Regards,

Premjit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Mishra,

If you are comfortable with function modules, then you can go with that route also. Create a FM and let the fm call the idoc internally and post the data and get the customer number. So you will send data to fm and it posts in sap and returns the response where you can populate the cusomter number etc .

Regards,

---Satish