<?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: Runtime error 'DYNPRO_FIELD_CONVERSION' while creating order in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-dynpro-field-conversion-while-creating-order/m-p/11145205#M1906474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Are you in some way changing the quantity field of the order (&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;RV45A-KWMENG)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;? If not, can you check the value of VBAP-KWMENG field in database, for this order?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The dump says error text as "&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Sign lost". This is because the domain used for &lt;SPAN&gt;RV45A-KWMENG doesn't support signs; i.e., it always expects a positive value for &lt;SPAN&gt;KWMENG field. If some user exit changes the value of &lt;SPAN style="color: #333333; font-size: 12px;"&gt;KWMENG to be negative, system cannot display that on screen and causes a dump.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Juwin&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2015 20:52:32 GMT</pubDate>
    <dc:creator>Juwin</dc:creator>
    <dc:date>2015-06-29T20:52:32Z</dc:date>
    <item>
      <title>Runtime error 'DYNPRO_FIELD_CONVERSION' while creating order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-dynpro-field-conversion-while-creating-order/m-p/11145203#M1906472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While creating an order with reference to contract (Via t-code VA42 or VA43) ,system is getting runtime error 'DYNPRO_FIELD_CONVERSION'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The program run has been interrupted and cannot be resumed. The program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "SAPMV45A" tried to output fields on screen 4900. During the conversion of the&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; data an error occurred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the error analysis is clearly showing that the problem while passing value from ABAP program to screen variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to correct the error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A conversion error occurred when displaying fields on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The formats of the ABAP output field and the screen field may not&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; correspond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Some field types require more spaces on the screen than in the ABAP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; program. For example, a date output field requires two more spaces on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; the screen than the corresponding field in the ABAP program. In the&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; attempt to display the date on the screen, an error occurs that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; triggers this error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Screen name............... "SAPMV45A" Screen number............. 4900 Screen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; field.............. "RV45A-KWMENG" Error text................ FX015: Sign lost.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Other data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the source code extract is showing some different thing as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line&amp;nbsp; SourceCde&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 *---------------------------------------------------------------------*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 *&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Einteilungsdatum ausgeben.&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3 *---------------------------------------------------------------------*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4 MODULE VBEP-EDATU_AUSGEBEN OUTPUT.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&amp;nbsp;&amp;nbsp; CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_OUTPUT'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING INTERNAL_DATE&amp;nbsp;&amp;nbsp; = VBEP-EDATU&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&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;&amp;nbsp;&amp;nbsp; INTERNAL_PERIOD = VBEP-PRGRS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMPORTING EXTERNAL_DATE&amp;nbsp;&amp;nbsp; = RV45A-ETDAT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 10&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;&amp;nbsp;&amp;nbsp; EXTERNAL_PERIOD = RV45A-PRGBZ.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 12&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting confused why and where exactly the system is going for runtime error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched in SDN and other sites also. But no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any one faced same situation, help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Aumprakasharya T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 13:02:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-dynpro-field-conversion-while-creating-order/m-p/11145203#M1906472</guid>
      <dc:creator>former_member642554</dc:creator>
      <dc:date>2015-06-29T13:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error 'DYNPRO_FIELD_CONVERSION' while creating order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-dynpro-field-conversion-while-creating-order/m-p/11145204#M1906473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The message is self-explanatory:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Screen name............... "SAPMV45A" Screen number............. 4900 Screen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; field.............. "RV45A-KWMENG" Error text................ FX015: Sign lost.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Other data:&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The short dump occurs because of the screen field, not because of the specific ABAP code, so it just dumps at the end of module. In any case, it's not unusual when the code shown in short dump is not the exact root cause (e.g. in case of a time-out). We always need to evaluate the whole short dump text carefully and do some analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If memory serves, KWMENG is the quantity field, nothing to do with the date from what I see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 19:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-dynpro-field-conversion-while-creating-order/m-p/11145204#M1906473</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2015-06-29T19:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error 'DYNPRO_FIELD_CONVERSION' while creating order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-dynpro-field-conversion-while-creating-order/m-p/11145205#M1906474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Are you in some way changing the quantity field of the order (&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;RV45A-KWMENG)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;? If not, can you check the value of VBAP-KWMENG field in database, for this order?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The dump says error text as "&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Sign lost". This is because the domain used for &lt;SPAN&gt;RV45A-KWMENG doesn't support signs; i.e., it always expects a positive value for &lt;SPAN&gt;KWMENG field. If some user exit changes the value of &lt;SPAN style="color: #333333; font-size: 12px;"&gt;KWMENG to be negative, system cannot display that on screen and causes a dump.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Juwin&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 20:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-dynpro-field-conversion-while-creating-order/m-p/11145205#M1906474</guid>
      <dc:creator>Juwin</dc:creator>
      <dc:date>2015-06-29T20:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error 'DYNPRO_FIELD_CONVERSION' while creating order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-dynpro-field-conversion-while-creating-order/m-p/11145206#M1906475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no sign for the quantity in VBAP-KWMENG. &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/736110" /&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Aumprakasharya T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 04:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-dynpro-field-conversion-while-creating-order/m-p/11145206#M1906475</guid>
      <dc:creator>former_member642554</dc:creator>
      <dc:date>2015-06-30T04:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error 'DYNPRO_FIELD_CONVERSION' while creating order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-dynpro-field-conversion-while-creating-order/m-p/11145207#M1906476</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 into debug mode and try to set a watchpoint on &lt;SPAN style="color: #333333; font-size: 12px;"&gt;RV45A-KWMENG &amp;lt; 0 in &lt;SPAN style="color: #333333; font-size: 12px;"&gt;SAPMV45A&lt;/SPAN&gt;. There are several OSS notes related to this bug, but they all are very old.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Jānis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 05:02:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-dynpro-field-conversion-while-creating-order/m-p/11145207#M1906476</guid>
      <dc:creator>Private_Member_7726</dc:creator>
      <dc:date>2015-06-30T05:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error 'DYNPRO_FIELD_CONVERSION' while creating order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-dynpro-field-conversion-while-creating-order/m-p/11145208#M1906477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for the support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working fine now.. we did nothing for that. Might be it was random error in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is better to know the root cause for this issue... experts please share your finding on this issue, that will help us and others in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Aumprakasharya T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 08:41:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-dynpro-field-conversion-while-creating-order/m-p/11145208#M1906477</guid>
      <dc:creator>former_member642554</dc:creator>
      <dc:date>2015-06-30T08:41:18Z</dc:date>
    </item>
  </channel>
</rss>

