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

MODX_FUNCTION_ACTIVE_CHECK always called before SMOD / CMOD exit?

martin_schlegel
Explorer
0 Likes
1,275

Hello,

am I right to assume that the function module MODX_FUNCTION_ACTIVE_CHECK is always called before a SMOD / CMOD customer exit function module is called?

I have already searched SDN and SAP Notes and SAP Help, but I could not find a clear statement.

Kind regards

Martin

Edited by: Martin Schlegel on Feb 4, 2008 4:28 PM

3 REPLIES 3
Read only

Former Member
0 Likes
857

Presumeably, thid FM checks, whether there is an active Implementation of the User-Exit. Otherwise, the FM implementing the User-Exit (EXIT_*) will not be called at all.

Read only

0 Likes
857

Hello Mike, thank you for your fast answer.

Like you, I have the impression that this function should be called alle the time before an SMOD/CMOD enhancement EXIT_... Function is called.

But I would like to be 100% sure.

Kind regards

Martin

Read only

martin_schlegel
Explorer
0 Likes
857

Hello, to all who may be interested. I have asked SAP support in parallel. The answer is, that some applications do NOT use MODX_FUNCTION_ACTIVE_CHECK but check directly in table TFDIR.

Kind Regards

Martin