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

Former Member
0 Likes
1,597

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

5 REPLIES 5
Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
1,278

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

Read only

Former Member
0 Likes
1,278

Hi

You just raised it in another post and closed that one and reopened a new one?

Read only

Former Member
0 Likes
1,278

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

Read only

0 Likes
1,278

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

Read only

Former Member
0 Likes
1,278

Hi,

the problem was with " to save the further data option after selecting the given output type ".

Thanks for your responses.

regards

Vishnu