‎2006 Jun 12 2:06 PM
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!
‎2006 Jun 12 2:12 PM
Try this...
SMOD -> Enter 'UKM_SD' in enhancement -> Test -> Select Function Exit -> click activate
‎2006 Jun 12 2:12 PM
Try this...
SMOD -> Enter 'UKM_SD' in enhancement -> Test -> Select Function Exit -> click activate
‎2020 Sep 29 4:19 PM
Thank you! We were having a Production issue and this blog solved it.