<?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: Module Pool Error: Calculation Field is too Small. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102197#M1815163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can choose D16D as type. only large than wa_weight&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;in or out.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Feb 2014 10:00:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-02-19T10:00:41Z</dc:date>
    <item>
      <title>Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102192#M1815158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am making a module pool program in which I have to capture the gross weight and tare weight.&lt;/P&gt;&lt;P&gt;I am importing the weight from the weigh bridge and the Importing medium is .net.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made an internal table with two fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cl_gui_frontend_services&lt;SPAN class="L0S70"&gt;=&amp;gt;&lt;/SPAN&gt;clipboard_import&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_weight&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXCEPTIONS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cntl_error&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; error_no_gui&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; not_supported_by_gui &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;it_weight &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;wa_weight&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ST_REF&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;GROSS_WEIGHT &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_weight&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;in&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ST_REF&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;TRUCK_WEIGHT &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;wa_weight&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;out&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Both the fields are of type P.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;But I am getting this error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55" style="font-size: 14pt;"&gt;&lt;STRONG&gt;Calculation Field is too Small.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 09:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102192#M1815158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T09:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102193#M1815159</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;when you define a variable type P you could specify the size. Witch size did you define, what it is the value SAP try to put in it ? &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;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 09:35:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102193#M1815159</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2014-02-19T09:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102194#M1815160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frederic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have define the variable type P decimals 5.&lt;/P&gt;&lt;P&gt;Still it is giving error.&lt;/P&gt;&lt;P&gt;I cant declare the variable length in Module pool screen so in that screen i have maintained the field as type decimal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 09:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102194#M1815160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T09:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102195#M1815161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You define the dynpro ?&amp;nbsp; you could make a reference to the dictionary and you could define the size of the field with the dictionary &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 09:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102195#M1815161</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2014-02-19T09:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102196#M1815162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Yash&lt;/P&gt;&lt;P&gt;the length of GROSS_WEIGHT or TRUCK_WEIGHT can`t small than wa_weight&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;in or out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;i think the module pool screen can define the length.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Archer&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 09:56:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102196#M1815162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T09:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102197#M1815163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can choose D16D as type. only large than wa_weight&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;in or out.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 10:00:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102197#M1815163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T10:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102198#M1815164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dengyong. &lt;/P&gt;&lt;P&gt;I didnt get you.&lt;/P&gt;&lt;P&gt;What is D16D.&lt;/P&gt;&lt;P&gt;Actaully I am getting the values in clipboard but it is some junk value.&lt;/P&gt;&lt;P&gt;E.g if i copy 6000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3000 in notepad and when my code gets executed the system show some 36600000.00000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 333000000.00000 value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 10:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102198#M1815164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T10:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102199#M1815165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does the dynpro have anything to do with this? Is it an error message on the dynpro, or a dump, generated from the method clipboard_import( )?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 10:17:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102199#M1815165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T10:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102200#M1815166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you told in module pool screen you defined type as Decimal better to define it as UNIT because Quantity all ways need to refer to type QUAN. And in program you define type as p length 13 decimals 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more refenece abt type&amp;nbsp; you can see domain MENG13.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/391633" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vineesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 10:19:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102200#M1815166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T10:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102201#M1815167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Vineesh.&lt;/P&gt;&lt;P&gt;But I am capturing weight in this module pool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 10:21:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102201#M1815167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T10:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102202#M1815168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dynpro has nothing do with this. But when I capture the weight it is giving runtime error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 10:23:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102202#M1815168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T10:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102203#M1815169</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;what is the content of wa_weight-in and wa_weight-out. Maybe there is a conversion issue with decimal points or something like that ...&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;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 10:28:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102203#M1815169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T10:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102204#M1815170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Klaus ,&lt;/P&gt;&lt;P&gt;But both the types are same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 10:31:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102204#M1815170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T10:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102205#M1815171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In which line processing of your code do you get the error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 10:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102205#M1815171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T10:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102206#M1815172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333;"&gt; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;AT &lt;/SPAN&gt;it_weight &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;INTO &lt;/SPAN&gt;wa_weight&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ST_REF&lt;SPAN class="L0S70" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;-&lt;/SPAN&gt;GROSS_WEIGHT &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;= &lt;/SPAN&gt;wa_weight&lt;SPAN class="L0S70" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;in&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ST_REF&lt;SPAN class="L0S70" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;-&lt;/SPAN&gt;TRUCK_WEIGHT &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;= &lt;/SPAN&gt;wa_weight&lt;SPAN class="L0S70" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;-&lt;/SPAN&gt;out&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;when I get some junk value in the itab (IT_WEIGHT).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;When the value which i am getting is transfferd to the ST_RED-GROSS_WEIGHT&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;the junk value also have 6 decimal place and in my declaration it is also having 6 decimal place.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 10:45:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102206#M1815172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T10:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102207#M1815173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default type P has 8 Byte which is 15 digits. If you have DECIMALS 6 then you will have 9 digits before decimal point and 6 digits after it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can increase ST_REF&lt;SPAN class="L0S70" style="font-family: inherit;"&gt;-&lt;/SPAN&gt;GROSS_WEIGHT to ST_REF&lt;SPAN class="L0S70" style="font-family: inherit;"&gt;-&lt;/SPAN&gt;GROSS_WEIGHT(16), then you have place for 31 digits with 25 digits before and 6 after decimal poitn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure, that you hve no unicode conversion issue (every second Byte will contain '00'.&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;Klaus &lt;SPAN class="L0S55" style="font-family: inherit;"&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-family: inherit;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 10:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102207#M1815173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T10:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102208#M1815174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN&gt;I have define the variable type &lt;SPAN&gt;P&lt;/SPAN&gt; decimals 5.&lt;/SPAN&gt;&lt;/P&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;So implicitly a length 8 (&lt;SPAN&gt;P&lt;/SPAN&gt;) so maximum is 9999999999.99999, should be enough for a truck. If not use a bigger length.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Else I could only suppose the clipboard contains some thousand separator(s) and/or an unrecognized decimal separator, you could try to remove unwanted character and condense the string before the compute.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also how did you define the internal table it_weight ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 11:09:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102208#M1815174</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-02-19T11:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102209#M1815175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Klaus the problem is as below. :&lt;/P&gt;&lt;P&gt;the value which i copy for clipboard import is different and the value which is imported is different.&lt;/P&gt;&lt;P&gt;the value which I have copied is a 4 digit value. but system returns some other value with 6 decimal plac and 10 before decimal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 11:34:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102209#M1815175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T11:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102210#M1815176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you can try change the type of the field 'IN' and 'OUT' to c, length 4.&lt;/P&gt;&lt;P&gt;then &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;AT &lt;/SPAN&gt;it_weight &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;INTO &lt;/SPAN&gt;wa_weight&lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MOVE &lt;SPAN style="color: #333333; font-size: 12px;"&gt;wa_weight&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="color: #333333; font-family: inherit; font-size: 12px; font-style: inherit;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="color: #333333; font-family: inherit; font-size: 12px; font-style: inherit;"&gt;in to &lt;/SPAN&gt;ST_REF&lt;SPAN class="L0S70" style="font-style: inherit; font-family: inherit;"&gt;-&lt;/SPAN&gt;GROSS_WEIGHT.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MOVE &lt;SPAN style="color: #333333; font-size: 12px;"&gt;wa_weight&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="color: #333333; font-family: inherit; font-size: 12px; font-style: inherit;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;out&lt;/SPAN&gt; TO ST_REF&lt;SPAN class="L0S70" style="font-style: inherit; font-family: inherit;"&gt;-&lt;/SPAN&gt;TRUCK_WEIGHT&lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN class="L0S55" style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;but previous that, you must know the length of &lt;SPAN style="color: #333333; font-size: 12px;"&gt;GROSS_WEIGHT and &lt;SPAN style="color: #333333; font-size: 12px;"&gt;RUCK_WEIGHT&lt;/SPAN&gt;. you can debug to check it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;regards,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 11:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102210#M1815176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T11:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Error: Calculation Field is too Small.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102211#M1815177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also worked in the Iron Ore and Mining Industry as an ABAPer for more than 1 year. I had exactly the same requirement. I used WS_EXECUTE and CLPB_IMPORT function modules to execute the 3rd party software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway in the above code, there are 2 fields, for which field it is showing too small?&lt;/P&gt;&lt;P&gt;&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;Purnand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 11:39:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-error-calculation-field-is-too-small/m-p/10102211#M1815177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T11:39:44Z</dc:date>
    </item>
  </channel>
</rss>

