<?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/4710932#M1106591</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; sort ur internal table by material.&lt;/P&gt;&lt;P&gt; then loop that internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like  loop at itab.&lt;/P&gt;&lt;P&gt;       at end matnr.&lt;/P&gt;&lt;P&gt;        sum. // this sum adds all the amount , quantity fields and place&lt;/P&gt;&lt;P&gt;                    that added value in the same field&lt;/P&gt;&lt;P&gt;                     for example  wrbtr is for amount then in itab-wrbtr u  can find total value..&lt;/P&gt;&lt;P&gt;      endat.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds.,&lt;/P&gt;&lt;P&gt;subash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2008 09:57:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-06T09:57:35Z</dc:date>
    <item>
      <title>regarding smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/4710927#M1106586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have on issue...my requirement is i hav to add the quantity field if all the material nos are same.....if it is not same i have to left it....if one quantity value also different leave it...please uided me in this onee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 02:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/4710927#M1106586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T02:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: regarding smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/4710928#M1106587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       Use control break statements. &lt;/P&gt;&lt;P&gt;at end of .&lt;/P&gt;&lt;P&gt;endat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 03:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/4710928#M1106587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T03:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: regarding smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/4710929#M1106588</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;Can you give your issue more clear? It's a little confusing.&lt;/P&gt;&lt;P&gt;I tried to understand you:&lt;/P&gt;&lt;P&gt;first: if the material no is the same, do sum for quantity.&lt;/P&gt;&lt;P&gt;second: if the material no is not, leave it,&lt;/P&gt;&lt;P&gt;third: what is the meaning for : if the quantity is not same, then also leave it?  &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;Chris Gu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 03:41:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/4710929#M1106588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T03:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: regarding smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/4710930#M1106589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;You need to declare a variable globally and then you need to assign the material to the value at the initial time when qty is being printed.&lt;/P&gt;&lt;P&gt;Now for everytime when the qty is comes you need to cross chcek the previous material. if the previus material is same then leave it. You can use this  condition in the condition tab when you print the qty field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 03:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/4710930#M1106589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T03:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: regarding smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/4710931#M1106590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;  no  consideration for quantity...only based on material...i hav to add...if the materials nos r same i have to add the qty and if it s not no need to add...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 09:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/4710931#M1106590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T09:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: regarding smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/4710932#M1106591</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; sort ur internal table by material.&lt;/P&gt;&lt;P&gt; then loop that internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like  loop at itab.&lt;/P&gt;&lt;P&gt;       at end matnr.&lt;/P&gt;&lt;P&gt;        sum. // this sum adds all the amount , quantity fields and place&lt;/P&gt;&lt;P&gt;                    that added value in the same field&lt;/P&gt;&lt;P&gt;                     for example  wrbtr is for amount then in itab-wrbtr u  can find total value..&lt;/P&gt;&lt;P&gt;      endat.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds.,&lt;/P&gt;&lt;P&gt;subash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 09:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms/m-p/4710932#M1106591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T09:57:35Z</dc:date>
    </item>
  </channel>
</rss>

