‎2011 Oct 13 2:12 AM
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
‎2011 Oct 13 5:13 AM
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
‎2011 Oct 13 7:49 AM