<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509815#M235194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit, &lt;/P&gt;&lt;P&gt;You are able to see the Underscores in Value field, at the last of those underscore add 'V'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards:-&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Aug 2006 08:43:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-01T08:43:26Z</dc:date>
    <item>
      <title>error in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509807#M235186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii frnds &lt;/P&gt;&lt;P&gt;well i am geting a dump when i am scrolling down the output of my program &lt;/P&gt;&lt;P&gt;the dump message is &lt;/P&gt;&lt;P&gt;A conversion error occurred while the program was trying to&lt;/P&gt;&lt;P&gt;display data on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP output field and the screen field may not have the&lt;/P&gt;&lt;P&gt;same format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some field types require more characters on the screen than&lt;/P&gt;&lt;P&gt;in the ABAP program. For example, a date field on a screen needs&lt;/P&gt;&lt;P&gt;two characters more than it would in the program. When attempting to&lt;/P&gt;&lt;P&gt;display the date on the screen, an error will occur that triggers the&lt;/P&gt;&lt;P&gt;error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              Screen name.............. "SAPMZCFORM"&lt;/P&gt;&lt;P&gt;              Screen number............ 9001&lt;/P&gt;&lt;P&gt;              Screen field............. "WA_ZCFORM-NETWR"&lt;/P&gt;&lt;P&gt;              Error text............... "FX015: Sign lost."&lt;/P&gt;&lt;P&gt;can anybody help me wid this &lt;/P&gt;&lt;P&gt;thanking u &lt;/P&gt;&lt;P&gt;rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 07:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509807#M235186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T07:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: error in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509808#M235187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  declare this varible  WA_ZCFORM-NETWR of length 20 on the screen to accomodate the sign(+/-).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 07:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509808#M235187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T07:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: error in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509809#M235188</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; Go to the ELEMENT LIST and increase the "Defined length of screen field"(DefLg) field length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bharat Kumar Reddy.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 07:33:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509809#M235188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T07:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: error in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509810#M235189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put '____________V' in the value of your screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 07:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509810#M235189</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-08-01T07:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: error in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509811#M235190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WELL I HV TRIED WID INCREASING THE LENGHT BUT STILL ITS NOT WRKING .. MR NAIMESH CAN U TELL ME HOW TO PUT THAT VALUE ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 07:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509811#M235190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T07:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: error in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509812#M235191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are displaying a quantity or amount field on the screen then create the screen field with dictionary reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg if you have display VBRK-NETWR then refer the screen field to VBRK-NETWR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;P&gt;*Please mark useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 08:20:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509812#M235191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T08:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: error in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509813#M235192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the screen, double click on the field, the Properties editor opens up. In that, enter the _______V (enter V at the end, filling the rest of the space with underscores) in the 'Value' field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 08:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509813#M235192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T08:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: error in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509814#M235193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI SUDHA DO U MEAN BU GNG INTO LAYOUT AND THEN DBL CLICKING ON THE FLD ... THE SCREEN PAINTER GETS OPENED ..BUT THEN I CANT C ANY VALUE FLD .. I CAN C A TEXT FLD FILLED WITH UNDERSCROES ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 08:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509814#M235193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T08:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: error in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509815#M235194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit, &lt;/P&gt;&lt;P&gt;You are able to see the Underscores in Value field, at the last of those underscore add 'V'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards:-&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 08:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509815#M235194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T08:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: error in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509816#M235195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, try and change the format in the TEXT field and please check the length also which is next to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 08:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509816#M235195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T08:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: error in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509817#M235196</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;curiously enough, exactly today I encountered the same problem (short dump) while trying to show a negative value in the INPUT/OUTPUT screen field of type DEC. &lt;/P&gt;&lt;P&gt;Thanks, Naimesh, your proposal to put 'V' in the place of the last "_" in the format options of the filed helps me to avoid dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ivaylo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 12:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509817#M235196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T12:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: error in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509818#M235197</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 had the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put '_.___.___.___.___,__V' in the value of your screen field if your field have 21 length for output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2006 12:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-module-pool/m-p/1509818#M235197</guid>
      <dc:creator>former_member845279</dc:creator>
      <dc:date>2006-10-23T12:04:11Z</dc:date>
    </item>
  </channel>
</rss>

