<?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: Problem with smart form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104556#M981523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm displaying text in separate text after table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are totals of that page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2008 06:36:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-01T06:36:03Z</dc:date>
    <item>
      <title>Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104550#M981517</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 my smart form i calculate the total excise duty of each line item at the end of loop. I specified it in the calculation tab of main table in my form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is not calculating the total at end of loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the debugger I could see the the total is getting calculated. But it dosent get displayed in my form output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is happening with only 1 record, i.e when I enter the billing doc no. as 11100855. Other wise it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find that sequence of execution for this record is different from the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Sai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 05:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104550#M981517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T05:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104551#M981518</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;check whether there is any table entries exist for that doc no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 06:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104551#M981518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T06:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104552#M981519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see the records in the table entries, even in debugging mode i can see the sum is getting calculated but sequence of execution is different from other records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Sai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 06:08:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104552#M981519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T06:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104553#M981520</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;&lt;/P&gt;&lt;P&gt;OPERATION  : total   &lt;/P&gt;&lt;P&gt;                 &lt;/P&gt;&lt;P&gt; FIELD name:  wa_final-total                                   &lt;/P&gt;&lt;P&gt; Targetfieldname : l_total                                                &lt;/P&gt;&lt;P&gt; time: after loop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_total as varible declared in global definition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please assign in calucilation TAB like that after you will check it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also find out table entries there or not for doc no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;BHUPAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: bhupal reddy on Jul 1, 2008 8:33 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 06:32:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104553#M981520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T06:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104554#M981521</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;&lt;/P&gt;&lt;P&gt;where you are displaying the total,i mean in footer of table or in separate text after table.(please let me know u r displaying page totals or subtotals)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 06:32:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104554#M981521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T06:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104555#M981522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you declering the your total variable in &lt;STRONG&gt;Output parameter&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 06:35:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104555#M981522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T06:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104556#M981523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm displaying text in separate text after table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are totals of that page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 06:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104556#M981523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T06:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104557#M981524</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;When I create a watch point of global variable total, which is my field for page total, for this record, i.e billing doc no 11100855, watch point is reached twice, but this should not happen, because i'm calculation the sub total in the smart from table but I have coded the variable total which is the sum of all the sub totals out side the smart from table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 06:45:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104557#M981524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T06:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104558#M981525</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;follow the steps to create subtotals.it may be helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;before your item table create a loop .&lt;/P&gt;&lt;P&gt;and get your header table data from table to work area in data tab of this loop.&lt;/P&gt;&lt;P&gt;ex: t_vbrk into w_vbrk.&lt;/P&gt;&lt;P&gt;2&amp;gt;and go to calculations tab of this loop.&lt;/P&gt;&lt;P&gt;operation: total.&lt;/P&gt;&lt;P&gt;fieldname: w_vbrp-netwr.&lt;/P&gt;&lt;P&gt;target fieldname: subtot.&lt;/P&gt;&lt;P&gt;time : afterloop.&lt;/P&gt;&lt;P&gt;3&amp;gt;under this loop create program lines a,in that clear subtot.  &lt;/P&gt;&lt;P&gt;4&amp;gt;create table under this loop.Declare item table loop in the data tab of this table ex: t_vbrp into w_vbrp and specify  where condition vbeln = w_vbrk-vbeln in the same data tab.&lt;/P&gt;&lt;P&gt;5&amp;gt;dont decalre anything in calculations tab of this table.&lt;/P&gt;&lt;P&gt;6&amp;gt;after the table create text and call subtot here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in global definations. subtot type netwr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope it might be helpfull.&lt;/P&gt;&lt;P&gt;rewards if helpfull.&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 07:02:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104558#M981525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T07:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104559#M981526</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;Also for this perticaular record the sum of subtotals which I'm calculating in the smart form table is returning 0, but after reaching global variable total which is after the smart form table, again the control reaches the sum in smart form table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont understand why this is the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 07:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104559#M981526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T07:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104560#M981527</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;&lt;/P&gt;&lt;P&gt;Whenever caluculate the subtotals in calculation TAB &lt;/P&gt;&lt;P&gt;try to print the subtotals in footer of the main table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Bhupal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 07:08:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104560#M981527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T07:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104561#M981528</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;&lt;/P&gt;&lt;P&gt;just make sure u r calling subtotal in text after the table ,but inside the header loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 07:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104561#M981528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T07:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104562#M981529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Srinavas for your help, now the problem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sai.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 09:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4104562#M981529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T09:09:41Z</dc:date>
    </item>
  </channel>
</rss>

