<?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 Quantity  mask in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-mask/m-p/8244014#M1630425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a editable field on ALV I can insert a quantity of PO item...  The filed mas is X,XXX (in ALV).&lt;/P&gt;&lt;P&gt;I use the method ref_grid-&amp;gt;check_changed_data to come back the informations of ALV report. But, when the quantity back the SAP change the number...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follows a example:&lt;/P&gt;&lt;P&gt;In the ALV report: 1,000 (default mask)&lt;/P&gt;&lt;P&gt;In ABAP after method: 0,001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How Can I change this configuration?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Sep 2011 13:56:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-30T13:56:19Z</dc:date>
    <item>
      <title>Quantity  mask</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-mask/m-p/8244014#M1630425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a editable field on ALV I can insert a quantity of PO item...  The filed mas is X,XXX (in ALV).&lt;/P&gt;&lt;P&gt;I use the method ref_grid-&amp;gt;check_changed_data to come back the informations of ALV report. But, when the quantity back the SAP change the number...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follows a example:&lt;/P&gt;&lt;P&gt;In the ALV report: 1,000 (default mask)&lt;/P&gt;&lt;P&gt;In ABAP after method: 0,001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How Can I change this configuration?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 13:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-mask/m-p/8244014#M1630425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-30T13:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Quantity  mask</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-mask/m-p/8244015#M1630426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Molina , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think your ALV doesnt have UoM (Unit of Measure ) field , you Need to have a UoM field and attach this field to Qty field field catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FCAT-QFIELDNAME = 'MEINS' --&amp;gt;your itab should have this field and values&lt;/P&gt;&lt;P&gt;FCAT-QTABNAME   = 'ITAB'.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 02:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-mask/m-p/8244015#M1630426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-07T02:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Quantity  mask</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-mask/m-p/8244016#M1630427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand your point.&lt;/P&gt;&lt;P&gt;Follows the fieldcat catalog declaration (only the important fields)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
[...]
mgconf    type ekpo-menge,
[...]
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 12:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-mask/m-p/8244016#M1630427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-11T12:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Quantity  mask</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-mask/m-p/8244017#M1630428</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;ekpo-menge is quantity field, so it has to be controlled by a field with the unit of measure (in this case ekpo-meins), a routine for input/output convertion can be triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is your Unit of Measure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 12:25:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-mask/m-p/8244017#M1630428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-11T12:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Quantity  mask</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-mask/m-p/8244018#M1630429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Unit of Measure change according the Unit of Measure of PO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only for ilustration...&lt;/P&gt;&lt;P&gt;This program do a massive confirmation in PO. The field I want treat is the amount confirmed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 12:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-mask/m-p/8244018#M1630429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-11T12:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Quantity  mask</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-mask/m-p/8244019#M1630430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks!,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is in the construct the fieldcat table .&lt;/P&gt;&lt;P&gt;Try this way:&lt;/P&gt;&lt;P&gt;it_fieldcat-datatype = '!EKPO-MENGE'&lt;/P&gt;&lt;P&gt;it_fieldcat-fieldname = 'MGCONF'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are conversion functions that are linked to the type of data element. For example, the calendar view in a date field. &lt;/P&gt;&lt;P&gt;When using the '!' before the name of the table, these functions are carried to the field of alv.&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;Thiago Losilla.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Losilla on Oct 17, 2011 7:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 17:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-mask/m-p/8244019#M1630430</guid>
      <dc:creator>thiago_losilla</dc:creator>
      <dc:date>2011-10-17T17:38:09Z</dc:date>
    </item>
  </channel>
</rss>

