<?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: regarding smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2774694#M646657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Raman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add "Flow Logic" by right clicking on the element. Here, you can do all type of calculations &amp;amp; Data fetching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddhesh Sanghvi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2007 06:40:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-04T06:40:50Z</dc:date>
    <item>
      <title>regarding smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2774692#M646655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;in smartforms if i need to take sum of one field suppose ntgew..where shud i do the calculation work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;raman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:37:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2774692#M646655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: regarding smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2774693#M646656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create program lines in smartform, provide appropriate input and output paramters and carry out calculations dere....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if dere is ny confusion leme kno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2774693#M646656</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-09-04T06:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: regarding smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2774694#M646657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Raman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add "Flow Logic" by right clicking on the element. Here, you can do all type of calculations &amp;amp; Data fetching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddhesh Sanghvi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2774694#M646657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: regarding smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2774695#M646658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;in the form you have to do that.&lt;/P&gt;&lt;P&gt;if u r printing it using table goto that field NTGEW&lt;/P&gt;&lt;P&gt;under that write code-&amp;gt;&lt;/P&gt;&lt;P&gt;right click the text-&amp;gt;create-&amp;gt;flow logic-&amp;gt;program line&lt;/P&gt;&lt;P&gt;declare one variable in global data(tot)&lt;/P&gt;&lt;P&gt;take ntgew as input parameter and tot as output parameter&lt;/P&gt;&lt;P&gt;tot = to + wa-ntgew.&lt;/P&gt;&lt;P&gt;print tot  in footer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2774695#M646658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: regarding smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2774696#M646659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using TABLE contruct to print data and want to sum certain value then you can specify that field in CALCULATION tab of TABLE contruct. There are three options available there SUM, AVG and CNT. You can use function SUM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2774696#M646659</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2007-09-04T06:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: regarding smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2774697#M646660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using table or loop. You could use a calculation tab in the table or loop element.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2774697#M646660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:52:46Z</dc:date>
    </item>
  </channel>
</rss>

