Application Development and Automation 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: 
Read only

Problem in Fetching data from internal table to table control

Former Member
0 Likes
702

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

5 REPLIES 5
Read only

Former Member
0 Likes
648

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

Read only

Former Member
0 Likes
648

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

Read only

Former Member
0 Likes
648

I mean the part of code where the error occurs??

Read only

0 Likes
648

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.

Read only

0 Likes
648

Hi,

Check for the type and length of your screen field and give enough spacing between the screen fields.

hope this helps.