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: 

Modify standard BAPI if standard TABLE is modified?

Former Member
0 Kudos

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

Former Member
0 Kudos

Hello

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

How to use - you may find yourself in SDN.

1 REPLY 1

Former Member
0 Kudos

Hello

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

How to use - you may find yourself in SDN.