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

BAPI VBAK

Former Member
0 Likes
680

Hello Guru's,

I have read some threads on how to change the VBAK table, but it doesn't give me the right idea on how to do it. Is there a bapi which I can use to update the VBAK table?

Best regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
564

HI,

Would you like to add fields to the VBAK Table?

Then you can use append structure to do that.

Would you like to change a sales order (which is the data in the VBAK Table)?

You can use the TCODE VA02 to change the Sales order

or you can use BAPI_SALESORDER_CHANGE for this

santhosh

3 REPLIES 3
Read only

Former Member
0 Likes
564

Hi,

Regards,

Sandeep

Read only

Former Member
0 Likes
565

HI,

Would you like to add fields to the VBAK Table?

Then you can use append structure to do that.

Would you like to change a sales order (which is the data in the VBAK Table)?

You can use the TCODE VA02 to change the Sales order

or you can use BAPI_SALESORDER_CHANGE for this

santhosh

Read only

Former Member
0 Likes
564

Hi

Go through the link given below :

With Regards

Nikunj Shah