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 (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

The field ORDER_HEADER_INX-UPDATEFLAG must be 'U'. If you use it

as 'U', it will work correctly.

Best regards,

Joerg

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You need to enter a 'U' in the UPDATEFLAG field. Pls check the FM documentartion of how to populate the required fields.