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

UpdationFlag in BAPI

Former Member
0 Likes
628

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.

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
Read only

Former Member
0 Likes
536

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