cancel
Showing results for 
Search instead for 
Did you mean: 

Negative Quantity in Delivery - Run Time Error

0 Kudos

Hello All
In our Production system, we got a run time error when we tried to process the delivery in  both VL02N and Vl03N. When we looked at the table entry for that delivery, we had negative entry for the delivery quantity.


I checked the copy control functionality and the control data has been maintained as positive. Do you know what might be causing the negative qty in delivery and how to rectify it.


  Our Delivery creation process.
The deliveries are created in the back ground. Apart from the standard delivery split conditions, we are also splitting the deliveries by Division by passing the value in the ZUKRL Field.


  Runtime Errors         DYNPRO_FIELD_CONVERSION
Date and Time          07/24/2013 11:30:47
Short text
     Conversion error
What happened?
     The current screen processing action was terminated since a situation
     occurred where the application could not continue.
     This is probably due to an error in the ABAP program or in the current
     screen.
  What can you do?
     Note which actions and input led to the error.
     For further help in handling the problem, contact your SAP administrator
     .
     You can use the ABAP dump analysis transaction ST22 to view and manage
     termination messages, in particular for long term reference.

Error analysis
     The program has been interrupted and cannot resume.
     Program "SAPMV50A" attempted to display fields on screen 1102.
     An error occurred during the conversion of this data.

Message was edited by: Jürgen L I attached the file from your mail

Accepted Solutions (0)

Answers (1)

Answers (1)

JL23
Active Contributor
0 Kudos

are you using alternative units in the delivery?

if so, is the alternative unit smaller like the base unit? e.g. alternative unit = LB  and base unit = KG

are you using batches?

Can you attach a bigger part of the dump as text file. from the beginning of the dump  until the end of the Coding part where the error occurred.

0 Kudos

Hi Jurgen The specific material in the Sales orde/Delivery did not have an Alternate UOM. But for other materials, we do have Sales UOM as EA and Basic UOM as LB. Also some of the materials are batch managed. Regarding the text file, I was not able to attach it, when I reply. So I have attached it in the mail

JL23
Active Contributor
0 Kudos

the important info from the dump is:

Screen name.............. "SAPMV50A"                                            |

|                  Screen number............ 1102                                                  |

|                  Screen field............. "LIPSD-G_LFIMG"                                       |

|                  Error text............... "FX015: Sign lost."

Here you basically have all info you need  to search in Marketplace for bug fixes in case it is caused by a SAP bug.

Further I see that this delivery is quite old, from 2011.  so you may potentially not anymore have the bug that is the root cause for this problem. But if the data was never corrected then it might only be a follow on problem with the display or when trying to change this old document.

If you lookup this deliver item in SE16 at table LIPS, what value does the field LFIMG show?

does SE16 dump too? does it show a negative sign?

0 Kudos

Hi Jurgen

Thanks for the reply. We got the issue for delivery 86659361 created on July 24, 2013. We eventually deleted the delivery from the table. It had negative entry for the LFIMG filed in LIPS field. I searched using the Error text. I could not get one relating to delivery. I will create a message to SAP and check.