2008 Jun 20 3:56 PM
HI ALL
ANYONE KNOWS AN USER-EXIT FOR ME61 TRANSACTION?
I NEED ONE THAT HAVE THE TABLE ELBK INTO THE IMPORTING PARAMETERS.
REGARDS,
RICARDO
2008 Jun 20 4:49 PM
hi,
Pls check the exits below for the transaction ME61.
EXIT_RM06LBAT_001
EXIT_RM06LBEW_001
EXIT_SAPLMEL0_001
EXIT_SAPMM06L_001
Pls reward if helpfull.
Regards,
Sharath
2008 Jun 20 3:58 PM
Execute the code provided in the below link and give the transaction code in the selection screen and execute to find all the active userexits
2008 Jun 20 4:01 PM
Just do the following steps:
1) Start the debugging in the transaction.(Type /h)
2) Perform the action you want to do which needs to trigger the user-exit.(Eg: Save the transaction)
3) Chose break-point at->Statement
Give the statement as Call customer-function and press enter.
4) Press continue (F8).
5) It will stop at the call customer-function statement if any such statement is called.
regards,
Ravi
2008 Jun 20 4:49 PM
hi,
Pls check the exits below for the transaction ME61.
EXIT_RM06LBAT_001
EXIT_RM06LBEW_001
EXIT_SAPLMEL0_001
EXIT_SAPMM06L_001
Pls reward if helpfull.
Regards,
Sharath