‎2007 Dec 24 8:34 AM
Dear All,
I goes to short dump while fething data from internal table to table control ? Short dump shows :-
Error analysis
The program flow was interrupted and could not be resumed.
Program "YMNR1024_PS1" tried to display fields on screen 2222. However, an
error occurred while this data was being converted.
How to correct the error
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.............. "YMNR1024_PS1"
Screen number............ 2222
Screen field............. "I_TICKETTAB-PROJ_INV4"
Error text............... "FX015: Sign lost."
Further data:
" "
" "
" "
Thanks in advance
pramendra
‎2007 Dec 24 8:38 AM
Hi Pramendra,
The format of the field in your program & in the screen must be of same type, then only the data will be displayed.
In your program this is not maintained correctly thats the reason for this short dump.
Please check that field type in your program as well as in your screen.
Regards,
Chandru
‎2007 Dec 24 8:46 AM
Hi,
Could you post us the part of code which gives error as per the short dump?
Edited by: jagannathan krishnan on Dec 24, 2007 10:01 AM
‎2007 Dec 24 8:49 AM
‎2007 Dec 24 11:37 AM
Dear Jagan,
Data is simply fetched from internal table using Program option of Dictionary/Program option of the screen. I tried to varry the length by 2 or 4 but still result is same. This happened only when i have inserted a new field in between. But according to me this should not affect the fucntionality.
Thanks in advance.
‎2007 Dec 28 8:15 AM
Hi,
Check for the type and length of your screen field and give enough spacing between the screen fields.
hope this helps.