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

regarding user exit

Former Member
0 Likes
427

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

3 REPLIES 3
Read only

Former Member
0 Likes
409

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.

Read only

former_member404244
Active Contributor
0 Likes
409

Hi,

get the access key and add in the screen...now add the field to the table by append structure method..

Regards,

Nagaraj

Read only

Former Member
0 Likes
409

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.