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

VA21 exit

Former Member
0 Likes
869

Hi guys,

Which user exit for VA21 screen.I didnt find which is the correct.

Please help,

My screen is this.

VA21

-THNX-

Regards,

B.Y.

3 REPLIES 3
Read only

Former Member
0 Likes
805

You can try these.

XOIK

EXIT_SAPMV45A_910

EXIT_SAPMV45A_911

EXIT_SAPMV45A_920

EXIT_SAPMV45A_930

XVVA

EXIT_SAPMV45A_001

EXIT_SAPMV45A_002

EXIT_SAPMV45A_003

EXIT_SAPMV45A_004

EXIT_SAPMV45A_005

Read only

0 Likes
805

Thnk you Aravind.

I want to add new field in va21 screen.

My first experience with exits.  How to try these exits.

Thnks

Read only

0 Likes
805

hi,

this steps can halp you to find your user EXIT,

1: T_code: SMOD

2: typing F4 in Enhancement label

3: click in "information system"

4: write in package label the package of your transaction ( VA in your case)

5: typing entry, now a lot of user_exits displayed,

6: chose one of them an typing entry

7: activate the user_exit and put a breakpoint inside your user_exit, and go back to your transaction.

8: execute your transaction, if the program switch you to debug status, now know it's the correct user_exit.

-----------------

cordially

Chouaib SMAALI