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

Create RFC using BAPI_SALESDOCUMENT_COPY

Former Member
0 Likes
458

Hi All,

I want to create a sales order reference to an old SO, thus I use BAPI_SALESDOCUMENT_COPY

but in this new SO, I want to change the line items data, how to do it ?

Shld I call BAPI_SALESORDER_CHANGE after BAPI_SALESDOCUMENT_COPY ?

Is this the correct way ? any other Bapis I can use ?

2 REPLIES 2
Read only

Former Member
0 Likes
400

Yes you have to use BAPI_SALESORDER_CHANGE or you can write your own bapi or remote enable fuction module writting BDC in that of T. Code va02.

Read only

Former Member
0 Likes
400

Yes you have to use BAPI_SALESORDER_CHANGE or you can write your own bapi or remote enable fuction module writting BDC in that of T. Code va02.