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

Code written in User Exit is not triggering

Former Member
0 Likes
758

Hi Folks,

I have been provided user exit Function Module EXIT_SAPLEINL_001 and I have write the code in the FM. After witting the code I activated the FM. But on executing it I found the FM EXIT_SAPLEINL_001 is not triggering.

While debugging I control reached to a point where customer function was called, but on pressing F5 control did not went inside the customer function.

Please help me in finding the mistake.

Thanks in Advance.

Punit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
671

u have to create a project , then only SAP calls this FM.

yeah from table MODSAP, MODSAP-member = FM name here u wuill get the Enhancement name

<b>MEETA001 E EXIT_SAPLEINL_001</b>, i got this.

Regards

Prabhu

5 REPLIES 5
Read only

Former Member
0 Likes
672

u have to create a project , then only SAP calls this FM.

yeah from table MODSAP, MODSAP-member = FM name here u wuill get the Enhancement name

<b>MEETA001 E EXIT_SAPLEINL_001</b>, i got this.

Regards

Prabhu

Read only

0 Likes
671

Thanks Prabhu,

Is there is any way of finding Enhancement name for the user exit Function Module?

Read only

0 Likes
671

Hi,

have a look at table MODSAP.

Regards

Bernd

Read only

0 Likes
671

Take the FM and goto SMOD, press F4 - information system - all selections(shift+f7) then select function module and given FM in component name.

Regards

Manohar

Read only

former_member404244
Active Contributor
0 Likes
671

Hi punit,

u have to create a project in CMOD .Her u have to assign the enhancement and activate the function exit.Now activate the project...

For ur question...

Is there is any way of finding Enhancement name for the user exit Function Module?

u can find it in table MODSAP(SAP Enhancements).

Regards,

nagaraj