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_SALESORDER_CHANGE

Former Member
0 Likes
385

hai everyone,

i am using BAPI_SALESORDER_CHANGE for changing the reason for rejection for a particular line item for a sales document , what are all the mandatory fields to be passe to this baoi, pls suggest me.

cheers

hai everyone,

i am using BAPI_SALESORDER_CHANGE for changing the reason for rejection for a particular line item for a sales document , what are all the mandatory fields to be passe to this baoi, pls suggest me.

cheers

1 REPLY 1
Read only

Former Member
0 Likes
365

Hi Kumar,

The required fields are very limited:

1. Parameter: salesdocument

2. Field updateflag of structure order_header_inx

3. Per position to change the reason of rejection:

- Field ITM_NUMBER and REASON_REJ itm_number of table order_item_in

- Field ITM_NUMBER, UPDATEFLAG and REASON_REJ of table order_item_inx.

Regards,

John.