<?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: Error in Module pool/Screen while passing value as Decimal value in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-screen-while-passing-value-as-decimal-value/m-p/5791471#M1309988</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;Increase the length of the character field in the screen as well as in the program declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA gv_tax(10) type C.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2009 11:03:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-01T11:03:49Z</dc:date>
    <item>
      <title>Error in Module pool/Screen while passing value as Decimal value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-screen-while-passing-value-as-decimal-value/m-p/5791469#M1309986</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;We have designed one customized screen with CHAR as input option to pass on Tax Percentage. We have defined as CHAR in screen logic as well as program also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where as while we enter value with decimals like 2.5 or 5.4 its throwing a error message "Entry is too long for the field".  But when I pass on Integer values like 2 or 4 then its working fine.&lt;/P&gt;&lt;P&gt;Can you pls suggest on this how to rectify this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 10:52:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-screen-while-passing-value-as-decimal-value/m-p/5791469#M1309986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T10:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Module pool/Screen while passing value as Decimal value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-screen-while-passing-value-as-decimal-value/m-p/5791470#M1309987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;          Declare the field type as below and check in the debug mode where exactly its falling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA P_FIELD TYPE P DECIMALS 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 10:59:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-screen-while-passing-value-as-decimal-value/m-p/5791470#M1309987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T10:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Module pool/Screen while passing value as Decimal value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-screen-while-passing-value-as-decimal-value/m-p/5791471#M1309988</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;Increase the length of the character field in the screen as well as in the program declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA gv_tax(10) type C.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 11:03:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-screen-while-passing-value-as-decimal-value/m-p/5791471#M1309988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T11:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Module pool/Screen while passing value as Decimal value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-screen-while-passing-value-as-decimal-value/m-p/5791472#M1309989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried by defining Variable as P with Decimals 2 as well as by increasing the field lengh to 25 in screen field. Still the same problem exists. Could you pls provide other alternatives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thxs&amp;amp;rgds,&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 11:20:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-screen-while-passing-value-as-decimal-value/m-p/5791472#M1309989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T11:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Module pool/Screen while passing value as Decimal value</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-screen-while-passing-value-as-decimal-value/m-p/5791473#M1309990</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;  Declare as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: p(4)  type p decimals 1. in the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto the screen layout-&amp;gt;click on button 'program/dictionary fields' and enter '*' and click on 'get from the program', there you can find 'p' which we declared. select if and click 'ok' button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 11:41:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool-screen-while-passing-value-as-decimal-value/m-p/5791473#M1309990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-01T11:41:39Z</dc:date>
    </item>
  </channel>
</rss>

