<?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 field issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-field-issue/m-p/1745311#M323435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a domian of length 13 and decimals 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then my question is ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) it can hold 1234567899871.123 ( 13digit before decimal and 3 digit after decimal )&lt;/P&gt;&lt;P&gt;or the total is 13 i.e 1234567899.123(10 digits before decimal and 3 after decimal)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or the does it include the dot also as i1 digit i.e 123456789.123&lt;/P&gt;&lt;P&gt;(9&lt;EM&gt;dot&lt;/EM&gt;3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Dec 2006 18:30:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-26T18:30:10Z</dc:date>
    <item>
      <title>quantity field issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-field-issue/m-p/1745311#M323435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a domian of length 13 and decimals 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then my question is ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) it can hold 1234567899871.123 ( 13digit before decimal and 3 digit after decimal )&lt;/P&gt;&lt;P&gt;or the total is 13 i.e 1234567899.123(10 digits before decimal and 3 after decimal)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or the does it include the dot also as i1 digit i.e 123456789.123&lt;/P&gt;&lt;P&gt;(9&lt;EM&gt;dot&lt;/EM&gt;3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 18:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-field-issue/m-p/1745311#M323435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T18:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: quantity field issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-field-issue/m-p/1745312#M323436</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;Lets take an example of the data element MENGE_D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can take only 10 digit before decimal and 3 after decimal..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will activate if you have this code..&lt;/P&gt;&lt;P&gt;data: v_menge type MENGE_D value '1234567890.123'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will not activate if you have this code..It will say overflow..&lt;/P&gt;&lt;P&gt;data: v_menge type MENGE_D value '12345678901.123'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 18:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-field-issue/m-p/1745312#M323436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T18:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: quantity field issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-field-issue/m-p/1745313#M323437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Preeti,&lt;/P&gt;&lt;P&gt;If u have specified Doamin length as 13 and 3 decimal places , it can hold 10 digits before decimal and three after decimal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 05:32:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-field-issue/m-p/1745313#M323437</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2006-12-27T05:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: quantity field issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-field-issue/m-p/1745314#M323438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to the domain definition in se11 and havea look at the output length.&lt;/P&gt;&lt;P&gt;It would clear your doubt.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 05:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-field-issue/m-p/1745314#M323438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T05:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: quantity field issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-field-issue/m-p/1745315#M323439</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;Length 13 &amp;amp; decimals 3 says it can hold 10 digits before decimal point &amp;amp; 3 digits after the same. If you check the output length of that domain, it'll be 17 (which includes the decimal point).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 05:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-field-issue/m-p/1745315#M323439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T05:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: quantity field issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-field-issue/m-p/1745316#M323440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi preethi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if the total is 13 i.e 1234567899.123(10 digits before decimal and 3 after decimal)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 05:42:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-field-issue/m-p/1745316#M323440</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-12-27T05:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: quantity field issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-field-issue/m-p/1745317#M323441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi preeti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for 13 it will have ,10 digits before decimal and 3 after decimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 05:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-field-issue/m-p/1745317#M323441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T05:46:51Z</dc:date>
    </item>
  </channel>
</rss>

