<?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: Re: Module Pool Type Conversion Error. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-module-pool-type-conversion-error/m-p/1527070#M241232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally for all quantity fields which may have minute value as well, for those fields to display in Module Pool program there is a check box in property window with name as "With Sign" you selected this you will not get any error. No need to fill reference fields any more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Nov 2013 20:50:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-11-27T20:50:51Z</dc:date>
    <item>
      <title>Re: Module Pool Type Conversion Error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-module-pool-type-conversion-error/m-p/1527066#M241228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have used the screen fields&lt;/P&gt;&lt;P&gt;quantity parameter of type imseg-erfmg &lt;/P&gt;&lt;P&gt;pmeins   parameter of type imseg-erfme.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while conversion.. i am passing the value&lt;/P&gt;&lt;P&gt;lbbes-erfmg to quantity&lt;/P&gt;&lt;P&gt;and lbbes-erfme to pmeins&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when the conversion is done the lbbes-erfmg has negative value and when fed into the screen&lt;/P&gt;&lt;P&gt;it creates dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guhapriyan Subrahmanyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-module-pool-type-conversion-error/m-p/1527066#M241228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Module Pool Type Conversion Error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-module-pool-type-conversion-error/m-p/1527067#M241229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guhapriyan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The domain of imseg-erfmg (MENG13) does not have SIGN marked, i.e. it does not allow for negative values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-module-pool-type-conversion-error/m-p/1527067#M241229</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-09-01T09:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Module Pool Type Conversion Error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-module-pool-type-conversion-error/m-p/1527068#M241230</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;We have the specify the reference field for the field in table control. Otherwise, we get a short dump showing an error conv_to_number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid this, we need to set the reference field in the properties of the field in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on the field of table control, we get the properties window opened, in it specify the reference field there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an other simple way to avoid this dump. Select the field of the table contorl and in the TEXT inputbox which exists on the top right of the window, set last letter as _______V But in this case, we get the values justified to the right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 09:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-module-pool-type-conversion-error/m-p/1527068#M241230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T09:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Module Pool Type Conversion Error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-module-pool-type-conversion-error/m-p/1527069#M241231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i changed the reference field.  but even then i get the short dump DYNPRO_FIELD_CONVERSION.&lt;/P&gt;&lt;P&gt;is there any other way i can avoid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guhapriyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 11:03:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-module-pool-type-conversion-error/m-p/1527069#M241231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T11:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Module Pool Type Conversion Error.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-module-pool-type-conversion-error/m-p/1527070#M241232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally for all quantity fields which may have minute value as well, for those fields to display in Module Pool program there is a check box in property window with name as "With Sign" you selected this you will not get any error. No need to fill reference fields any more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 20:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-module-pool-type-conversion-error/m-p/1527070#M241232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-27T20:50:51Z</dc:date>
    </item>
  </channel>
</rss>

