<?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 regarding Smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2566720#M585684</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;i want to do Sum of prices at the end of field. How can i do this in Smartforms? give me examples showing procedure to explain this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2007 09:06:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-06T09:06:52Z</dc:date>
    <item>
      <title>regarding Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2566720#M585684</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;i want to do Sum of prices at the end of field. How can i do this in Smartforms? give me examples showing procedure to explain this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 09:06:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2566720#M585684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T09:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2566721#M585685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see sap example programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SF*&lt;/P&gt;&lt;P&gt;SF_EXAMPLE_01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 09:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2566721#M585685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T09:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2566722#M585686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;For Totals and subtotals - Check the link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2919744"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the PROGRAM LINES node to calculate the page totals in Table node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Node has three sections:&lt;/P&gt;&lt;P&gt;Header: (Triggered once in the beginning of a page)&lt;/P&gt;&lt;P&gt;Create a Program lines node to reset the value of TOTAL to 0.&lt;/P&gt;&lt;P&gt;Main Area (For each row of internal table)&lt;/P&gt;&lt;P&gt;Create a Program lines node to add the Value to TOTAL&lt;/P&gt;&lt;P&gt;Footer (Triggered once in the End of a page)&lt;/P&gt;&lt;P&gt;Display the TOTAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: 1) You can declare the TOTAL variable in the GLOBAL Definitions under GLOBAL DATA.&lt;/P&gt;&lt;P&gt;2) In the PROGRAM lines always pass the TOTAL in both INPUT and OUTPUT parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 09:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2566722#M585686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T09:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: regarding Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2566723#M585687</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;     In table........goto Calculation Tab..........&lt;/P&gt;&lt;P&gt;    give.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     operation------sum&lt;/P&gt;&lt;P&gt;     field name -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;that u want to sum like itab-lfimg&lt;/P&gt;&lt;P&gt;    tareget fields name----&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;slfimg(specify this in global data)&lt;/P&gt;&lt;P&gt;    Time -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;when u want(after loop,before loop..........)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And at Footer specify........-slfimg(specify this in global data) field.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Imran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 09:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/2566723#M585687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T09:23:34Z</dc:date>
    </item>
  </channel>
</rss>

