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

Re :adding custom fields to standard transaction

Former Member
0 Likes
772

Hi ..

I've added custom fields to vbap table..I have also

added these fields in the va02 screen.

Now whatever values I enter for the zfields(va02 ) must be saved in vbap table.

How do i do this?.

Should I write in MV45AIZZ .(PAI).

what are the steps i have to follow?.

Thanks and regards..

tharun venkat

Hi ..

I've added custom fields to vbap table..I have also

added these fields in the va02 screen.

Now whatever values I enter for the zfields(va02 ) must be saved in vbap table.

How do i do this?.

Should I write in MV45AIZZ .(PAI).

what are the steps i have to follow?.

Thanks and regards..

tharun venkat

4 REPLIES 4
Read only

hymavathi_oruganti
Active Contributor
0 Likes
672

yes, in the PAI, u need to write,

UPDATE VBAP SET ZFIELD = ZFIELD(in the program).

Read only

Former Member
0 Likes
672

Hi Hyma,

zfield(in the program) means the textbox name added in va02 transaction

Read only

0 Likes
672

zfield in the program means the corresponding field name u have given for the newly added field in the table.

IN the layout u might have added some field ad have given some name (I/O) field name.

Read only

0 Likes
672

in the PAI ....update the vbap table using ur zfield...