‎2015 May 27 1:19 PM
Hi,
I tried to debug the INVOIC with FM IDOC_INPUT_INVOIC which is using the exit include ZXEDFU02 for an extension. I need to check the segment data populated for the same.
I tried saving the further data-> 1 periodically send data option with RSNAST00 and system/update debugging options..no luck...it is not stopping.
Please help.
regards
Vishnu
‎2015 May 27 1:24 PM
Hi Vishnu,
The FM IDOC_INPUT_INVOIC process the inbound idoc.
Probably you need to check the FM which generates outbound idoc.It will be something like
FM IDOC_OUTPUT_INVOIC.
Go to WE20 and check which FM is configured for this message type.
Thanks
-Learner
‎2015 May 27 1:24 PM
‎2015 May 27 1:33 PM
Sorry It is FM IDOC_OUTPUT_INVOIC only .Amazing thing is so far I debugged today...with these options..but now again it stopped going there.......
‎2015 May 27 2:48 PM
Hi Vishnuvardhan,
Have you tried to set an 'external breakpoint' then combine it with 'update debugging' functionality? before re-trigerring the output in RSNAST00?
Thanks and Regards,
JP
‎2015 May 29 11:15 AM
Hi,
the problem was with " to save the further data option after selecting the given output type ".
Thanks for your responses.
regards
Vishnu