cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_SALESORDER_CHANGE

Former Member
0 Kudos

Hi,

When I am trying to change a Sales Order with u2018BAPI_SALESORDER_CHANGEu2019.

I am giving the below input fields to this BAPI

1) SALESDOCUMENT

2) UPDATEFLAG (Update indicator) Since this field is mandatory in the Structure BAPISDH1X

3) RETURN (Return Code) since this field is mandatory in the Structure BAPIRET2

But when I execute the BAPI with above Input Fields I am getting error message as u2018Field header_inx-updateflag is not an input fieldu2019 Message Number: 00347

How to overcome this problem can any one help in this regard.

Also Plz suggest me Is the above Input fields are enough to execute a u2018BAPI_SALESORDER_CHANGEu2019.

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The following two fields are mandatory as you can see in the SE37 T-code in Import Tab

SALESDOCUMENT

ORDER_HEADER_INX

Also RETURN is a table which is mandatory and values needs to be mentioned in this table.

So this is purely techinical and proper input needs to be given to the function module and only technical consultant will be able to help you on this.