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 not executed

Former Member
0 Likes
2,211

Hello user exit experts,

I've implemented enhancement UKM_SD, assigned to a project and activated in CMOD. I've implemented EXIT_SAPLUKM_PI_SD_001 and EXIT_SAPLUKM_PI_SD_002 and activated the FM's. These are used in VA01/VA02, in respectively in FM's SD_ORDER_CREDIT_CHECK and MCV_UPDATE_CM_ORDER.

In SD_ORDER_CREDIT_CHECK, FM UKM_PI_CREDIT_QUERY is called, which has a statement CALL CUSTOMER-FUNCTION '001'. This should then call EXIT_SAPLUKM_PI_SD_001, but it doesn't.

A couple of days ago, this was still executed. Now, for some reason, it does not find the exit any longer. When I navigate in SE38, double clicking on '001' from CALL CUSTOMER-FUNCTION, it finds the exit FM without problem. In runtime, it does not.

Any idea on what could cause this, or how to solve the problem?

Thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
1,081

Try this...

SMOD -> Enter 'UKM_SD' in enhancement -> Test -> Select Function Exit -> click activate

2 REPLIES 2
Read only

Former Member
1,082

Try this...

SMOD -> Enter 'UKM_SD' in enhancement -> Test -> Select Function Exit -> click activate

Read only

0 Likes
1,081

Thank you! We were having a Production issue and this blog solved it.