<?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 smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3241576#M773684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;there is vat window in my smartform.&lt;/P&gt;&lt;P&gt;there are vat codes like 0,z,1&lt;/P&gt;&lt;P&gt;for '0' vat code there is vat rate as 0.00%&lt;/P&gt;&lt;P&gt;for '1' vat code there is vat rate as 17.50%&lt;/P&gt;&lt;P&gt;for 'z' vat code nothing  rate is there but it should be there so that the enduser can put any vat percentage in future&lt;/P&gt;&lt;P&gt;could anybody help me in giving the procedure for the coding for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jan 2008 07:45:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-09T07:45:49Z</dc:date>
    <item>
      <title>smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3241576#M773684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;there is vat window in my smartform.&lt;/P&gt;&lt;P&gt;there are vat codes like 0,z,1&lt;/P&gt;&lt;P&gt;for '0' vat code there is vat rate as 0.00%&lt;/P&gt;&lt;P&gt;for '1' vat code there is vat rate as 17.50%&lt;/P&gt;&lt;P&gt;for 'z' vat code nothing  rate is there but it should be there so that the enduser can put any vat percentage in future&lt;/P&gt;&lt;P&gt;could anybody help me in giving the procedure for the coding for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 07:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3241576#M773684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T07:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3241577#M773685</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;1.Create three text in the vat window .&lt;/P&gt;&lt;P&gt;2.Create three FLAG (data: g_flag type c,g_flag1 type c,g_flag2 type c).&lt;/P&gt;&lt;P&gt;3.In each each text assign one flag in the condition tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if vat = 0.&lt;/P&gt;&lt;P&gt;g_flag = 'X'.&lt;/P&gt;&lt;P&gt;elseif vat = 1.&lt;/P&gt;&lt;P&gt;g_flag1 = 'X'.&lt;/P&gt;&lt;P&gt;elseif vat = 'Z'.&lt;/P&gt;&lt;P&gt;g_flag2 = 'X'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Billa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 08:01:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3241577#M773685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T08:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3241578#M773686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;thanks for your reply but i need some more to be clarified.&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;there is vat window in my smartform.&lt;/P&gt;&lt;P&gt;there are vat codes like 0,z,1&lt;/P&gt;&lt;P&gt;for '0' vat code there is vat rate as 0.00%&lt;/P&gt;&lt;P&gt;for '1' vat code there is vat rate as 17.50%&lt;/P&gt;&lt;P&gt;for 'z' vat code nothing rate is there but it should be there so that the enduser can put any vat percentage in future&lt;/P&gt;&lt;P&gt;could anybody help me in giving the procedure for the coding for this&lt;/P&gt;&lt;P&gt;based on that i want to calculate the taxable amounts and the amount taxes accorign to those vat codes&lt;/P&gt;&lt;P&gt;COULD YOU PLS HELP ME OVER THIS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 08:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3241578#M773686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T08:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3241579#M773687</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;Use the same logic which i said and do the calculation inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if vat = 0.&lt;/P&gt;&lt;P&gt;calculation.&lt;/P&gt;&lt;P&gt;g_flag = 'X'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Billa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2008 09:07:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/3241579#M773687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-09T09:07:41Z</dc:date>
    </item>
  </channel>
</rss>

