<?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: DYNPRO_FIELD_CONVERSION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion/m-p/6232851#M1380901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for describing how you solved the issue, as I was having the same isse and solved it by your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Mar 2010 05:47:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-31T05:47:21Z</dc:date>
    <item>
      <title>DYNPRO_FIELD_CONVERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion/m-p/6232847#M1380897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a dump when I run one of my program. the dump is described below:&lt;/P&gt;&lt;P&gt;&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;in ST22 it sugggest me&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.............. "ZBIN_TRANSFER2"&lt;/P&gt;&lt;P&gt;              Screen number............ 0102&lt;/P&gt;&lt;P&gt;              Screen field............. "MSG-STOCK1"&lt;/P&gt;&lt;P&gt;              Error text............... "FX015: Sign lost."&lt;/P&gt;&lt;P&gt;Further data:&lt;/P&gt;&lt;P&gt;              " "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one please help me to fix the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 04:31:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion/m-p/6232847#M1380897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-15T04:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_FIELD_CONVERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion/m-p/6232848#M1380898</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;-&amp;gt; DId you by any chance change your field characteristics in the database table?&lt;/P&gt;&lt;P&gt;You could have probably forgot to add it from the dictionary again after your table was adjusted and activated.&lt;/P&gt;&lt;P&gt;Just remove the field and try to add it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; It clearly says there is a field conversion error. So again recheck on the data element characteristics and see if your screen element matches with that of your ABAP output field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 04:43:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion/m-p/6232848#M1380898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-15T04:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_FIELD_CONVERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion/m-p/6232849#M1380899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitwick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your quick response. The problem is solved by myself. &lt;/P&gt;&lt;P&gt;After analysis of the dump I got to know that it happen due to -ive value coming into screen field and the field was not able to &lt;/P&gt;&lt;P&gt;convert the sign. This is refere in dump analysis at last. So I have add V at end of the screen field text, now it is working properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 05:09:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion/m-p/6232849#M1380899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-15T05:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_FIELD_CONVERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion/m-p/6232850#M1380900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered by own.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 09:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion/m-p/6232850#M1380900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T09:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_FIELD_CONVERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion/m-p/6232851#M1380901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for describing how you solved the issue, as I was having the same isse and solved it by your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 05:47:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion/m-p/6232851#M1380901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T05:47:21Z</dc:date>
    </item>
  </channel>
</rss>

