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: 

Adding additional fields to VA01

Former Member
0 Kudos

Hi Experts,

How to add the additional fields to VA01 screen, what is the procedure for this.

Please help me out in this.

Thanks in Advance,

Praveen

1 ACCEPTED SOLUTION

amit_khare
Active Contributor
0 Kudos

Go to SE51.

Give the program name as SAPMV45A

Give the screen number as 8309

Press change button..

Go to the layout..

Then add a new field..

3 REPLIES 3

former_member212653
Active Contributor
0 Kudos

In transaction SE80, Program SAPMV45A, on Dynpro 8459, 8460, 8309, 8310 you can add the fields and the appropriate PBO- and PAI-Coding.

Also check out this thread...

amit_khare
Active Contributor
0 Kudos

Go to SE51.

Give the program name as SAPMV45A

Give the screen number as 8309

Press change button..

Go to the layout..

Then add a new field..

Former Member
0 Kudos

1.Add your custom fields to the vbak or vbap table using append structure

2.Add those fields to the screen using screen painter se51.u can add custom fields only in the additional data B.

3.Code the user exit if u need to validate those fields otherwise not necessary.