‎2008 Nov 17 6:58 AM
HI all,
Iam getting a dump error described below:
A conversion error occurred while the program was trying to
display data on the screen.
The ABAP output field and the screen field may not have the
same format.
Some field types require more characters on the screen than
in the ABAP program. For example, a date field on a screen needs
two characters more than it would in the program. When attempting to
display the date on the screen, an error will occur that triggers the
error message.
Screen name.............. " Ztable_MM_MRQ "
Screen number............ 0100
Screen field............. "WA_PO_ITEMS-MENGE"
Error text............... "FX015: Sign lost."
Further data:
" "
" "
" "
Give us step by step procedure to rectify the same with T.codes
Thanks
Regards
Siraj
‎2008 Nov 17 7:06 AM
hi check whether all the screen fields have sufficient lenght to hold the displayed value
better to CHECK the checkbox for scrollable option in the screen attributes with displayed length lesser than the actual length.
If you are using all the fields refereing to database then use the database lengh itself
for your own fields then check for displayed length and the actual lenght in the screen attributes
‎2008 Nov 17 7:07 AM
‎2008 Nov 17 8:32 AM
Raymond
please give details in se51 where i have to put a "V" to allow negative amounts
whether it is in Text or I/O templates
name type of screen element Text or I/O field
WA_PO_ITEMS-MENGE Text PO_quantity__
regards
‎2008 Nov 17 9:16 AM
‎2011 Apr 22 5:12 AM
‎2014 May 16 12:11 PM
Hi Salman,
Can you tell me how you solved you problem, because i am facing the same problem.
Thanks
Ashutosh
‎2022 Nov 10 10:21 AM
Hi Ashutosh,
Goto SE51 T-code, Give your program name and screen number and execute
Screen Painter display will show -> choose Layout -> your Screen input/output field->Dic tab -> Checkbox with Sign choose it and Save, Activate and Execute
Now Execute your Report your expected output will come