‎2008 Dec 23 11:11 AM
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.
‎2008 Dec 23 11:21 AM
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
‎2008 Dec 23 11:27 AM
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.
‎2008 Dec 29 1:59 PM
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.
‎2008 Dec 29 2:19 PM
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
‎2008 Dec 29 3:05 PM