<?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 total in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738888#M636225</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;After Populating the Internal Table,Group the Internal Table Material Wise.Then Calculate the Total of that Particular Material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2007 11:26:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-29T11:26:52Z</dc:date>
    <item>
      <title>regarding total in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738885#M636222</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;&lt;/P&gt;&lt;P&gt;               i have developed a smartforms in which the different materials quantity is coming,now i have to add these quantities material wise,means for first materail it will sumup(total) the quantity then for second material it will sumup(total) the quantity,as i m using table not templates in the smartforms,,,,plz help me cant we do with the help of calculations tab in the table options but how , i m using this tab but it is giving the summation of both the materail together not individually..............if possible kindly send me the steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 11:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738885#M636222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T11:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: regarding total in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738886#M636223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can create program lines and do calculations...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 11:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738886#M636223</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-08-29T11:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: regarding total in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738887#M636224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want individual sum then do the coding in your ABAP report (which is calling report of SMARTFORM) and pass both the values to smartform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 11:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738887#M636224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T11:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: regarding total in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738888#M636225</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;After Populating the Internal Table,Group the Internal Table Material Wise.Then Calculate the Total of that Particular Material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 11:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738888#M636225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T11:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: regarding total in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738889#M636226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is possible in the calculations tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your tab you'll need to fill the columns with,&lt;/P&gt;&lt;P&gt;operand - SUM,&lt;/P&gt;&lt;P&gt;field name - the field holding the quantity&lt;/P&gt;&lt;P&gt;target field name - the working field you need to hold the total&lt;/P&gt;&lt;P&gt;time - after sorting&lt;/P&gt;&lt;P&gt;for field name - the material no fieldname&lt;/P&gt;&lt;P&gt;reset - for sort criteria&lt;/P&gt;&lt;P&gt;for field name - the field name of your material number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 11:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738889#M636226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T11:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: regarding total in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738890#M636227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculate using PROGRAM LINES node and display the via TEXT node in the FOOTER of the TABLE.&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;&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it is helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 11:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738890#M636227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T11:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: regarding total in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738891#M636228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this sample doc and code and write the report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 11:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738891#M636228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T11:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: regarding total in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738892#M636229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in order to get the points u mr.raam dont try to become smart i m talking about smartforms not in normal report ,,,,,,,,,,,,,,,,,read carefully before sending any thing.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 11:46:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738892#M636229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T11:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: regarding total in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738893#M636230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi nick plz explain these column "for field name".....where to put which field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 12:12:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738893#M636230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T12:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: regarding total in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738894#M636231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The list follows the order of the columns across the grid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your table has fields MATNR and MENGE, and your totals go into W_MENGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;operand - SUM,&lt;/P&gt;&lt;P&gt;field name - MENGE&lt;/P&gt;&lt;P&gt;target field name - W_MENGE&lt;/P&gt;&lt;P&gt;time - after sorting&lt;/P&gt;&lt;P&gt;for field name - MATNR&lt;/P&gt;&lt;P&gt;reset - for sort criteria&lt;/P&gt;&lt;P&gt;for field name - MATNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you check the sort criteria event for MATNR the field W_MENGE will hold the sub-total for each material as the data is processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 12:23:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738894#M636231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T12:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: regarding total in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738895#M636232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          sorry to have disturbed u dear here what is happening here when i m giving the fields like this in my smartforms,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;operand - total,&lt;/P&gt;&lt;P&gt;field name -itab_final_sfm-labst_tm&lt;/P&gt;&lt;P&gt;target field name - v_labst1&lt;/P&gt;&lt;P&gt;time - after sorting&lt;/P&gt;&lt;P&gt;for field name - MATNR&lt;/P&gt;&lt;P&gt;reset - for sort criteria&lt;/P&gt;&lt;P&gt;for field name - MATNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after checking it is giving this error::::::MATNR is not a valid sort criteria......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;though the field matnr is existing in my internal table....plz help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 03:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-total-in-smartforms/m-p/2738895#M636232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T03:41:36Z</dc:date>
    </item>
  </channel>
</rss>

