<?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: Long time for generating spool request for smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-time-for-generating-spool-request-for-smartforms/m-p/8621526#M1663979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rameshkumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may look at the code sections of your smartform: If you have a lot more data in production than you have in development, it is especially important to use a fully specified primary key for any SELECTs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also ask your basis people to check if any performance warnings have been recorded with database system. This happens quite frequently that growing database tables cause problems when table spaces are not properly assigned or table sizes are not maintained adequately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Mar 2012 15:20:58 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2012-03-04T15:20:58Z</dc:date>
    <item>
      <title>Long time for generating spool request for smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-time-for-generating-spool-request-for-smartforms/m-p/8621524#M1663977</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'm have designed a  smartforms for printing a Receipt form. It takes about 1 minute for generating spool request after pressing the PRINT button in PRODUCTION Server only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Code i used is below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION lv_fname
  EXPORTING
      p_belnr                    = p_belnr
      p_bukrs                    = p_bukrs
      p_gjahr                    = p_gjahr
 EXCEPTIONS
   formatting_error           = 1
   internal_error             = 2
   send_error                 = 3
   user_canceled              = 4
   OTHERS                     = 5
            .
  IF sy-subrc &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please help me out to sort this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rameshkumar Raamasamy on Mar 4, 2012 6:21 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2012 05:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-time-for-generating-spool-request-for-smartforms/m-p/8621524#M1663977</guid>
      <dc:creator>rameshkumar_ramasamy2</dc:creator>
      <dc:date>2012-03-04T05:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Long time for generating spool request for smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-time-for-generating-spool-request-for-smartforms/m-p/8621525#M1663978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a performance analysis with ST01/ST05 to see the gap in your execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reference &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d1/801f7c454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d1/801f7c454211d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2012 06:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-time-for-generating-spool-request-for-smartforms/m-p/8621525#M1663978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-04T06:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Long time for generating spool request for smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-time-for-generating-spool-request-for-smartforms/m-p/8621526#M1663979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rameshkumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may look at the code sections of your smartform: If you have a lot more data in production than you have in development, it is especially important to use a fully specified primary key for any SELECTs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also ask your basis people to check if any performance warnings have been recorded with database system. This happens quite frequently that growing database tables cause problems when table spaces are not properly assigned or table sizes are not maintained adequately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2012 15:20:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-time-for-generating-spool-request-for-smartforms/m-p/8621526#M1663979</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2012-03-04T15:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Long time for generating spool request for smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-time-for-generating-spool-request-for-smartforms/m-p/8621527#M1663980</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; Check whether your spool is getting appended to any existing spools&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 09:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-time-for-generating-spool-request-for-smartforms/m-p/8621527#M1663980</guid>
      <dc:creator>JJosh</dc:creator>
      <dc:date>2012-03-05T09:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Long time for generating spool request for smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-time-for-generating-spool-request-for-smartforms/m-p/8621528#M1663981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First i checked with ST05, it takes very long time to fetch data from TST03 when compared with Quality. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is any performance issue in my smartforms, how i will get the Print preview quick? But while printing only it takes time. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I asked my basis to check this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 09:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-time-for-generating-spool-request-for-smartforms/m-p/8621528#M1663981</guid>
      <dc:creator>rameshkumar_ramasamy2</dc:creator>
      <dc:date>2012-03-05T09:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Long time for generating spool request for smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/long-time-for-generating-spool-request-for-smartforms/m-p/8621529#M1663982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a similar problem. Some of the smartforms in our company used graphics as watermarks. These graphics were 8.5"x11" (Letter sized), color, and not compressed. In other words VERY BIG. Every time the smartform was printed, the entire graphic was loaded into table TST03, meaning that the table got very large. This not only slowed down the printing of this smartform, but the printing of every other smartform in the system as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We solved this issue by loading a new watermark graphic into SE78 at a low DPI (100) with the Compression checkbox checked. We updated our existing smartforms to use the compressed watermark.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 18:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/long-time-for-generating-spool-request-for-smartforms/m-p/8621529#M1663982</guid>
      <dc:creator>alex_campbell</dc:creator>
      <dc:date>2012-03-06T18:04:10Z</dc:date>
    </item>
  </channel>
</rss>

