‎2014 Nov 14 9:20 AM
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.
‎2014 Nov 14 9:25 AM
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
‎2014 Nov 14 9:39 AM
Thnk you Aravind.
I want to add new field in va21 screen.
My first experience with exits. How to try these exits.
Thnks
‎2014 Nov 14 11:32 AM
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