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

modifying VA01 screen

Former Member
0 Likes
1,206

hello all,

i have a requirement where i need to add two new fields to standard program SAPMV45A screen 8309.

what should be the process,please help me,as i am doing this for the first time.

thanks in advance.

prachi.

5 REPLIES 5
Read only

former_member585060
Active Contributor
0 Likes
996

Hi,

Try this BADI

BADI_SD_TAB_CUST_I

Its Internal use we can't use it, ignore the post

Regards

Bala Krishna

Edited by: Bala Krishna on Dec 23, 2008 4:52 PM

Read only

Former Member
0 Likes
996

I can give you the basic outline:

1. Create a subscreen with the fields that you wish to input.

2. Attach the screen in Additional Data A or B screens in VA01. This will be done through SPRO.

3. Extend your table VBAK or VBAP as the case may be.

Data transfers should not be a problem. There should be some notes detailing the process.

Read only

0 Likes
996

hi,

i want to add two new fields in the program SAPMV45A screen 8309 which is itself a subscreen.....so how to add these two fields now?

thanks in advance.

Read only

0 Likes
996

Hi,

It seems you want to add the fields to the header Additional Data B screen.

For this :

1. You will have to extend the VBAK table to accomodate these fields if you want to store the data in VBAK.

2. Get an access key to change the screen 8309. Add the fields save and activate.

3. Do the necessary handling in the PBO and PAI of the screen.

regards,

Advait

Read only

Former Member
0 Likes
996

Hi,

Check the blog below:

[|]

Regards

Srini