<?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 Data type declared is different in the debug mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-declared-is-different-in-the-debug-mode/m-p/8400659#M1644731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a new field LS_LINE-RATE and the data type is P(9) Dec(5) . In the debug mode, I can see that it is P(5) Dec(5). Have you encountered this before? I have checked the structure I still have P(9) Decimal (5).Is there any limitations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your professional ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jan 2012 02:08:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-11T02:08:02Z</dc:date>
    <item>
      <title>Data type declared is different in the debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-declared-is-different-in-the-debug-mode/m-p/8400659#M1644731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a new field LS_LINE-RATE and the data type is P(9) Dec(5) . In the debug mode, I can see that it is P(5) Dec(5). Have you encountered this before? I have checked the structure I still have P(9) Decimal (5).Is there any limitations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your professional ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 02:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-declared-is-different-in-the-debug-mode/m-p/8400659#M1644731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-11T02:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data type declared is different in the debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-declared-is-different-in-the-debug-mode/m-p/8400660#M1644732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paste your coding, especially the data type declaration of the structure LS_LINE. Also are you sure you are looking at the same structure variable. Perhaps you are looking at a local variable in a routine that has the same name as another local or global variable declared outside the routine?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below declaration looks the same in debugger too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LS_LINE-RATE(9) TYPE P DECIMALS 5.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 02:38:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-declared-is-different-in-the-debug-mode/m-p/8400660#M1644732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-11T02:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data type declared is different in the debug mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-declared-is-different-in-the-debug-mode/m-p/8400661#M1644733</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;if you are declaring with P (ls_line-rate(9) TYPE p DECIMALS 5), system will interpreat this as like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12(Before decimal) + 1(DOT) + 5 (After decimal) = 18(Total Length)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;123456789222.22123&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i dont find any reason for the different display in the debugg mode.&lt;/P&gt;&lt;P&gt;Please check it once again and also can u pls paste your code ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;HM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 06:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-declared-is-different-in-the-debug-mode/m-p/8400661#M1644733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-11T06:28:04Z</dc:date>
    </item>
  </channel>
</rss>

