<?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: Coding in smartform \ Print Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-smartform-print-program/m-p/5627440#M1281455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We should avoid coding as much as posible inside smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will increse the database load. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fo eg., we havae a print program which is retreiving certain data from some tables. Then it will call the smartform. If you have some data retreival code in smartforms, again the system will access the DB. This will have a performance issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we should try to access all the data bases before calling the SF. But for some exceptional cases (when modifying STD forms) we can't avoid this also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 May 2009 16:36:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-04T16:36:42Z</dc:date>
    <item>
      <title>Coding in smartform \ Print Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-smartform-print-program/m-p/5627439#M1281454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;     Coding in smartforms is performence wise good or bad?&lt;/P&gt;&lt;P&gt;If good..how? If bad..how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls guide me on this. I have spent a day on this to analyize!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 16:16:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-smartform-print-program/m-p/5627439#M1281454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T16:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Coding in smartform \ Print Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-smartform-print-program/m-p/5627440#M1281455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We should avoid coding as much as posible inside smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will increse the database load. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fo eg., we havae a print program which is retreiving certain data from some tables. Then it will call the smartform. If you have some data retreival code in smartforms, again the system will access the DB. This will have a performance issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we should try to access all the data bases before calling the SF. But for some exceptional cases (when modifying STD forms) we can't avoid this also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 16:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-smartform-print-program/m-p/5627440#M1281455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T16:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Coding in smartform \ Print Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-smartform-print-program/m-p/5627441#M1281456</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;If the Smartform and Print program need's to be new created then incorporate all the logic in the print program instead of having in the smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your requirement is not to change the print program than there is no other way go..need to code in smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Performance wise it would be better to have most of the logic in print program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 16:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-smartform-print-program/m-p/5627441#M1281456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T16:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Coding in smartform \ Print Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-smartform-print-program/m-p/5627442#M1281457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case ur print program doesnot have the data u require and u may want to put select in smartform then u can use selects inside the initialization of smartform without affecting the performance much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 17:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-smartform-print-program/m-p/5627442#M1281457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-04T17:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Coding in smartform \ Print Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-smartform-print-program/m-p/5627443#M1281458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Babs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 04:08:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-smartform-print-program/m-p/5627443#M1281458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-05T04:08:58Z</dc:date>
    </item>
  </channel>
</rss>

