<?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 Help needed on Smartforms- Table -Calculations Node in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-on-smartforms-table-calculations-node/m-p/1628708#M280712</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;I am new to smartforms. Can anyone tell me about the Calculations node in Table Element. If possible please share me some code samples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Udaya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: All helpful answers will be rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2006 08:34:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-20T08:34:01Z</dc:date>
    <item>
      <title>Help needed on Smartforms- Table -Calculations Node</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-on-smartforms-table-calculations-node/m-p/1628708#M280712</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;I am new to smartforms. Can anyone tell me about the Calculations node in Table Element. If possible please share me some code samples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Udaya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: All helpful answers will be rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 08:34:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-on-smartforms-table-calculations-node/m-p/1628708#M280712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T08:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed on Smartforms- Table -Calculations Node</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-on-smartforms-table-calculations-node/m-p/1628709#M280713</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;The calculation node allows you to do simple operations like Totalling of a field in the table. &lt;/P&gt;&lt;P&gt;For eg if you have a amount field in the table, and you want to sum that field for all the item's in the table then instead of writing a code for it, you can directly use the sum opearation in calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly u can use the operation Average(mean) and numbering in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Devendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 08:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-on-smartforms-table-calculations-node/m-p/1628709#M280713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T08:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed on Smartforms- Table -Calculations Node</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-on-smartforms-table-calculations-node/m-p/1628710#M280714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When executing calculations during table output, you must distinguish between two cases:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1)&amp;lt;/b&amp;gt;To calculate values that refer to a single unit or currency, use the Calculations tab of the table node. This node allows you to flexibly integrate the operations Total, Average Value and Number into your table output. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;2)&amp;lt;/b&amp;gt;To calculate values whose results refer to different units or currencies, you must include program lines nodes in the navigation tree to execute the calculations manually&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;To use automatic calculations you proceed as follows:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Define an additional global field, the target field, which you need to display the result of the operation. &lt;/P&gt;&lt;P&gt;2) On the Calculations tab of the table node select an operation first, then a field (that is, a column of the table), for which to execute the operation, and specify the calculation and initialization events. &lt;/P&gt;&lt;P&gt;3) Depending on whether you execute a calculation on all items of the table or on items of a sort level, display your result either in the footer or at the beginning or end of a sort level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the below SAP link for Calculations:-&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cd/c8d11a356111d5b699006094192fe3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cd/c8d11a356111d5b699006094192fe3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cd/c8d114356111d5b699006094192fe3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cd/c8d114356111d5b699006094192fe3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/c8d11d356111d5b699006094192fe3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/c8d11d356111d5b699006094192fe3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Summing Up Different Currencies:-&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/35/3f899ab4c111d4b62a006094192fe3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/35/3f899ab4c111d4b62a006094192fe3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 08:41:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed-on-smartforms-table-calculations-node/m-p/1628710#M280714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T08:41:24Z</dc:date>
    </item>
  </channel>
</rss>

