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

user exit

Former Member
0 Likes
633

hi all!

i am using user exit exit_saplrha0_003.

in FM idoc_input_hrmd.

how to find the enhancement for this exit.

thanks.

raj.

5 REPLIES 5
Read only

Former Member
0 Likes
545

Get the package name.

Go to SMOD.

In the ENhancements press F4 and enter package name and enter to get all the enhancements.

Read only

Former Member
0 Likes
545

USE tcode CMOD.

start a project.

enter the name of the exit and you find its enhancements there

Read only

0 Likes
545

Hi,

The Enhancement for the exit_saplrha0_003 is RHALE001.

With Regards,

Nelson

Read only

0 Likes
545

All enhancements are available in table MODSAP for the function modules for user exits

PS: I am 200 % sure this will work for you. Pls reward helpful answers.

Read only

Former Member
0 Likes
545

Go to CMOD. In the initial screen, menu

>Utilities>SAP Enhancements.

In this screen click on the "all selections" button(with a green plus and an arrow pointing down) in the application toolbar. That will open up more selection screen options. Under the "Additional Selections" section, uncheck all the other boxes and keep only the function module exit box. Enter your function module name in there and execute. That will give you the name of the enhancement which is "RHALE001" in your case.