<?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 DYNPRO_FIELD_CONVERSION dump in MIRO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6304997#M1391691</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;The MM team in my project is getting a 'DYNPRO_FIELD_CONVERSION' dump when they are trying to do a MIRO for a SA.&lt;/P&gt;&lt;P&gt;In ST22 dump analysis is as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen name.............. "SAPLMR1M"&lt;/P&gt;&lt;P&gt;Screen number............ 6310&lt;/P&gt;&lt;P&gt;Screen field............. "DRSEG-REMNG"&lt;/P&gt;&lt;P&gt;Error text............... "FX015: Sign lost.".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone of you encountered this.&lt;/P&gt;&lt;P&gt;Please enlighten me on how to correct this problem as this looks a technical issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Saket Tiwari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Nov 2009 11:01:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-16T11:01:23Z</dc:date>
    <item>
      <title>DYNPRO_FIELD_CONVERSION dump in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6304997#M1391691</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;The MM team in my project is getting a 'DYNPRO_FIELD_CONVERSION' dump when they are trying to do a MIRO for a SA.&lt;/P&gt;&lt;P&gt;In ST22 dump analysis is as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen name.............. "SAPLMR1M"&lt;/P&gt;&lt;P&gt;Screen number............ 6310&lt;/P&gt;&lt;P&gt;Screen field............. "DRSEG-REMNG"&lt;/P&gt;&lt;P&gt;Error text............... "FX015: Sign lost.".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone of you encountered this.&lt;/P&gt;&lt;P&gt;Please enlighten me on how to correct this problem as this looks a technical issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Saket Tiwari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 11:01:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6304997#M1391691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-16T11:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_FIELD_CONVERSION dump in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6304998#M1391692</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;&lt;/P&gt;&lt;P&gt;If you are passing -ve sign then it will give error  as screen does not accept negative value in quantity field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you are Using BDC for this &lt;/P&gt;&lt;P&gt;then you need to assign that value in character field to the BDC &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;Deepak .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 11:18:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6304998#M1391692</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2009-11-16T11:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_FIELD_CONVERSION dump in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6304999#M1391693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Go to Se80 and open the program and screen . Go to layout of that screen and double click on the field.&lt;/P&gt;&lt;P&gt;The in field properties at right side , you can see the text value. If in text "----&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;V" not specified then in screen &lt;/P&gt;&lt;P&gt;the field can not take the negetive value. Check with your functional consultant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 10:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6304999#M1391693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-17T10:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_FIELD_CONVERSION dump in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6305000#M1391694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Deepak is correct, last time this happened to me I figured out which row exactly from my report was generating the error and then heard the analyst saying that that line was being atributed a negative value in the process. Fix your program so this situation does not happen and you will get rid of this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avraham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2009 14:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6305000#M1391694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-17T14:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_FIELD_CONVERSION dump in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6305001#M1391695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saket,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you might find &lt;STRONG&gt;SAP Note 491074&lt;/STRONG&gt; helpful?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shaun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 11:51:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6305001#M1391695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-18T11:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_FIELD_CONVERSION dump in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6305002#M1391696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all help.The problem occured as there were two Return to Vendors posted for one GR. So the Toatal Invoiced Quantity was becoming negative which is not possible.Have asked the functional team to look into it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 06:25:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6305002#M1391696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T06:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_FIELD_CONVERSION dump in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6305003#M1391697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer SAP OSS notes: &lt;/P&gt;&lt;P&gt;Note 1485895 - DYNPRO_FIELD_CONVERSION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a program error and implementation of the above mentioned note will solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 09:56:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6305003#M1391697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-23T09:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_FIELD_CONVERSION dump in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6305004#M1391698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to Note &lt;A href="http://service.sap.com/sap/support/notes/543098" title="543098  - MR8M: Several reversal documents for one invoice"&gt;&lt;SPAN class="title"&gt;543098 - MR8M: Several reversal documents for one invoice&lt;/SPAN&gt; &lt;/A&gt;, it's talking about the wrong posting of two reversal, I hope it will be helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 18:04:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6305004#M1391698</guid>
      <dc:creator>former_member749173</dc:creator>
      <dc:date>2014-08-05T18:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_FIELD_CONVERSION dump in MIRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6305005#M1391699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saket,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field DRSEG-MENGE will not accept negative quantities as the field with Sign is not checked, so thats why its throwing dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find this "with Sign" at the end of screen attributes for the column quantity in the layout of program SAPLMR1M with screen 6310.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 18:28:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion-dump-in-miro/m-p/6305005#M1391699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-05T18:28:39Z</dc:date>
    </item>
  </channel>
</rss>

