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 getting triggered.

Former Member
0 Likes
3,622

hi All,

While releassing the billing document for billing user exit EXIT_SAPLV60B_004 is supposed to be called .

Even though Project has been activated for this enhancement this user exit is not getting called in our test system.

I have put the break point at calling point of this exit which is call customer-function '004'.

in debugging, control stops at this break point but doesnt go inside the code written in exit.

Could you please suggest what could be issue?

P.S -- Project CMOD and SMOD are both showing in active status.

Thanks

Saurabh

hi All,

While releassing the billing document for billing user exit EXIT_SAPLV60B_004 is supposed to be called .

Even though Project has been activated for this enhancement this user exit is not getting called in our test system.

I have put the break point at calling point of this exit which is call customer-function '004'.

in debugging, control stops at this break point but doesnt go inside the code written in exit.

Could you please suggest what could be issue?

P.S -- Project CMOD and SMOD are both showing in active status.

Thanks

Saurabh

5 REPLIES 5
Read only

Former Member
0 Likes
1,719

Hi!

Sometimes when I dont reach a "normal" breakpoint, I set up a special breakpoint with transaction SAAB. In your coding you can use the breakpoint like the following>


BREAK-POINT ID your_favourite_id. "TRC SAAB

In some cases, that breakpoint works where others dont. I dont know why but... well if it helps? And the breakpoint-methode with transaction SAAB is usefull anyhow.

Regards

Manfred

Read only

brad_bohn
Active Contributor
0 Likes
1,719

If you can't step into the code, did you confirm that the embedded 'Z' include has been transported and is activated?

Read only

former_member191735
Active Contributor
0 Likes
1,719

Put a breakpoint inside the function module on the include. the include may be inactive. Check out the include

do a hard stop like break 'user name' or break point

Double check everything - CMOD - and project name and activate it again. also check out the components if it has grean light to it.

if it is in other box other than DEV, check the status of all those programs and also check for transport and the status of the transport

Read only

Former Member
0 Likes
1,719

thx

Read only

0 Likes
1,719

Thaaanks a lot ... I had this issure tooooo