<?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 Inbound IDOC with function modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-with-function-modules/m-p/3510820#M844463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    in inbound IDOC where exactly the process will start can any one explain with all steps ,&lt;/P&gt;&lt;P&gt; when will the fuction modules are called&lt;/P&gt;&lt;P&gt;how the sap system knows IDOC is came&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2008 08:27:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-04T08:27:45Z</dc:date>
    <item>
      <title>Inbound IDOC with function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-with-function-modules/m-p/3510820#M844463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    in inbound IDOC where exactly the process will start can any one explain with all steps ,&lt;/P&gt;&lt;P&gt; when will the fuction modules are called&lt;/P&gt;&lt;P&gt;how the sap system knows IDOC is came&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 08:27:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-with-function-modules/m-p/3510820#M844463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T08:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDOC with function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-with-function-modules/m-p/3510821#M844464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1) process in the communication layer&lt;/P&gt;&lt;P&gt;The INBOUND_IDOC_PROCESS program, triggered as a result of an RFC from the sending system, acts as the entry point for all inbound ALE processes. &lt;/P&gt;&lt;P&gt;2)process in the ALE layer&lt;/P&gt;&lt;P&gt; Basic integrity check. A basic integrity check is performed on the control record data such as direction, message type, and IDoc type. The user ID used to start the process is validated to make sure it has appropriate authorizations.  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;     Segment filtering and conversion. Unwanted segments can be filtered out at this stage, and any required conversion of field values can be carried out.  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;     Application IDoc is created. The application IDoc is stored in the database and a syntax check is performed on it. If it fails the syntax check, it gets a status code of 60 (Error during syntax check of IDoc&amp;#151;inbound). At this point a tangible IDoc, which can be monitored via one of the monitoring transactions, is created in the system. The IDoc gets a status code of 50 (IDoc added).  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;     The IDoc is marked ready for dispatch. After some housekeeping in SAP, the IDoc is marked ready for processing. It gets a status code of 64 (IDoc ready to be passed to application), signifying that the follow-on process can continue.  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;     The IDoc is passed to the posting program. The partner profile table is read. If the value of the Processing field is set to Process Immediately, the IDoc is passed to the posting program immediately using the program RBDAPP01. If the field is set to Background Processing, the IDoc is buffered in the system until RBDAPP01 is executed explicitly. RBDAPP01 is usually scheduled to run on a regular basis when IDocs are buffered. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;3)Processing in the posting module&lt;/P&gt;&lt;P&gt;The process code in the partner profile points to a posting module for the specific message in the IDoc. The posting program, implemented as a function module, either calls a standard SAP transaction by using the Call Transaction command for posting the document or invokes a direct input function module.&lt;/P&gt;&lt;P&gt;The results of execution are passed back via the function module&amp;#146;s output parameters. If the posting is successful, an application document is created. The IDoc gets a status code of 53 (Application document posted). If the IDoc contains errors, it gets a status of 51 (Error: Application document not posted).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt; Krishna Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 08:46:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-with-function-modules/m-p/3510821#M844464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T08:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDOC with function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-with-function-modules/m-p/3510822#M844465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the function module EDI_DATA_INCOMING is invoked by the startrfc program in case of EDI . This function module informs the SAP system that there is an incoming idoc.now the idoc is passed into ale/edi interface layer. it gets saved in the database . noe the RBDAPP01 reads the process code from partner profile and the application document gets posted,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 08:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-with-function-modules/m-p/3510822#M844465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T08:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDOC with function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-with-function-modules/m-p/3510823#M844466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;check the following links&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_sm32/helpdata/en/52/16ae16543311d1891c0000e8322f96/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_sm32/helpdata/en/52/16ae16543311d1891c0000e8322f96/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://abapprogramming.blogspot.com/2008/02/batch-input-recording-for-inbound-idoc.html" target="test_blank"&gt;http://abapprogramming.blogspot.com/2008/02/batch-input-recording-for-inbound-idoc.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.jt77.com/CRM/related-discussion-0014.html" target="test_blank"&gt;http://www.jt77.com/CRM/related-discussion-0014.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sreelatha gullapalli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 08:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-with-function-modules/m-p/3510823#M844466</guid>
      <dc:creator>sreelatha_gullapalli</dc:creator>
      <dc:date>2008-03-04T08:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDOC with function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-with-function-modules/m-p/3510824#M844467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; HI experts,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt;     in inbound IDOC where exactly the process will start can any one explain with all steps ,&lt;/P&gt;&lt;P&gt;&amp;gt;  when will the fuction modules are called&lt;/P&gt;&lt;P&gt;&amp;gt; how the sap system knows IDOC is came&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idoc contains threee records,&lt;/P&gt;&lt;P&gt;1..control record,&lt;/P&gt;&lt;P&gt;2..data record &lt;/P&gt;&lt;P&gt;3..status record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data is stored in idoc type.idoc type contains segments and the segments contain fields.&lt;/P&gt;&lt;P&gt;the data is actually stroed in fields.when we process the idoc the data existing in idoc type is being proceessed through idoc_outbound_idoctype function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the same will happen at in bound side once the idoc recieves &lt;/P&gt;&lt;P&gt;inbound and sucessfully saved in data base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;swami.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 08:52:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idoc-with-function-modules/m-p/3510824#M844467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T08:52:19Z</dc:date>
    </item>
  </channel>
</rss>

