<?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: How to increare roll area size programmatically? Is there any code? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-increare-roll-area-size-programmatically-is-there-any-code/m-p/2718605#M630662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is very interesting. I am assuming that you are doing this at the very end of your program where you have accumulated all the data you need and now writing it out to the spool. I don't see anything in this extract of the code that will cause this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please try to do something after your call 'GET_PRINT_PARAMETERS' fails? Right now, you are clearing params but continuing on to call the new-page with params. I am not sure if this is the reason but worth trying it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, please let us know if you are getting this dump while executing the call function or at the NEW-PAGE statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Aug 2007 22:00:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-15T22:00:45Z</dc:date>
    <item>
      <title>How to increare roll area size programmatically? Is there any code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-increare-roll-area-size-programmatically-is-there-any-code/m-p/2718599#M630656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone:&lt;/P&gt;&lt;P&gt;          I am running a program that goes to dump with an error "roll area size too small" in ECC6.0. The same program works fine in 4.6C. We worked with BASIS to set roll area related paramteres, logged OSS notes and set parameters as SAP suggested but nothing worked! Is there any function module or any code that I could use to free the roll area size in the program? Rewards assured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Mithun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 21:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-increare-roll-area-size-programmatically-is-there-any-code/m-p/2718599#M630656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T21:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to increare roll area size programmatically? Is there any code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-increare-roll-area-size-programmatically-is-there-any-code/m-p/2718600#M630657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mithum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the report you are getting the dump, (I guess it is Z), go to Utilities, ABAP Editor and check "Indicator for Editor Line Length = 72".&lt;/P&gt;&lt;P&gt;Save and activate the report.&lt;/P&gt;&lt;P&gt;It will help hopefullty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 22:28:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-increare-roll-area-size-programmatically-is-there-any-code/m-p/2718600#M630657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T22:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to increare roll area size programmatically? Is there any code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-increare-roll-area-size-programmatically-is-there-any-code/m-p/2718601#M630658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It means that you have reached the end of the memory space and you can avoid it only if you have a way to reduce the amount of memory you take up in your code. Is this a custom program? Check the code for INTO TABLE itab or APPEND itab statements and see if you can somehow break it into smaller chunks for processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than that your option is to increase your roll area size parameter. If it is a standard program and SAP cannot resolve it, there is a real problem. Please post the code extract where the error occurs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 22:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-increare-roll-area-size-programmatically-is-there-any-code/m-p/2718601#M630658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T22:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to increare roll area size programmatically? Is there any code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-increare-roll-area-size-programmatically-is-there-any-code/m-p/2718602#M630659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Srinivas has suggested, this is definitly a memory issue(not sure what Gabriel is pointing out with the editor).   If this is a custom program, try analyzing the program code and freeing up any memory where possible. FOr example, if you have any internal tables within that are no longer being used during program execution, then use the FREE statement to free them up.  If this is a standard program, then SAP should be taken the appropriate action to help you solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 22:42:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-increare-roll-area-size-programmatically-is-there-any-code/m-p/2718602#M630659</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-08-14T22:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to increare roll area size programmatically? Is there any code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-increare-roll-area-size-programmatically-is-there-any-code/m-p/2718603#M630660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mithum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think Rich and Srinivas are correct, sorry I missunderstood your issue, try finding the way to keep some memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 13:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-increare-roll-area-size-programmatically-is-there-any-code/m-p/2718603#M630660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T13:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to increare roll area size programmatically? Is there any code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-increare-roll-area-size-programmatically-is-there-any-code/m-p/2718604#M630661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for the feedback. I did work with SAP and had BASIS set the parameters as per the suggestions by SAP and after going back and forth they said it might be a program issue. This is the Z program and this is the code where it goes to DUMP with the error "Roll area too small".&lt;/P&gt;&lt;P&gt;================================================&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GET_PRINT_PARAMETERS'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        authority              = space&lt;/P&gt;&lt;P&gt;        immediately            = space&lt;/P&gt;&lt;P&gt;        new_list_id            = c_x&lt;/P&gt;&lt;P&gt;        no_dialog              = c_x&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       user                   = sy-uname&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        out_parameters         = params&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        archive_info_not_found = 1&lt;/P&gt;&lt;P&gt;        invalid_print_params   = 2&lt;/P&gt;&lt;P&gt;        invalid_archive_params = 3&lt;/P&gt;&lt;P&gt;        OTHERS                 = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;      CLEAR : params.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;The printer destination has to be set up&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    params-pdest = v_dest.&lt;/P&gt;&lt;P&gt;    params-prtxt = v_spool_text.&lt;/P&gt;&lt;P&gt;    params-paart = c_paart.&lt;/P&gt;&lt;P&gt;    params-prtxt = v_spool_text.&lt;/P&gt;&lt;P&gt;    params-primm = 'X'.&lt;/P&gt;&lt;P&gt;    params-prrel = space.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;    NEW-PAGE PRINT ON PARAMETERS params NO DIALOG.&lt;/P&gt;&lt;P&gt;    NEW-PAGE PRINT OFF.&lt;/P&gt;&lt;P&gt;===========================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used FREE statements in the program to free internal tables and if I remove the code above the program runs successfully! This works fine in 4.6C! All the paramters like roll area and stuff is more in ECC6.0 compared to 4.6C but the program still abends!! Please let me know if there is any resolution!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;I am rewarding all the answers&lt;/STRONG&gt;*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Mithun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 17:51:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-increare-roll-area-size-programmatically-is-there-any-code/m-p/2718604#M630661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T17:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to increare roll area size programmatically? Is there any code?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-increare-roll-area-size-programmatically-is-there-any-code/m-p/2718605#M630662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is very interesting. I am assuming that you are doing this at the very end of your program where you have accumulated all the data you need and now writing it out to the spool. I don't see anything in this extract of the code that will cause this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please try to do something after your call 'GET_PRINT_PARAMETERS' fails? Right now, you are clearing params but continuing on to call the new-page with params. I am not sure if this is the reason but worth trying it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, please let us know if you are getting this dump while executing the call function or at the NEW-PAGE statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 22:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-increare-roll-area-size-programmatically-is-there-any-code/m-p/2718605#M630662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T22:00:45Z</dc:date>
    </item>
  </channel>
</rss>

