‎2009 Nov 03 2:31 AM
Hi Gurus,
I hope you can help me a walkthrough of using BAPISDORDER_GETDETAILEDLIST and SD_SALESDOCUMENT_CHANGE. Basically, I need to update a sales document by copying its line items and inserting it to the same sales document as ne new line item order. I need to copy all the properties of the order line item (text, schedule, condition) and the modification I just need to do is line item quantity.
I hope you can guide me and your help will highly appreciated.
Thank you in advance.
Regards,
Mon Magallanes
‎2009 Nov 03 3:01 AM
Hi,
I would suggest to use BAPI BAPI_SALESORDER_CHANGE instead of SD_SALESDOCUMENT_CHANGE. You should have no problem to achieve your goal after reading documentation for BAPI_SALESORDER_CHANGE in SE37.
Cheers
‎2009 Nov 03 3:01 AM
Hi,
I would suggest to use BAPI BAPI_SALESORDER_CHANGE instead of SD_SALESDOCUMENT_CHANGE. You should have no problem to achieve your goal after reading documentation for BAPI_SALESORDER_CHANGE in SE37.
Cheers
‎2009 Nov 05 2:54 AM
I solved it on my own.
Thanks for the possible solution.
Regards,
Mon Magallanes
‎2016 Jul 27 3:07 AM
Hi,
quite late reply although, I want to ask how you solve this issue? I am facing same problem.