<?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 IDOC ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610938#M273886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Expert:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a assignement on Idoc. I finished all configuration. and wrote a customer program ZGenerate_IDoc. within this program I call MASTER_IDOC_DISTRIBUTE function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to know. after calling this function module.&lt;/P&gt;&lt;P&gt;IDoc Data automatic sends out. or I need more process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Oct 2006 16:35:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-13T16:35:50Z</dc:date>
    <item>
      <title>IDOC ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610938#M273886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Expert:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a assignement on Idoc. I finished all configuration. and wrote a customer program ZGenerate_IDoc. within this program I call MASTER_IDOC_DISTRIBUTE function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to know. after calling this function module.&lt;/P&gt;&lt;P&gt;IDoc Data automatic sends out. or I need more process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 16:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610938#M273886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T16:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610939#M273887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After calling the FM MASTER_IDOC_DISTRIBUTE, commit the work. Read the IDoc number(Docnum). And check the status of IDOC in WE02. If it is 03 it is sucess, else check the control record which u r passing to the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 16:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610939#M273887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T16:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610940#M273888</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;Check the FM documentation..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function module is the interface from the application to the ALE   &lt;/P&gt;&lt;P&gt;layer on the outbound side. The application can pass an IDoc, the       &lt;/P&gt;&lt;P&gt;so-called master IDoc, as an internal table using the parameters        &lt;/P&gt;&lt;P&gt;MASTER_IDOC_CONTROL and MASTER_IDOC_DATA.                                                                                &lt;/P&gt;&lt;P&gt;This IDoc is then converted into one or communcation IDocs and stored in&lt;/P&gt;&lt;P&gt;the ALE layer. IDocs for which no errors occurred are passed to         &lt;/P&gt;&lt;P&gt;dispatch control.                                                                                &lt;/P&gt;&lt;P&gt;In the table parameter  COMMUNICATION_IDOC_CONTROL the header records   &lt;/P&gt;&lt;P&gt;for the communication IDocs created are retturned. You can tell whether &lt;/P&gt;&lt;P&gt;processing was successful from the field STATUS.                                                                                &lt;/P&gt;&lt;P&gt;A COMMIT WORK must be dispatched in the calling program, otherwise the  &lt;/P&gt;&lt;P&gt;IDocs may not be dispatched.                                            &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>Fri, 13 Oct 2006 16:42:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610940#M273888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T16:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610941#M273889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply quickly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me if IDoc generat successful. it's automactic sent to Partner side or not? or need other application to trigger to send out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 16:49:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610941#M273889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T16:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610942#M273890</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 believe there must be some external tool that will pick up the IDOCs created from SAP and will send them to the the corresponding partner..&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>Fri, 13 Oct 2006 16:51:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610942#M273890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T16:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610943#M273891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check what is the middleware in ur project. In my project middleware is XI, so whenever the IDOC are created XI people will map the IDOC to the receiver. Same hapenns for Inbound too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 16:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610943#M273891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T16:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610944#M273892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Prakash Ramu.  If I configure to send out to a specific directory. After I call MASTER_IDOC_DISTRIBUTE function.  It's automatic go there or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 17:00:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610944#M273892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T17:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610945#M273893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yunfa if the configuraion is correct, it will automatiacally goes to the specified directory. You can check in WE02 that the IDOC status is 03( Green ) or not.&lt;/P&gt;&lt;P&gt;If it is green, it has reached the destination. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 17:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610945#M273893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T17:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610946#M273894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yunfa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After calling the FM, check the sy-subrc..if its '0', then use COMMIT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program will act like as a Selection program to create an IDOC automatically(Hope the settings are already done in this case).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 17:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610946#M273894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T17:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610947#M273895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yunfa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sending of IDOCs depends on the way your configuration.  If you say 'process idocs immediately' then it will go to the partner.  If you select 'collect idocs' then you have to run the application RSEOUT00.  This application will collect all the IDOCs which are ready to process and send to the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once it is processed, you can check the IDOCs status in WE02 for that particular message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shylesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 18:40:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc/m-p/1610947#M273895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T18:40:07Z</dc:date>
    </item>
  </channel>
</rss>

