<?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: Smartforms displaying quantity field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-displaying-quantity-field/m-p/2550272#M580622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Declare one variable in global definitions as Type C.&lt;/P&gt;&lt;P&gt;Move the quantity field to this variable and prnt this vriable. &lt;/P&gt;&lt;P&gt;In Program lines Node... MOVE It-value to Var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;var&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2007 10:49:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-18T10:49:00Z</dc:date>
    <item>
      <title>Smartforms displaying quantity field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-displaying-quantity-field/m-p/2550270#M580620</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;     In smartforms i need to display the quantity field without decimal values.&lt;/P&gt;&lt;P&gt;Actually it is displaying as 2.000 but i would like to display it as 2&lt;/P&gt;&lt;P&gt;can you tell me whether any way is available for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Navaneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 10:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-displaying-quantity-field/m-p/2550270#M580620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T10:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms displaying quantity field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-displaying-quantity-field/m-p/2550271#M580621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can display a field in GLOBAL data of TYPE I (v_menge).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the related window of that Quantity field create PROGRAM LINES and in that write a small code  such that&lt;/P&gt;&lt;P&gt;MOVE ITAB-MENGE to v_menge.&lt;/P&gt;&lt;P&gt;Now display this field v_menge in the smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 10:37:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-displaying-quantity-field/m-p/2550271#M580621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T10:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms displaying quantity field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-displaying-quantity-field/m-p/2550272#M580622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Declare one variable in global definitions as Type C.&lt;/P&gt;&lt;P&gt;Move the quantity field to this variable and prnt this vriable. &lt;/P&gt;&lt;P&gt;In Program lines Node... MOVE It-value to Var.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;var&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 10:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-displaying-quantity-field/m-p/2550272#M580622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T10:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms displaying quantity field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-displaying-quantity-field/m-p/2550273#M580623</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;For Quantity or Amout you can used this variable &amp;amp;GS_ITAB-AMOUNT(2)&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 10:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-displaying-quantity-field/m-p/2550273#M580623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T10:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms displaying quantity field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-displaying-quantity-field/m-p/2550274#M580624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;symbol(.N)&amp;amp;  Display upto N decimal places  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;symbol(Z)&amp;amp;  Omit Leading Zeros  &lt;/P&gt;&lt;P&gt;&amp;amp;symbol(S)&amp;amp;  Omit Leading Sign  &lt;/P&gt;&lt;P&gt;&amp;amp;symbol(&amp;lt;)&amp;amp;  Display Leading Sign to the Left  &lt;/P&gt;&lt;P&gt;&amp;amp;symbol(&amp;gt;)&amp;amp;  Display Leading Sign to the Right  &lt;/P&gt;&lt;P&gt;&amp;amp;symbol(C)&amp;amp;  Compress Spaces  &lt;/P&gt;&lt;P&gt;&amp;amp;symbol(.N)&amp;amp;  Display upto N decimal places  &lt;/P&gt;&lt;P&gt;&amp;amp;symbol(T)&amp;amp;  Omit thousands separator  &lt;/P&gt;&lt;P&gt;&amp;amp;symbol(R)&amp;amp;  Right justified  &lt;/P&gt;&lt;P&gt;&amp;amp;symbol(I)&amp;amp;  Suppress output of the initial value  &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, 18 Jul 2007 10:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-displaying-quantity-field/m-p/2550274#M580624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T10:56:18Z</dc:date>
    </item>
  </channel>
</rss>

