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: 

Does SAP activate some user exits (enhancements) implicitily?

Former Member
0 Kudos

Hi Gurus,

The situation is:

I'm using the enhancement QQMA0025, which has the user exit EXIT_SAPLIQS0_017. Well, I created code in the user's exit include (ZXWOCU21). Activated the include and the user exit and it executes correctly.

What seems strange to me is that there is no project in CMOD which has the enhancement QQMA0025. So, the user exit should not execute (but it is still executing).

And here comes the question of the subject: "Does SAP activate some user exits (enhancements) implicitily?"

If yes, explain me how to find them and so on.

Thanks a lot in advance.

1 REPLY 1

Former Member
0 Kudos

I've looking for the answer.

I don't know if it is 'ja' oder 'nein' but I pressume that is yes.

I have found a table TFDIR, which has a field MAND that tell us if a user exit is active. How?

If MAND has value 'C' then that user exit is active. The user exit is identified by the FUNCNAME field.

Regards, David.