Application Development 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: 

BAPI_SALESORDER_CHANGE create/Change

Former Member
0 Kudos

Hi all,

I am using BAPI_SALESORDER_CHANGE BAPI for changing sale order through report. I will pass no. of items through file to this report.Each record will have item no,material no,quantity. If any item exists in sale order already, it should update with the values from the file.If the item doesn't exist,new item should be created with the record from the file.Can I get both the above features if I pass UPDATEFLAG = 'U' ?

Please suggest.

Edited by: Jaya on Apr 20, 2010 11:35 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Jaya,

Yes its Possible , make sure that Item no remains 00 and updateflag = I .Or alternaively You can use BAPI for So creation .

3 REPLIES 3

Former Member
0 Kudos

May not be possible, You would have to add FLAG as 'I' for INSERT.

Former Member
0 Kudos

Hello Jaya,

Yes its Possible , make sure that Item no remains 00 and updateflag = I .Or alternaively You can use BAPI for So creation .

Former Member
0 Kudos

Closing