<?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: Triggering Multiple IDOC's in a single call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-multiple-idoc-s-in-a-single-call/m-p/2720371#M631115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;Thanks for your immediate responce, but I want to generate multiple IDOCS in a single call without using the BPM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have checked the PORT and RFC destinations, its working fine. If possible can you please let me know the TRFC name which you are referring to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;G.V.Madhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2007 05:55:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-27T05:55:59Z</dc:date>
    <item>
      <title>Triggering Multiple IDOC's in a single call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-multiple-idoc-s-in-a-single-call/m-p/2720366#M631110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;We are using SAP.NET Connector and we want to receive multiple IDOC's from SAP in a single call.&lt;/P&gt;&lt;P&gt;I have tried it by generating multiple IDOC's into one XML file but we are not able to send the file back to the .NET connector on the same port or program ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if anyone has a solution for it.&lt;/P&gt;&lt;P&gt;Your answer will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and thanks in advance,&lt;/P&gt;&lt;P&gt;G.V.Madhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 08:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-multiple-idoc-s-in-a-single-call/m-p/2720366#M631110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T08:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering Multiple IDOC's in a single call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-multiple-idoc-s-in-a-single-call/m-p/2720367#M631111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..Madhav..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You have the Change the Partner profile settings in SAP (Sender system) for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In WE20 Open the Message type(Outbound) of the Partner system.&lt;/P&gt;&lt;P&gt;You can See the Radio button. COLLECT IDOCS. &lt;/P&gt;&lt;P&gt;Select this Radio button and Assign the Packages size (no of idocs you want to collect while sending).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Schedule the Report RSE0UT00 for periodic execution for this message type.&lt;/P&gt;&lt;P&gt;This program dispatches the IDOCS in outbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 09:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-multiple-idoc-s-in-a-single-call/m-p/2720367#M631111</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-24T09:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering Multiple IDOC's in a single call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-multiple-idoc-s-in-a-single-call/m-p/2720368#M631112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narayana,&lt;/P&gt;&lt;P&gt;Thanks for your immediate responce, As I am downloading the IDOCS into an XML file, so I have given an XML port name in the receiver port of WE20 transaction and I have chosen the same radio button which you have mentioned, after executing the program RSEOUT00 the file is being generated in application server but it is not passing to the .NET Connector as the recipient port name refers to an XML file.&lt;/P&gt;&lt;P&gt;so could you please let me know how to proceed further or is there any other way where we can generate multiple IDOC's and send it to the SAP.NET Connector in a single call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 10:00:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-multiple-idoc-s-in-a-single-call/m-p/2720368#M631112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T10:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering Multiple IDOC's in a single call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-multiple-idoc-s-in-a-single-call/m-p/2720369#M631113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.. Madhav.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your Port definition and RFC destination. I beleive you have to trigger some RFC using STARTRFC ... or some thing of that sort. Go thru the Options in File port settings. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 10:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-multiple-idoc-s-in-a-single-call/m-p/2720369#M631113</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-24T10:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering Multiple IDOC's in a single call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-multiple-idoc-s-in-a-single-call/m-p/2720370#M631114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Refer&lt;/P&gt;&lt;P&gt;/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm&lt;/P&gt;&lt;P&gt;that sud give you a good start .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 14:32:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-multiple-idoc-s-in-a-single-call/m-p/2720370#M631114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T14:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering Multiple IDOC's in a single call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-multiple-idoc-s-in-a-single-call/m-p/2720371#M631115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;Thanks for your immediate responce, but I want to generate multiple IDOCS in a single call without using the BPM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have checked the PORT and RFC destinations, its working fine. If possible can you please let me know the TRFC name which you are referring to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;G.V.Madhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 05:55:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-multiple-idoc-s-in-a-single-call/m-p/2720371#M631115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T05:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering Multiple IDOC's in a single call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-multiple-idoc-s-in-a-single-call/m-p/2720372#M631116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Madhav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I havnt got u wrong then u want to export IDOC as xml file then you should create File Port in WE21 (r u using trfc port). Confirm &amp;amp; try if so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 07:56:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-multiple-idoc-s-in-a-single-call/m-p/2720372#M631116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T07:56:51Z</dc:date>
    </item>
  </channel>
</rss>

