<?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: SMARTFORMS  PRINT PREVIEW TAKING LONG TIME in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-print-preview-taking-long-time/m-p/12187594#M1980451</link>
    <description>&lt;P&gt;Run and analyze a trace of the execution&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;If it is already proven that the SQL query is the cause of the poor performance, perform a SQL trace (ST05) &lt;/LI&gt;&lt;LI&gt;Otherwise, perform an Abap trace (SAT, or ST12 if available).&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Wed, 11 Mar 2020 14:32:39 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2020-03-11T14:32:39Z</dc:date>
    <item>
      <title>SMARTFORMS  PRINT PREVIEW TAKING LONG TIME</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-print-preview-taking-long-time/m-p/12187589#M1980446</link>
      <description>&lt;P&gt;Developed the SF .But when we click on print preview button it is too long time to give output.&lt;/P&gt;
  &lt;P&gt;Does it due to select query ? or some parameter setting ?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 11:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-print-preview-taking-long-time/m-p/12187589#M1980446</guid>
      <dc:creator>former_member605939</dc:creator>
      <dc:date>2020-03-11T11:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS  PRINT PREVIEW TAKING LONG TIME</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-print-preview-taking-long-time/m-p/12187590#M1980447</link>
      <description>&lt;P&gt;The informations you gave are too small to give a perfect answer so:&lt;/P&gt;&lt;P&gt;Please start a SQL-Trace in Transaction ST05 and check database operations. &lt;/P&gt;&lt;P&gt;I think, you will find a slow query.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 11:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-print-preview-taking-long-time/m-p/12187590#M1980447</guid>
      <dc:creator>Andreas-145</dc:creator>
      <dc:date>2020-03-11T11:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS  PRINT PREVIEW TAKING LONG TIME</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-print-preview-taking-long-time/m-p/12187591#M1980448</link>
      <description>&lt;P&gt;check Your  Driver Program..&lt;/P&gt;&lt;P&gt;trace query with st05..&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 11:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-print-preview-taking-long-time/m-p/12187591#M1980448</guid>
      <dc:creator>irfanjazz1</dc:creator>
      <dc:date>2020-03-11T11:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS  PRINT PREVIEW TAKING LONG TIME</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-print-preview-taking-long-time/m-p/12187592#M1980449</link>
      <description>&lt;P&gt;in addition to the post &lt;/P&gt;&lt;H1&gt;SMARTFORMS PRINT PREVIEW TAKING LONG TIME&lt;/H1&gt;&lt;P&gt;Checked that the CALL FUNCTION 'SSFCOMP_PROCESS_DOCUMENT'&lt;/P&gt;&lt;P&gt;is taking too much time.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 11:43:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-print-preview-taking-long-time/m-p/12187592#M1980449</guid>
      <dc:creator>former_member605939</dc:creator>
      <dc:date>2020-03-11T11:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS  PRINT PREVIEW TAKING LONG TIME</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-print-preview-taking-long-time/m-p/12187593#M1980450</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If it's identified due to select query then share the code using code button.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 12:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-print-preview-taking-long-time/m-p/12187593#M1980450</guid>
      <dc:creator>Abinathsiva</dc:creator>
      <dc:date>2020-03-11T12:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS  PRINT PREVIEW TAKING LONG TIME</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-print-preview-taking-long-time/m-p/12187594#M1980451</link>
      <description>&lt;P&gt;Run and analyze a trace of the execution&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;If it is already proven that the SQL query is the cause of the poor performance, perform a SQL trace (ST05) &lt;/LI&gt;&lt;LI&gt;Otherwise, perform an Abap trace (SAT, or ST12 if available).&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 11 Mar 2020 14:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-print-preview-taking-long-time/m-p/12187594#M1980451</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2020-03-11T14:32:39Z</dc:date>
    </item>
  </channel>
</rss>

