2020 Aug 21 8:21 AM
Hello experts,
I wanted to know the background process how IDOC create a material document when user click Post Good Receipt (PGR).
Did the IDOC utilized MIGO to create the document? (or it use a different program/screen).
Thanks
2020 Aug 21 8:56 AM
2020 Aug 23 5:10 PM

Hi Raymond,
I've put a breakpoint in multiple places. My message type was "SHP_IBDLV_CONFIRM_DECENTRAL". But incoming idocs from logical system didn't trigger the breakpoint in my FM, IDOC_INPUTSHIPIBDLVCONFIRM_DEC.
I've to click manually on the pending IDOC. The one that waiting for ALE service. Click process now and check on my receiving system. The idocs has been received successfully with status 53. But it didn't trigger my breakpoint. Or is there a different way to debug live incoming idocs?
2020 Aug 24 10:55 AM
There are some documents in the wiki of the forum, look for how-to debug an IDoc.
(Usually it's easier to use WE19 to copy an IDoc and test it online, use also search tool for tricks to put the IDoc in error and debug it later)
2020 Aug 21 12:57 PM
No, the Material Document Inbound IDoc doesn't utilize MIGO to create the document. See Raymond answer.