<?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 Package size in Submit statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/package-size-in-submit-statement/m-p/12642685#M2014376</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
  &lt;P&gt;I have a requirement wherein I need to call the standard report MB5B using 'Submit' statement in my custom report. &lt;/P&gt;
  &lt;P&gt;Although, it works fine, but there are huge number of entries and hence the program is dumping. We have an option of 'package-size' for Select queries, but do we have a similar option using 'Submit' statement as well ?&lt;/P&gt;
  &lt;P&gt;Please advise.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Meenakshi&lt;/P&gt;</description>
    <pubDate>Sat, 29 Oct 2022 11:22:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2022-10-29T11:22:57Z</dc:date>
    <item>
      <title>Package size in Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/package-size-in-submit-statement/m-p/12642685#M2014376</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
  &lt;P&gt;I have a requirement wherein I need to call the standard report MB5B using 'Submit' statement in my custom report. &lt;/P&gt;
  &lt;P&gt;Although, it works fine, but there are huge number of entries and hence the program is dumping. We have an option of 'package-size' for Select queries, but do we have a similar option using 'Submit' statement as well ?&lt;/P&gt;
  &lt;P&gt;Please advise.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Meenakshi&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 11:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/package-size-in-submit-statement/m-p/12642685#M2014376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2022-10-29T11:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Package size in Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/package-size-in-submit-statement/m-p/12642686#M2014377</link>
      <description>&lt;P&gt;What is the reason of this short dump?&lt;/P&gt;&lt;P&gt;Concerning the "Similar option using 'Submit'...": if you run MB5B with a long list of selection criteria, it should be easy to run MB5B multiple times, each run using a different part of the selection criteria.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 12:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/package-size-in-submit-statement/m-p/12642686#M2014377</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-10-29T12:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Package size in Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/package-size-in-submit-statement/m-p/12642687#M2014378</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; The customer has huge data but low memory. Hence, the SELECT command sent to the database is too large, causing the memory dump. MB5B program fetches the data from BSIM table (screenshot attached) and this query leads to a dump. &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2106773-bsim-data-mb5b.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 13:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/package-size-in-submit-statement/m-p/12642687#M2014378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2022-10-29T13:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Package size in Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/package-size-in-submit-statement/m-p/12642688#M2014379</link>
      <description>&lt;P&gt; &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; Here, the requirement is to fetch data based on material type, posting date, company code and plant. This results into a huge volume of data. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2106776-mb5b.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 13:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/package-size-in-submit-statement/m-p/12642688#M2014379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2022-10-29T13:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Package size in Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/package-size-in-submit-statement/m-p/12642689#M2014380</link>
      <description>&lt;P&gt;You could run MB5B multiple times, each run with less data to process by using the selection criteria. like defining intervals for the material number (or whatever field you prefer).&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 13:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/package-size-in-submit-statement/m-p/12642689#M2014380</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-10-29T13:51:09Z</dc:date>
    </item>
  </channel>
</rss>

