Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI Return Sales Order

Former Member
0 Likes
1,541

Hi,

I am trying to create an LSMW to create return orders using the standard SAP provided BAPI's.

I've seen plenty of posts about how Business Object BUS2032 doesn't work for Return orders with the Document Cetagory H, however I cannot find any BAPI that is available in ECC 6.0 that caters for return orders. I have seen in previous posts to use object BUS2102 in this release it now only relates to deliveries

Does anyone know of any that exist or do I need to go down the line of developing one specifically?

I find it hard to believe that SAP doesn't cater for Return orders in its newer releases.

Any ideas?

Thanks

Ben

2 REPLIES 2
Read only

Former Member
0 Likes
809

Bapi "BAPI_CUSTOMERRETURN_CREATE" which is part of Business object BUS2102 works well to create return orders. But the method "CREATEFROMDATA" does not have an ALE interface and hence not displayed under available methods in LSMW processing.

You may have to create the ALE interface for this method using transaction code BDBG so that the method to make it available in LSMW processing.

Regards, Vinod

Read only

Former Member
0 Likes
809

Thanks very much for your response Vinod - problem solved !