<?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 Displaying Quantity in Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-quantity-in-script/m-p/4729239#M1109994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is that i need to display quantity field in script as per user profile being set. How can this be met?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM: /OSP/GET_DECIMAL_NOTATION gives the user specific format.. Pleas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2008 13:57:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-29T13:57:55Z</dc:date>
    <item>
      <title>Displaying Quantity in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-quantity-in-script/m-p/4729239#M1109994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is that i need to display quantity field in script as per user profile being set. How can this be met?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM: /OSP/GET_DECIMAL_NOTATION gives the user specific format.. Pleas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 13:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-quantity-in-script/m-p/4729239#M1109994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T13:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Quantity in Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-quantity-in-script/m-p/4729240#M1109995</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;You could write the quantity to a character field (i.e. write v_qty to v_char.), this will assume the current users format settings. Then output the character field within your SAP Script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The write will have to be performed within the calling ABAP program or use the perform statement within the SAP script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PERFORM FORMAT_AMT IN PROGRAM ZSCRIPT_FORMS
USING &amp;amp;V_QTY&amp;amp;
CHANGING &amp;amp;V_CHAR&amp;amp;
ENDPERFORM&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 16:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-quantity-in-script/m-p/4729240#M1109995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T16:36:54Z</dc:date>
    </item>
  </channel>
</rss>

