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 custom fields to transaction screens

Former Member
0 Likes
759

Hi All!

I have to add 5 additional fields to the screen program name SAPLV02Z and screen number is 0200.I have to add this just below the existing fields.Which user exit i have to use and also can anybody provide me the sample code to achieve this.

regards

praneeth

Hi All!

I have to add 5 additional fields to the screen program name SAPLV02Z and screen number is 0200.I have to add this just below the existing fields.Which user exit i have to use and also can anybody provide me the sample code to achieve this.

regards

praneeth

1 REPLY 1
Read only

Former Member
0 Likes
500

Hi Praneeth,

Adding any new fields to KNVV or KNA1, please use data dictionary strucutre KNVVEXIT or KNA1EXIT respectively.

The program SAPLV02Z uses these 2 structures to transfer data and it will automatically take care of the function of a FIELD statement in the screen flow logic.

Hope this will help.

Regards,

Ferry Lianto