Application Development 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: 

How to obtain the enhancement through exit name

Former Member
0 Kudos

Hi Folks,

I'm having some trouble finding the enhancement name for transaction SMOD through a given exit name. I was wondering how do you obtain the enhancement containing the exit.

In my particular case I'm looking for the enhancement for the exit: EXIT_SAPLFMFA_004.

Thanks in advance.

Regards,

Gilberto Li

4 REPLIES 4

Former Member
0 Kudos

Hi Folks,

I just notice how to obtain the name of the enhancement.

Thanks.

Former Member
0 Kudos

Hi Gilberto,

Can you please tell me how?

I have the same dilemma as to how to determine the enhancement name of a given customer exit.

Thanks!!

Dyan

0 Kudos

Hi Dyan,

I found out that the name of the enhancement was the middle section of the EXIT name. In my case the name of the enhancement was:

SAPLFMFA.

Hope it helps.

Regards,

Gilberto Li

0 Kudos

Hi dyan,

You can see the enhancement of a particular exit in the table MODSAP.

In SE16 goto table MODSAP

In the selection field MEMBER give your name (ex: EXIT_SAPMQEVA_008)

The name field is your enhancement ( in this case QEVA0008 ).

Gilberto's trick wont work always. The above example shows you that.

if you want to see the project in which your enhancement has been added.

Got table MODACT and type your enhancement in the 'MEMBER' selection field.

This time the NAME is your project in which your enhancement has been implemented.

Cheers!!

~goldie.