<?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 SmartForm - Bad Performance in Generated Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-bad-performance-in-generated-function-module/m-p/3232041#M770997</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;My team developed some complex SmartForms with many tables and lots of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are taking about 25 seconds to process a 13 page form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most time is inside function SSFCOMP_WRITE_TEXT and form TEXT_ANALYSIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our system is Unicode. We are generating PDF and this time does not include the CONVERT_TO_OTF (other point of bad performance).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't have custom abap code in these forms definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have a recommendation regarding best practices to build or call the form or to configure the system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jose Baptista&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jan 2008 21:43:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-02T21:43:13Z</dc:date>
    <item>
      <title>SmartForm - Bad Performance in Generated Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-bad-performance-in-generated-function-module/m-p/3232041#M770997</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;My team developed some complex SmartForms with many tables and lots of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are taking about 25 seconds to process a 13 page form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most time is inside function SSFCOMP_WRITE_TEXT and form TEXT_ANALYSIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our system is Unicode. We are generating PDF and this time does not include the CONVERT_TO_OTF (other point of bad performance).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't have custom abap code in these forms definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have a recommendation regarding best practices to build or call the form or to configure the system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jose Baptista&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 21:43:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-bad-performance-in-generated-function-module/m-p/3232041#M770997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T21:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForm - Bad Performance in Generated Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-bad-performance-in-generated-function-module/m-p/3232042#M770998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just one point to add. Even though the Smartform allows you to write code within the form, it is not a good idea. As far as possible use the form just as a template and do all the processing in the controlling program (program that calls the Smartform). This will help you analyse the performance of the code. I am not sure if you can do that accurately when the code is in the smartform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 14:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-bad-performance-in-generated-function-module/m-p/3232042#M770998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T14:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForm - Bad Performance in Generated Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-bad-performance-in-generated-function-module/m-p/3232043#M770999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I told, we do not have Abap logic in the smartform.&lt;/P&gt;&lt;P&gt;The system is taking a long time to process the standard generated function module (mainly inside function module SSFCOMP_WRITE_TEXT). I observed that this function interprets the Text Elements definition and processes each field and formatting command defined in the form.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 16:39:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-bad-performance-in-generated-function-module/m-p/3232043#M770999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T16:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: SmartForm - Bad Performance in Generated Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-bad-performance-in-generated-function-module/m-p/3232044#M771000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adobe Analyst Reports&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find out what leading industry analysts are saying about Adobe solutions and technology. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adobe LiveCycle Developer Center &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Download resources, read documents and expand your knowledge of Adobe LiveCycle applications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adobe LiveCycle Products Knowledge Center &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search the Developer Knowledgebase, find technical support for products, or browse customer service topics for information about non-technical issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adobe LiveCycle Forum &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post a message, add a topic or search through the Adobe LiveCylce forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avoka FormCenter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FormCenter&amp;#153; is a powerful customer self-service electronic forms delivery platform designed to fully leverage Adobe LiveCycle. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GovDex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GovDex is a resource developed by government agencies to facilitate business process collaboration across policy portfolios and administrative jurisdictions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FormCentral&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An online gateway to local Council services.  You can make applications and payments for Council services using SmartForms without ever needing to visit your local Council offices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LiveCycle Developers Google Groups &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Google group for developers of Adobe LiveCycle software to use as an information sharing resource.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;View all SmartForms on GovForms &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Government forms for your business.  See how other agencies are using SmartForms technology and how they can help your agency reduce red tape for business.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;W3 Schools - XML and scripting online tutorials and examples &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At W3 Schools you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced XML, SQL, Database, Multimedia and WAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 08:51:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-bad-performance-in-generated-function-module/m-p/3232044#M771000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T08:51:02Z</dc:date>
    </item>
  </channel>
</rss>

