<?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 problem with ALV amount field display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-amount-field-display/m-p/4606252#M1085572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friend!!&lt;/P&gt;&lt;P&gt;i have a editable ALv out put and in that i am displaying Amount and quantity field. &lt;STRONG&gt;In O/p if i enter 100 its taking as 100,00&lt;/STRONG&gt; .Please tell me how to correct the same.&lt;/P&gt;&lt;P&gt;Plz help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2008 12:10:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-23T12:10:37Z</dc:date>
    <item>
      <title>problem with ALV amount field display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-amount-field-display/m-p/4606252#M1085572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friend!!&lt;/P&gt;&lt;P&gt;i have a editable ALv out put and in that i am displaying Amount and quantity field. &lt;STRONG&gt;In O/p if i enter 100 its taking as 100,00&lt;/STRONG&gt; .Please tell me how to correct the same.&lt;/P&gt;&lt;P&gt;Plz help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 12:10:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-amount-field-display/m-p/4606252#M1085572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T12:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: problem with ALV amount field display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-amount-field-display/m-p/4606253#M1085573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to fill the Ref_fieldname and Ref_tabname in the fieldcatalog.&lt;/P&gt;&lt;P&gt;also specify decimals = 0 for the column which you are editing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;fieldcat-ref_fieldname = 'KWMENG'.
fieldcat-ref_tabname = 'VBAP'.
fieldcat-decimals_out = 0.
"if you want decimals then specify the number how many you want
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 12:15:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-amount-field-display/m-p/4606253#M1085573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T12:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem with ALV amount field display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-amount-field-display/m-p/4606254#M1085574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you tried no_zero?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  fieldcat-tabname       = 'T_OUT'.&lt;/P&gt;&lt;P&gt;  fieldcat-fieldname     = 'DMBTR'.&lt;/P&gt;&lt;P&gt;  fieldcat-col_pos       = '10'.&lt;/P&gt;&lt;P&gt;  fieldcat-seltext_m     = 'Amount'.&lt;/P&gt;&lt;P&gt;  fieldcat-outputlen      = 4.&lt;/P&gt;&lt;P&gt;   fieldcat-no_zero       = 'X'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; fieldcat-no_out        = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  APPEND fieldcat TO fieldtab.&lt;/P&gt;&lt;P&gt;  CLEAR fieldcat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 12:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-amount-field-display/m-p/4606254#M1085574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T12:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem with ALV amount field display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-amount-field-display/m-p/4606255#M1085575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 10:49:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-alv-amount-field-display/m-p/4606255#M1085575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T10:49:40Z</dc:date>
    </item>
  </channel>
</rss>

