<?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 IDOCs - Process in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idocs-process/m-p/1291881#M155615</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Ferry &amp;amp; Vicky .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 May 2006 15:50:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-30T15:50:16Z</dc:date>
    <item>
      <title>Inbound IDOCs - Process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idocs-process/m-p/1291878#M155612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thru our Middleware we are going to receive IDOCs (Invoices, ASN etc) from our Suppliers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have to develop the programs, workflow and other objects on the R/3 side to receive this IDOCS and then to poste them into the appropriate tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are all the steps that I need to follow to process the Inbound IDOCS. If there is any step by step guide available? Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 13:44:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idocs-process/m-p/1291878#M155612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T13:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDOCs - Process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idocs-process/m-p/1291879#M155613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take a look at this link which will show step by step on how to setup inbound proscessing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc" target="test_blank"&gt;http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check this links for sample codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419" target="test_blank"&gt;http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.netweaverguru.com/EDI/HTML/IDocBook.htm" target="test_blank"&gt;http://www.netweaverguru.com/EDI/HTML/IDocBook.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/sapedi/index.htm" target="test_blank"&gt;http://www.sapgenie.com/sapedi/index.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, consider the FM "IDOC_INPUT_MATERIAL" . the only thing you are concerned most is, importing input method,mass processing , exporting work flow result and tables idoc_control, idoc_data and idoc_status. Rest you can leave (for basic processing and posting ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the FM,&lt;/P&gt;&lt;P&gt;1) write a subroutine to initialize organizational data.&lt;/P&gt;&lt;P&gt;2) Interpret idoc.&lt;/P&gt;&lt;P&gt;3) check for idoc segments and raise exception if any error occurs, otherwise post the data using the BDC or BAPI.&lt;/P&gt;&lt;P&gt;4) Read the status message and change the idoc_status according to the status message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vicky&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: AWard points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 13:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idocs-process/m-p/1291879#M155613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T13:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDOCs - Process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idocs-process/m-p/1291880#M155614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check your email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 14:11:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idocs-process/m-p/1291880#M155614</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-05-30T14:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDOCs - Process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idocs-process/m-p/1291881#M155615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Ferry &amp;amp; Vicky .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 15:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idocs-process/m-p/1291881#M155615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T15:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound IDOCs - Process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idocs-process/m-p/1291882#M155616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. First of all check the Message Type in your processing function module.&lt;/P&gt;&lt;P&gt;2. Do the necessary validation for the IDOC data&lt;/P&gt;&lt;P&gt;3. Create the data into the system. Rollback if the data creation needs to be done in LUW when an error occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if it helps.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 15:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-idocs-process/m-p/1291882#M155616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T15:54:42Z</dc:date>
    </item>
  </channel>
</rss>

