<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Inbound IDoc Processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/4148195#M991903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;I tried this but didn't help me with the original problem, which is that the inbound data has a value in RCVPOR but when the IDoc is displayed it is blank. So somewhere SAP is dropping the value. I need to find the starting point where the incoming EDI messages are processed so I can debug from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2008 18:55:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-17T18:55:01Z</dc:date>
    <item>
      <title>Inbound IDoc Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/4148191#M991899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When an IDoc first comes into the SAP ALE layer, what is the FIRST program/function module that is executed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, I am NOT looking for the function module triggered by the process code. There must be a generic program/function module that is executed first which then determines which function module is needed to actually process the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess I am looking for the program/function module that stores the incoming IDoc in the IDoc tables such as EDIDC, EDID4, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 22:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/4148191#M991899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T22:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDoc Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/4148192#M991900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RBDAPP01 - which processes the IDOCs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSEINB00 - Program which creates the IDOC (entries in EDID4/EDIDC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 22:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/4148192#M991900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T22:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDoc Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/4148193#M991901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find it yourself by executing the idoc thru we19 in debuggin mode....when it goes into debuggin ..look at the call stack(ABAP Stack)...it will give you the flow..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This FM is called most of the times : IDOC_TO_FUNCTION_PASS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 23:34:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/4148193#M991901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T23:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDoc Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/4148194#M991902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 01:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/4148194#M991902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T01:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDoc Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/4148195#M991903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;I tried this but didn't help me with the original problem, which is that the inbound data has a value in RCVPOR but when the IDoc is displayed it is blank. So somewhere SAP is dropping the value. I need to find the starting point where the incoming EDI messages are processed so I can debug from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 18:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/4148195#M991903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T18:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDoc Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/4148196#M991904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check if the partner profile settings are in sync?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer:&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=14206017&amp;amp;messageID=1743462" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=14206017&amp;amp;messageID=1743462&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 19:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/4148196#M991904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T19:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDoc Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/4148197#M991905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Function Module EDI_DATA_INCOMING is called in first via a RFC call from external system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 19:48:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-processing/m-p/4148197#M991905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T19:48:54Z</dc:date>
    </item>
  </channel>
</rss>

