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

Adding field in VA03

Former Member
0 Likes
708

Hi all,

In VA03 - header - Order data tab - i added a field A and i appended in VBKD DBtable . where can i write the code to save it.

Edited by: vijay krishna on Jan 3, 2008 10:45 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
676

Hello vijay krishna ,

You can write your coding in user exit SAVE_DOCUMENT_PREPARE in include MV45AFZZ.

Regards,

John.

Hello vijay krishna ,

You can write your coding in user exit SAVE_DOCUMENT_PREPARE in include MV45AFZZ.

Regards,

John.

4 REPLIES 4
Read only

Former Member
0 Likes
677

Hello vijay krishna ,

You can write your coding in user exit SAVE_DOCUMENT_PREPARE in include MV45AFZZ.

Regards,

John.

Read only

Former Member
0 Likes
676

Hi john,

thanks it is working , but when i am entering the data in that field and saving it is working but when i am entering the value and going to another tab it is desapering.

Edited by: vijay krishna on Jan 3, 2008 12:14 PM

Read only

0 Likes
676

HI,

You probably have to do some coding in exit MOVE_FIELD_TO_VBKD as well!

Regards,

John.

Read only

Former Member
0 Likes
676

Hi John ,

will u pls tell me the code.