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

INVOIC Idoc debug issue

Former Member
0 Likes
490

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

1 REPLY 1
Read only

Former Member
0 Likes
398

Are you sure you are using IDOC_INPUT_INVOIC not IDOC_OUTPUT_INVOIC . Based on your info it seems the outbound process. Please check where you are setting the breakpoint. Also please check if your CMOD project is activated or not.

Since you are triggering from RSNAST00 you don't need system/update debugging on. Put a breakpoint on the first line of IDOC_OUTPUT_INVOIC also to check.