<?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 Interface - MM Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-interface-mm-module/m-p/1358432#M178440</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;I'm new in developing Interfaces and to MM module. Can anyone tell me the steps to create an inbound interface, from a vendor to SAP, which will create a &amp;#145;Good Issue&amp;#146; to charge the material and trigger a &amp;#145;Reservation&amp;#146; to replenish the Truck Stock (based on Employee ID and Truck ID) parts from the service Center and a Stock Move when needed.&lt;/P&gt;&lt;P&gt;The data will be triggered by the vendor, WBI will receive the data from the vendor in the form of XML and should in turn be triggering an inbound interafec in SAP to post the data in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 May 2006 18:44:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-15T18:44:12Z</dc:date>
    <item>
      <title>Inbound Interface - MM Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-interface-mm-module/m-p/1358432#M178440</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;I'm new in developing Interfaces and to MM module. Can anyone tell me the steps to create an inbound interface, from a vendor to SAP, which will create a &amp;#145;Good Issue&amp;#146; to charge the material and trigger a &amp;#145;Reservation&amp;#146; to replenish the Truck Stock (based on Employee ID and Truck ID) parts from the service Center and a Stock Move when needed.&lt;/P&gt;&lt;P&gt;The data will be triggered by the vendor, WBI will receive the data from the vendor in the form of XML and should in turn be triggering an inbound interafec in SAP to post the data in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 18:44:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-interface-mm-module/m-p/1358432#M178440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T18:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Inbound Interface - MM Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-interface-mm-module/m-p/1358433#M178441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bhagya, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used a inbound FM (BAPI) to post the data. i am not sure if you have to use a BAPI to post in this case but here are few points while developing inbound interface.&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>Mon, 15 May 2006 19:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-interface-mm-module/m-p/1358433#M178441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T19:21:58Z</dc:date>
    </item>
  </channel>
</rss>

