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

call customer function not executed..

Former Member
0 Likes
4,350

hi,

i am executing transaction VT01N in ECC 6.0. when i save, i get the message in the status bar that "Leg determination is executed " and a number is displayed.

When i debugged the code, placed a break point at call customer function '004' in the program LV56UF03, i found that the customer function was not at all invoked !!

i have my user exit code written in the include ZXV56U11 that is called from FM EXIT_SAPLV56U_004 which must be invoked when CALL CUSTOMER FUNCTION '004' is executed in LV56UF03. It is not !! why ??

thks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,323

HI,

Create the project in CMOD...and give the enhancment name in the project and activate the project..Then the user exit code will be triggered..

THanks

Naren

7 REPLIES 7
Read only

Former Member
0 Likes
2,323

Pl. ensure that the project created is active.

Read only

Former Member
0 Likes
2,324

HI,

Create the project in CMOD...and give the enhancment name in the project and activate the project..Then the user exit code will be triggered..

THanks

Naren

Read only

0 Likes
2,323

thanks..but how would i know the enhancement name associated to the user exit ?? my function exit FM is EXIT_SAPLV56U_004.

Read only

0 Likes
2,323

Go to transaction SMOD. Please F4 for Enhancment. In the Additions Selections(Press + For additional selections), Give component name as EXIT_SAPLV56U_004 and press Enter. In your case, its V56USVDP.

Thanks

Romit

Read only

0 Likes
2,323

Thanks Romit, I did that and activated the project. but still the CALL Customer function '004' in lv56uf03 is not executed.

I went back to cmod and opened that project and clicked on components. My FM name is listed there but the Green color square box is missing in the third column as it appears for other exits.. could that be any reason ?

pl help

Read only

0 Likes
2,323

yeah I got it....I had to click on activate in that screen !!

thanks to all for helping..

Read only

Former Member
0 Likes
2,323

Hello,

Also make sure your user exit code is active. Usually when you transport the user exit include from one environment to another example: from DEV to QA user exit include will be in the inactive status. We need to manually do that activation.

Thanks,

Greetson