‎2008 Aug 25 9:27 AM
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
‎2008 Aug 25 12:27 PM
Hi,
Keep a break point in FM IDOC_INPUT_FIDCC1 at following perform.
PERFORM USER_EXIT_004 TABLES IDOC_DATA
USING K_MESTYP_C1 "FIDCC1
IDOC_CONTRL-DOCNUM
IDOC_CONTRL "für Basis-Idoctyp
CHANGING X-SEND_C1
IDOC_STATUS.
then check whether its getting triggered or not.
Regards,
Raju.
‎2008 Aug 25 12:55 PM
Hi,
It is always good to put a break point on the first line of the include and at the point where exit is called in the Standard SAP program.Also please check if the condition is satisfied to trigger your exit.
Thnx!
Harry