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

Modify standard BAPI if standard TABLE is modified?

Former Member
0 Likes
469

Hi,

I have extended VBAK table (appending fields) and the dynpro of VA01, VA02 and VA03. When a user modifies or creates a sales order, appears new fields and its content is stored correctly at VBAK.

But, If a program runs BAPI_SALESORDER_CHANGE, how can I store data into the new fields of VBAK? Do I need to modify BAPI_SALESORDER_CHANGE?

Thanks in advance,

Ricard.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
419

Hello

No need. In this BAPI structure EXTENSIONIN is present. Use it.

How to use - you may find yourself in SDN.

1 REPLY 1
Read only

Former Member
0 Likes
420

Hello

No need. In this BAPI structure EXTENSIONIN is present. Use it.

How to use - you may find yourself in SDN.