Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion Error

Former Member
0 Kudos

Hi friends,

Pls go thru the below error and kindly advise me how to recover it and where the mistake was happened.

Note:FYI...

I couldn't able to check it in debugging mode. its happening only for one material document and i think,its bcos of Exicse related doc.(CIN)

Pls advise.

thanks & regards

sankar.

****************Runtime error

Conversion error

Error analysis

The program has been interrupted and cannot resume.

Program "SAPLJ1IEXGM" attempted to display fields on screen 0220.

An error occurred during the conversion of this data.

How to correct the error

There was a conversion error in the output of fields to the screen.

The formats of the ABAP output field and the screen field may not match.

The formats of the ABAP output field and the screen field may not match.program. For example, a date output field on the screen requires two more characters than the corresponding field in the ABAP program. When the date is displayed on the screen, an error occurs resulting in this error message.

Screen name.............. "SAPLJ1IEXGM"

Screen number............ 0220

Screen field............. "J_1IEXITEM-MENGR"

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

Information on where terminated

Termination occurred in the ABAP program "SAPLJ1IEXGM" - in

"PREPARE_SELECTED_QTY_0220".

The main program was "MB_CALL_MIGO_DIALOG ".

In the source code you have the termination point in line 1247

of the (Include) program "LJ1IEXGMPBO".

Source Code Extract

Line SourceCde

1217&----


1218* maintains the removal time

1219----


1240MODULE prepare_selected_qty_0220 OUTPUT.

1241 CHECK g_movement-outbound EQ abap_true

1242 AND g_movement-depot_ind EQ abap_true.

1244 PERFORM prepare_excdtl_selection.

1245 PERFORM prepare_selected_qty_0220.

>>>>>ENDMODULE. " prepare_selected_qty_0220 OUTPUT

2 REPLIES 2

Former Member
0 Kudos

Hi frd..

well it is problem of conversion type mismatch error..

for e.g you are assigning string to integer variable.

in ur code you see the assignment statements.

Regard.

Manish Hadiyel.

0 Kudos

Hi,

Im not getting what u r trying to say....

Just c that,it's a std SAP program...and where u want me to check it.

Pls reply.

thanks & regards

sankar.

Edited by: sankar babu on May 27, 2008 1:54 PM