<?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 Program RBDSEMAT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-rbdsemat/m-p/7276228#M1530845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run this program with certain selection criteria, I get for example 4 idocs with one material in it. But is there a parameter which could be set so that 1 idoc with 4 materials are send?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guido Koopmann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Sep 2010 14:30:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-08T14:30:20Z</dc:date>
    <item>
      <title>Program RBDSEMAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-rbdsemat/m-p/7276228#M1530845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run this program with certain selection criteria, I get for example 4 idocs with one material in it. But is there a parameter which could be set so that 1 idoc with 4 materials are send?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guido Koopmann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 14:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-rbdsemat/m-p/7276228#M1530845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-08T14:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Program RBDSEMAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-rbdsemat/m-p/7276229#M1530846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guido&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Technically it should be possible because the MATMAS04 documentation (WE60) allows up to 9999 E1MARAM (= Material) segments. Unfortunately I do not know where this collection process can be switched on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 14:40:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-rbdsemat/m-p/7276229#M1530846</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2010-09-08T14:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Program RBDSEMAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-rbdsemat/m-p/7276230#M1530847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that is technically possible when looking at the IDOC itself &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; But can not find any option in the program which leads me to the solution to create 4 materials in 1 idoc instead of 4 seperate idocs with 1 material.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 14:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-rbdsemat/m-p/7276230#M1530847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-08T14:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Program RBDSEMAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-rbdsemat/m-p/7276231#M1530848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guido&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is what I found in the book "ALE, EDI, &amp;amp; IDoc Technologies for SAP, 2nd Edition":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Control the packet size.&lt;/STRONG&gt; The packet size for a message depends on the number of IDocs and the&lt;/P&gt;&lt;P&gt;number of data records in each IDoc. &lt;U&gt;You cannot control the number of data records in an IDoc&lt;/U&gt;, but&lt;/P&gt;&lt;P&gt;you can control the number of IDocs in a packet. The latter, of course, will be small if the number of&lt;/P&gt;&lt;P&gt;data records per IDoc is large. The packet size is specified in the partner profile's outbound record in&lt;/P&gt;&lt;P&gt;the Pack Size field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, this is an old book and perhaps newer SAP releases offer this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 15:04:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-rbdsemat/m-p/7276231#M1530848</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2010-09-08T15:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Program RBDSEMAT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-rbdsemat/m-p/7276232#M1530849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At this point it's not possible to send out 1 IDOC with multiple materials with RBDSEMAT, so we are going to write a Z-version of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 08:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-rbdsemat/m-p/7276232#M1530849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-09T08:31:36Z</dc:date>
    </item>
  </channel>
</rss>

