<?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/7525990#M1560961</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We've had this problem for years.  We finally traced it back to a user exit (MV45AFZB).  For us, it's caused by a strange combination of deleting or rejecting schedule lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our temporary fix is to put a line in that exit that says if brgew &amp;lt; '0'.  -&amp;gt; "Yell at order taker" and set weight to 0.01 which at least stops the order from crashing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Aug 2011 23:05:26 GMT</pubDate>
    <dc:creator>former_member199684</dc:creator>
    <dc:date>2011-08-24T23:05:26Z</dc:date>
    <item>
      <title>DYNPRO_FIELD_CONVERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion/m-p/7525987#M1560958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting system dump due to "DYNPRO_FIELD_CONVERSION". This is happening as negative sign is appearing in cumulative quantity field in VBAP and VBEP tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Information on where terminated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in the ABAP program "SAPMV45A" in&lt;/P&gt;&lt;P&gt; "VBEP-EDATU_AUSGEBEN".&lt;/P&gt;&lt;P&gt;The main program was "SAPMV45A ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in line 13 of the source code of the (Include)&lt;/P&gt;&lt;P&gt; program "MV45AOEP_VBEP-EDATU_AUSGEBEN"&lt;/P&gt;&lt;P&gt;of the source code of program "MV45AOEP_VBEP-EDATU_AUSGEBEN" (when calling the&lt;/P&gt;&lt;P&gt; editor 130)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Domain MENG15 for this field does not allow negative sign. Why is then negative sign appearing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with the solution to remove the negative quantity from the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a temporary solution, to stop the system dump can I put "V" at the end of the text in "Texts/I/O templates" tab? As this is a standard field I have doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sonalika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 04:04:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion/m-p/7525987#M1560958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-13T04:04:15Z</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/7525988#M1560959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a modification somewhere that is changing quantities?  I'd like for exit coding that is erroneously generating an negative amount. How could we handle an order for negative quantities?  Can't deliver a -1 to a customer.  DEBUG to see why you're getting that negative value...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an OLD SAP Note (530212) about this, but it applies to VA03 in R/3 4.5B systems.  I hope you're not still on 4.5B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: BreakPoint on Jan 13, 2011 2:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 13:03:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion/m-p/7525988#M1560959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-13T13:03:02Z</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/7525989#M1560960</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;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case we are not getting negative delivery quantity. The required quantity and delivery quantity are appearing as postive. But the cumulative quantity field is having the negative sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my project we are using a 3rd party tool for availability check. Quantity calculation happens everyday during reatp and data is sent back from 3rd party system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont know exactly where the negative quantity is coming for one order item. There are thousands of line items in the order. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only one or 2 items get such error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sonalika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2011 03:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion/m-p/7525989#M1560960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-14T03:51:29Z</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/7525990#M1560961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We've had this problem for years.  We finally traced it back to a user exit (MV45AFZB).  For us, it's caused by a strange combination of deleting or rejecting schedule lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our temporary fix is to put a line in that exit that says if brgew &amp;lt; '0'.  -&amp;gt; "Yell at order taker" and set weight to 0.01 which at least stops the order from crashing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 23:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-field-conversion/m-p/7525990#M1560961</guid>
      <dc:creator>former_member199684</dc:creator>
      <dc:date>2011-08-24T23:05:26Z</dc:date>
    </item>
  </channel>
</rss>

