<?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: Idoc help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-help/m-p/5201581#M1203416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closing question&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Apr 2010 15:00:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-26T15:00:32Z</dc:date>
    <item>
      <title>Idoc help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-help/m-p/5201576#M1203411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have a program which takes in an input file (text) and then uses the following BAPIs to either change a Purchase Order or to do a Goods Movement:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_PO_CHANGE&lt;/P&gt;&lt;P&gt;BAPI_GOODSMVT_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know want to change this functionality to use idocs instead,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input file will remain the same but instead of calling these BAPIs, I want to simulate an inbound idoc coming in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please advise whether there are idocs for this and if so, how I go about programatically generating an inbound idoc for these?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ruby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 12:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-help/m-p/5201576#M1203411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T12:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-help/m-p/5201577#M1203412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beside the usual (inbound) configuration which can best be done via area menu 'WEDI', you can call the 'default' function module for generating IDoc's. I thought it was called something like 'MASTER_IDOC_DISTRIBUTE'. By using this, Idoc's will be generated. But you will have to find out which IDoc should be used for this. Do a search in WE30, to find the basic IDoc types for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: It is also possible that these function modules are part of the same function group as the above mentioned BAPI's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Micky Oestreich on Feb 25, 2009 1:33 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 12:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-help/m-p/5201577#M1203412</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-02-25T12:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-help/m-p/5201578#M1203413</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;the basic type for po -&amp;gt;ORDERS05 and for goods movement-&amp;gt;MBGMCR03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can use the FM'IDOC_INPUT_ORDERS' for Po and 'BAPI_IDOC_INPUT1' for goods movement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 12:44:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-help/m-p/5201578#M1203413</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-02-25T12:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-help/m-p/5201579#M1203414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used FM MASTER_IDOC_DISTRIBUTE in the past for sending outbound idocs but as this time I want to create an inbound idoc, I wasn't sure if there was a differen FM for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also found FM IDOC_INPUT. Do you know what this is for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ruby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 13:55:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-help/m-p/5201579#M1203414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T13:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-help/m-p/5201580#M1203415</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;You have to use FM IDOC_WRITE_AND_START_INBOUND to simulate an inbound idoc.&lt;/P&gt;&lt;P&gt;The steps are:&lt;/P&gt;&lt;P&gt;1- read your .txt file&lt;/P&gt;&lt;P&gt;2- fill the idoc control and the idoc data and to call IDOC_WRITE_AND_START_INBOUND&lt;/P&gt;&lt;P&gt;3- In this point it is like if an idoc is incoming (in fact, you can see it in WE05 transaction) so you have to have parametrized the standard idoc message/type in WE20 transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 15:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-help/m-p/5201580#M1203415</guid>
      <dc:creator>former_member582701</dc:creator>
      <dc:date>2009-02-25T15:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-help/m-p/5201581#M1203416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closing question&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Apr 2010 15:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-help/m-p/5201581#M1203416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-26T15:00:32Z</dc:date>
    </item>
  </channel>
</rss>

