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

ME61 USER EXIT

Former Member
0 Likes
1,270

HI ALL

ANYONE KNOWS AN USER-EXIT FOR ME61 TRANSACTION?

I NEED ONE THAT HAVE THE TABLE ELBK INTO THE IMPORTING PARAMETERS.

REGARDS,

RICARDO

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
933

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

3 REPLIES 3
Read only

Former Member
0 Likes
933

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

http://www.sap-img.com/ab038.htm

Read only

Former Member
0 Likes
933

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

Read only

Former Member
0 Likes
934

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