cancel
Showing results for 
Search instead for 
Did you mean: 

Any function module available to create return order?

Former Member
0 Kudos

Hi Experts,

Is there any Fucntion Module to create a return order? In my scenario, I want to make an RFC call to this FM from CRM system and create a return order.

Is this scenario possbile?

Waiting for your inputs!

Thanks and Regards,

Rohit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rohit,

As we all know that we can create standard orders by using this function module: IDOC_INPUT_ORDERS

We can as well create returns order. We can copy the above FM into "Z" customize it as per requirements and use the same in RFC call.

With this i think you can create returns order in the background.

Hope this helps

Regards,

Syed Nasir

Former Member
0 Kudos

You can use the BAPI BAPI_SALESORDER_CREATEFROMDAT2.