‎2008 Jan 18 9:02 AM
Hi,
I need to add a field in VA01 transaction.
the program is SAPMV45A and screen No is 8309,
so please help me in adding this, I could not able to add directly, or else i need to use exits, if exits are needed , which exit need to modified,
and also please send me the procedure for adding a field in above screen.
Points will be awarded..
thanx
Sidhu
‎2008 Jan 18 9:14 AM
Hi Siddivinesh,
There are several ways to do this. Probably the easiest way is to append your field to table VBAK. Adding the field to this screen is then just like adding any other field (by referencing to dictionary).
Regards,
John.
‎2008 Jan 18 9:28 AM
Hi,
get the access key and add in the screen...now add the field to the table by append structure method..
Regards,
Nagaraj
‎2008 Jan 18 11:06 AM
Hi,
If append structure works fine you can use that.
If you would lik eto use exits, then you can use:
V45A0002 EXIT_SAPMV45A_002
and EXIT_SAPMV45A_002
Regards,
Renjith Michael.