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

Updating VBUK table

Former Member
0 Likes
994

Hi ,

I want to update UVK01 (Customer reserves 1 : Header status ) field in VBUK table . Is there any standard function module or BAPI to do it ? The standard ones that exist do not include this field . Please suggest me with some alternatives .

Thanks !

Regards,

Deepthi

Hi ,

I want to update UVK01 (Customer reserves 1 : Header status ) field in VBUK table . Is there any standard function module or BAPI to do it ? The standard ones that exist do not include this field . Please suggest me with some alternatives .

Thanks !

Regards,

Deepthi

3 REPLIES 3
Read only

Former Member
0 Likes
650

Go for a report. I also checked .. No FM seems to be suits for your requirement.

Read only

Former Member
0 Likes
650

Hi,

Try this,

function module BAPI_SALESORDER_CHANGE

after that execute BAPI_TRANSACTION_COMMIT with WAIT parameter is 'X'.

Read only

0 Likes
650

Hi Chakradhar ,

I already checked this ..The structures used here do not contain the field I want i.e UVK01 .