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

Problem in debugging exit in inbound function module

Former Member
0 Likes
575

Hi

In exit func mod EXIT_SAPLF050_004 in include ZX050U05 I've written my code. In the includ before executing my logic I've written break <userid>. But while debugging it's not working. But the include isactivated.

I'm testing it through idoc processing. In WE19. Idoc type FIDCCP02, message type FIDCC1, inbound func mod : IDOC_INPUT_FIDCC1. In this func md the exit is called.

Please help me in debugging the code in the exit.

Thanks

Moumita

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
528

HI,

you have to go to tcode: CMOD and create a project for that.

Only projects (Customer Exits) can be debugged.

You have to use Extension/Komponent: F050S*

Edited by: Gordon Breuer on Aug 25, 2008 10:55 AM

3 REPLIES 3
Read only

Former Member
0 Likes
528

Hi,

Check if you checked the check box Call inDebug Mode while processing the IDOC in WE19.

Read only

0 Likes
528

Hi Shiva

Thanks for your input. While testing I've checked the chkbox , it is actually going in debugging, upto call customer-function'004' but after that it is not going to that include . Can you pleas help me in this regard.

Thanks

Moumita

Read only

Former Member
0 Likes
529

HI,

you have to go to tcode: CMOD and create a project for that.

Only projects (Customer Exits) can be debugged.

You have to use Extension/Komponent: F050S*

Edited by: Gordon Breuer on Aug 25, 2008 10:55 AM