<?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 error in abap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-error-in-abap/m-p/8898956#M1689589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might be transferring a negative amount to that field. So the screen field is giving you the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the element list of the I/O field, put a "V" at the end of I/O field. If you field is 12 character length, put V in the 13th character. Now, your field will accept the negative values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/121935" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not giving the negative values, check the character length of the screen field . For example, You might pass 15 character length to 12 character length field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2012 09:05:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-07-23T09:05:19Z</dc:date>
    <item>
      <title>dynpro_field_conversion error in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-error-in-abap/m-p/8898954#M1689587</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 passing the value of wrbtr to an output screen field d_debit which is of type currency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while passing the value to d_debit gives me a runtime error "DYNPRO_FIELD_CONVERSION"&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ategory&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; Error at Screen Runtime&lt;BR /&gt;untime Errors&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DYNPRO_FIELD_CONVERSION&lt;BR /&gt;BAP Program&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Z_IC_CAPTURSCREEN&lt;BR /&gt;pplication Component&amp;nbsp; Not Assigned&lt;BR /&gt;ate and Time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 07/23/2012 08:21:55&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Conversion error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The current screen processing action was terminated since a situation&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; occurred where the application could not continue.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is probably due to an error in the ABAP program or in the current&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The program has been interrupted and cannot resume.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Program "Z_IC_CAPTURSCREEN" attempted to display fields on screen 0200.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; An error occurred during the conversion of this data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advice me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 08:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-error-in-abap/m-p/8898954#M1689587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-23T08:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: dynpro_field_conversion error in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-error-in-abap/m-p/8898955#M1689588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check that your screen field's data element is the same as the wrbtr 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;Regards&lt;/P&gt;&lt;P&gt;Vic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 09:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-error-in-abap/m-p/8898955#M1689588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-23T09:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: dynpro_field_conversion error in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-error-in-abap/m-p/8898956#M1689589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might be transferring a negative amount to that field. So the screen field is giving you the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the element list of the I/O field, put a "V" at the end of I/O field. If you field is 12 character length, put V in the 13th character. Now, your field will accept the negative values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/121935" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not giving the negative values, check the character length of the screen field . For example, You might pass 15 character length to 12 character length field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 09:05:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-error-in-abap/m-p/8898956#M1689589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-23T09:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: dynpro_field_conversion error in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-error-in-abap/m-p/8898957#M1689590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi neha ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you must be getting the dump bcoz of negative value being assigned in D_DEBIT .&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;&lt;/P&gt;&lt;P&gt;Yogendra Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 09:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-error-in-abap/m-p/8898957#M1689590</guid>
      <dc:creator>yogendra_bhaskar</dc:creator>
      <dc:date>2012-07-23T09:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: dynpro_field_conversion error in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-error-in-abap/m-p/8898958#M1689591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiii,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; yes this error is due to -ve value assigning to that field see below screenshot when i put "&lt;STRONG&gt;V&lt;/STRONG&gt;" my last check box With Sign&amp;nbsp; = marked with 'X'&amp;nbsp; when not mark is disable so as per your requirement put this "&lt;STRONG&gt;V&lt;/STRONG&gt;" into your screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/121951" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/122010" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 10:02:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-error-in-abap/m-p/8898958#M1689591</guid>
      <dc:creator>Aashish28</dc:creator>
      <dc:date>2012-07-23T10:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: dynpro_field_conversion error in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-error-in-abap/m-p/8898959#M1689592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 16:13:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-error-in-abap/m-p/8898959#M1689592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-29T16:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: dynpro_field_conversion error in abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-error-in-abap/m-p/8898960#M1689593</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;Double Click on
the Field on the Screen Painter Which Will open Field Property....&lt;P&gt;Under
the Attributes Section - Dict Tab - Tick the Checkbox With Sign.&lt;/P&gt;&lt;P&gt;This
should resolve your problem&lt;/P&gt;&lt;P&gt;Reward if issue resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 22 Apr 2021 14:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-error-in-abap/m-p/8898960#M1689593</guid>
      <dc:creator>pravingupta01</dc:creator>
      <dc:date>2021-04-22T14:13:44Z</dc:date>
    </item>
  </channel>
</rss>

