<?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: smartform and QUAN variable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-and-quan-variable/m-p/918780#M58627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try formating options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;field(Z)&amp;amp; to suppress leading zeros&lt;/P&gt;&lt;P&gt;&amp;amp;field(x.y)&amp;amp; to define decimal format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;field(.0)&amp;amp; should work for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 May 2005 19:59:24 GMT</pubDate>
    <dc:creator>former_member182670</dc:creator>
    <dc:date>2005-05-31T19:59:24Z</dc:date>
    <item>
      <title>smartform and QUAN variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-and-quan-variable/m-p/918779#M58626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;i´m working with a smartform. In this smartform i get a subtotal of an amount field.&lt;/P&gt;&lt;P&gt;The question is that the result is OK but the output format is wrong (i get 1,000 instead of 1).&lt;/P&gt;&lt;P&gt;What should i do in order to get the right output format?&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2005 13:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-and-quan-variable/m-p/918779#M58626</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2005-05-31T13:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: smartform and QUAN variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-and-quan-variable/m-p/918780#M58627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try formating options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;field(Z)&amp;amp; to suppress leading zeros&lt;/P&gt;&lt;P&gt;&amp;amp;field(x.y)&amp;amp; to define decimal format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;field(.0)&amp;amp; should work for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2005 19:59:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-and-quan-variable/m-p/918780#M58627</guid>
      <dc:creator>former_member182670</dc:creator>
      <dc:date>2005-05-31T19:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: smartform and QUAN variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-and-quan-variable/m-p/918781#M58628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi C,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use a text field to show the amount field with the rigth format, refered to the currency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE amount_field INTO text_field CURRENCY currency_field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;PabloX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2005 20:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-and-quan-variable/m-p/918781#M58628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-31T20:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: smartform and QUAN variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-and-quan-variable/m-p/918782#M58629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;first of all thanks fo your help.&lt;/P&gt;&lt;P&gt;The problem was that i hadn´t defined the variable properly.&lt;/P&gt;&lt;P&gt;Here´s how i solved the problem:&lt;/P&gt;&lt;P&gt;in gobal data tab i´ve defined my variable thus&lt;/P&gt;&lt;P&gt;&lt;EM&gt;VARIABLE NAME   TYPIFICATION  REF. TYPE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;GS_QTY	           LIKE	         GS_IT_GEN_BATCH-DLV_QTY&lt;/P&gt;&lt;P&gt;GS_QUAN_UNIT	   LIKE	       GS_IT_GEN_BATCH-SALES_UNIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in currency/quantity fields tab i´ve written:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FIELD NAME  REFERENCE FIELD             DATA TYPE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;GS_QTY	       GS_IT_GEN_BATCH-SALES_UNIT  QUAN&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2005 06:35:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-and-quan-variable/m-p/918782#M58629</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2005-06-01T06:35:53Z</dc:date>
    </item>
  </channel>
</rss>

