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 additional fields to VA01

Former Member
0 Likes
3,895

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
Read only

amit_khare
Active Contributor
0 Likes
2,548

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
Read only

Former Member
0 Likes
2,548

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...

Read only

amit_khare
Active Contributor
0 Likes
2,549

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..

Read only

Former Member
0 Likes
2,548

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.