<?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: Table maintenance generator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/1218308#M135463</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;Try with screen having 2step option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;If this helps you reward with points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Mar 2006 08:06:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-24T08:06:54Z</dc:date>
    <item>
      <title>Table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/1218307#M135462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;While creating a table maintenance generator for a table containing 100 fields, sysem gives me an error message as "Screen cannot be generated. Internal storage for screen LOAD (499803 bytes) is not availble". &lt;/P&gt;&lt;P&gt;How to rectify this error? &lt;/P&gt;&lt;P&gt;Is there any restriction on number of columns for table maintenance generator with One step? &lt;/P&gt;&lt;P&gt;This is because, I am able to generate it successfully using two step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pankaj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 07:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/1218307#M135462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T07:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/1218308#M135463</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;Try with screen having 2step option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;If this helps you reward with points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 08:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/1218308#M135463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T08:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/1218309#M135464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pankaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error is occuring because the compiled version of the screen is not able to load at runtime. The size of the area is set with the profile parameter ztta/dynpro_area.If this area is configured too small, certain screens cannot be generated or loaded, or they cannot be used after having been loaded into the system.&lt;/P&gt;&lt;P&gt;This, for example, occurs if a screen contains a very large Table Control with many columns and lines.&lt;/P&gt;&lt;P&gt;The default is as follows:&lt;/P&gt;&lt;P&gt;Kernel Release |  ztta/dynpro_area&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------" /&gt;&lt;P&gt;3.1I      |       65535 (64 KB - upper limit)&lt;/P&gt;&lt;P&gt;4.0B      |      128000&lt;/P&gt;&lt;P&gt;4.5B      |      250000&lt;/P&gt;&lt;P&gt;4.6A/B    |      250000 (recommended: 500000)&lt;/P&gt;&lt;P&gt;4.6C      |      500000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As indicated by SAP&lt;/P&gt;&lt;P&gt;Check first whether the profile parameter ztta/dynpro_area has the default value in your system. If not, use and check the default setting to see whether the problem is eliminated this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the text of the above error messages or syslog entries, generally a reference to the size of the screen load is contained. If the default setting is insufficient, you can increase the profile parameter accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, a value of 65535 cannot be exceeded for kernel Release 3.1I as this limit is predefined in the kernel.&lt;/P&gt;&lt;P&gt;Here, you can only zoom out the number of the fields on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note that within the buffer, another 1 KB is reserved for administration information and cannot be used for the screen.&lt;/P&gt;&lt;P&gt;As of Release 4.6C the buffer was increased to 500000. This value should also be set in Release 4.6A/B because some of the screens almost reach the 250000 value which is set there, and this means that even slight modifications can cause the value to be exceeded.&lt;/P&gt;&lt;P&gt;With Kernel Patch Level 46D 353 values less than 500000 in zzta/dynpro_area are not taken into consideration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 08:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/1218309#M135464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T08:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/1218310#M135465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhijit,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;How could I check the default value of my profile parameter ztta/dynpro_area and how o increase it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 08:17:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/1218310#M135465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T08:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/1218311#M135466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhijit,&lt;/P&gt;&lt;P&gt;How could I check the default value of my profile parameter ztta/dynpro_area and how to increase it?&lt;/P&gt;&lt;P&gt;Waiting for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 08:25:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/1218311#M135466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T08:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/1218312#M135467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pankaj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute trx RZ11 and enter ztta/dynpro_area. It will give u details as to what is set. If this is set to maximum then u cannot do anything but to reduce some fields from the screen and then and then only this will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 10:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/1218312#M135467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-24T10:29:32Z</dc:date>
    </item>
  </channel>
</rss>

