<?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 ABAP Program or transaction for hard workload testing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-or-transaction-for-hard-workload-testing/m-p/7569433#M1565240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my actual client we have the need of creating an error of memory overflow or Database workload overflow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I once saw an standar program that replicates this kind of overflows. But I can´t remember or find this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be it´s all my imagination, but I´m pretty sure there was a program/transaction/function module that could help me with this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody knows of anything about this, please answer this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much and kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ibai Ramirez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jan 2011 10:40:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-14T10:40:06Z</dc:date>
    <item>
      <title>ABAP Program or transaction for hard workload testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-or-transaction-for-hard-workload-testing/m-p/7569433#M1565240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my actual client we have the need of creating an error of memory overflow or Database workload overflow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I once saw an standar program that replicates this kind of overflows. But I can´t remember or find this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be it´s all my imagination, but I´m pretty sure there was a program/transaction/function module that could help me with this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody knows of anything about this, please answer this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much and kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ibai Ramirez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 10:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-or-transaction-for-hard-workload-testing/m-p/7569433#M1565240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-14T10:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program or transaction for hard workload testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-or-transaction-for-hard-workload-testing/m-p/7569434#M1565241</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 don't know any standard program that does that but you could maybe try the following options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Talk to your Basis team in order to reduce the system parameter size for memory (this will probably cause that some standard programs / transactions give the error you're looking for).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create a custom program that has an infinite loop (WHILE TRUE) where you're requesting memory to SAP on every loop and not releasing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 11:57:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-or-transaction-for-hard-workload-testing/m-p/7569434#M1565241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-14T11:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program or transaction for hard workload testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-or-transaction-for-hard-workload-testing/m-p/7569435#M1565242</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 will not recommanded to increase the size. If your using the ECC 6.0 it allow default size upto 4GB and before that upto 2 GB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check it with using the transaction ST22 for dump analysis and observe the program name and check it is standard program or customer program ( i.e. Start from y or z ). if it standard program then write to SAP and if it is customer program it read more data then read the data in batches, process data and after processing unwanted internal table you have to refresh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For analysis of the program you can used SE30 - Program runtime analysis, ST05-SQL analysis, ST12-Perticular transaction analysis and STAD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 04:36:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-or-transaction-for-hard-workload-testing/m-p/7569435#M1565242</guid>
      <dc:creator>ravi_lanjewar</dc:creator>
      <dc:date>2011-01-17T04:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program or transaction for hard workload testing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-or-transaction-for-hard-workload-testing/m-p/7569436#M1565243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not really understand the purpose of your approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workload testing does not create simple dumps, but tests your actual workload and tries to avoid dumps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating simple dumps should be very easy, you SELECT INTO TABLE with a large DB table, no ABAP memory can hold the largest DB table.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 09:51:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-or-transaction-for-hard-workload-testing/m-p/7569436#M1565243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-17T09:51:42Z</dc:date>
    </item>
  </channel>
</rss>

