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: 

UpdationFlag in BAPI

Former Member
0 Kudos

Hi Experts,

what is updateflag in headerx and itemx structers , what are the possible values for that field, where can i check those values , i am working sales order creation BAPI- BAPI_SALESDOCU_CREATEFROMDATA2.

FYI.. itemx-updateflag = 'I'. this is the field , like 'I' , how many values are there, where can i see those values...

helpfulanswers will be rewarded.

1 REPLY 1

Former Member
0 Kudos

Updation flag is an indiactor for updating data into the particular structure.

For eg : If we want to upload header data for sales order we have to chek the flag for haeder structure.

<b>Possible values are 'X' and space.</b>

Try checking any test data if at all exist in the function module.

Testdata can be viewed from....... <b>se37 then execute and then testdata on the application tool bar.</b>

Thanks