<?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: length for decimal type. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-for-decimal-type/m-p/1922242#M383069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all for ur answers,&lt;/P&gt;&lt;P&gt;let me be specific. My particular doubt is when i create a new data element, there when i define it as built-in type and elementary, then what shud i input as length of the field for f1 with integer part as 5 and decimals is 3.??&lt;/P&gt;&lt;P&gt;shudnt it be 9? since 5 [integer] + 3[decimals] + point.&lt;/P&gt;&lt;P&gt;please clarify.&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;Reena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Feb 2007 13:39:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-06T13:39:58Z</dc:date>
    <item>
      <title>length for decimal type.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-for-decimal-type/m-p/1922238#M383065</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;I have a requirement to create new table fields. I have some doubts if you can sort out for me.&lt;/P&gt;&lt;P&gt;they need a field of type decimal with 5 integer and 3 decimal places. what should be the lenght of such field.&lt;/P&gt;&lt;P&gt;similarly what would be the length of a field of integer part 8 and decimal 2 places.&lt;/P&gt;&lt;P&gt;can someone please explain how do v decide the length for decimal fields?&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;Reena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 13:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-for-decimal-type/m-p/1922238#M383065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T13:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: length for decimal type.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-for-decimal-type/m-p/1922239#M383066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Output length = 5&lt;EM&gt;3&lt;/EM&gt; 1(Fpr the decimal) = 8.&lt;/P&gt;&lt;P&gt;You have to declare as Length 5, Decimals3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly for integer part 8 and decimals2, the output length will be 11.&lt;/P&gt;&lt;P&gt;In the declaration in se11, click on Predefined Type button and give data type as QUAN the legth as 8 and decimals as 2.&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>Tue, 06 Feb 2007 13:34:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-for-decimal-type/m-p/1922239#M383066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T13:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: length for decimal type.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-for-decimal-type/m-p/1922240#M383067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you creating the table, just give the Field name and click the Buit-in type push button, after that give the data type as I and then give the Length and then give the Decimal places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 13:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-for-decimal-type/m-p/1922240#M383067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T13:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: length for decimal type.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-for-decimal-type/m-p/1922241#M383068</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;u can specify the same...field lenght as 5 and decimal as 3 seperately...the data type can u can mention as DEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 13:36:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-for-decimal-type/m-p/1922241#M383068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T13:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: length for decimal type.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-for-decimal-type/m-p/1922242#M383069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all for ur answers,&lt;/P&gt;&lt;P&gt;let me be specific. My particular doubt is when i create a new data element, there when i define it as built-in type and elementary, then what shud i input as length of the field for f1 with integer part as 5 and decimals is 3.??&lt;/P&gt;&lt;P&gt;shudnt it be 9? since 5 [integer] + 3[decimals] + point.&lt;/P&gt;&lt;P&gt;please clarify.&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;Reena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 13:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-for-decimal-type/m-p/1922242#M383069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T13:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: length for decimal type.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/length-for-decimal-type/m-p/1922243#M383070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reena,&lt;/P&gt;&lt;P&gt;In your case, you define it with DEC.&lt;/P&gt;&lt;P&gt;No of Characters = 8&lt;/P&gt;&lt;P&gt;Decimal places = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means the total length is 8, of which 3 is reserved for the decimal part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOU DONT HAVE TO CALCULATE FOR THE '.'  &lt;/P&gt;&lt;P&gt;--&amp;gt; this is more or less your Question, I think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Reward points if it solved your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Prashanth.&lt;/P&gt;&lt;P&gt;SAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 16:27:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/length-for-decimal-type/m-p/1922243#M383070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T16:27:43Z</dc:date>
    </item>
  </channel>
</rss>

