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: 

Functional exit - EXIT_SAPLKOBS_001 not being called

Former Member
0 Kudos

Hi all

I am trying to include a code in the functional exit EXIT_SAPLKOBS_001 using enhancement COOM0003. I double clicked on the include function of ZXKOBSU01 & did some coding. I put a break point on the first line of m y code but when I do the internal order creation transaction KO01, it does not seem to call the user exit. Am I doing something wrong or am I suuposed to have access to something in particular....

The same thing happened when I tried to write some coding into the EXIT_RFEBLB20_001 functional exit & when I imported a lockbox file it never called the user exit...

Am I supposed to uncomment the first line which reads 'Include ZXKOBSU01' when I double click on the ZXKOBSU01....has anybody had the same problem before???

Thanks

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

You should first create a project (Transaction CMOD) in which you will put the enhancement COOM0003.

When you activate the project will the function module be called and not before.

Regards

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos

You should first create a project (Transaction CMOD) in which you will put the enhancement COOM0003.

When you activate the project will the function module be called and not before.

Regards

0 Kudos

Look at <a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBCEX/BCDWBCEX.pdf">Changing the SAP Standard (BC)</a>

Regards

Former Member
0 Kudos

Hi Raymond

Thank you very very much....it worked....you were absolutely right...I didnt activate that enhancement....I am a functional & thats probably why I didnt know about actiavting the enhancement....

Anyways really really appreciate your time....

I have given points for you....

Thanks all for anybody who spent time with my question...