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

ABAP runtime errors: DYNPRO_FIELD_CONVERSION

Former Member
0 Likes
2,949

Hi expert,

Today I use the transaction code MIRO to complete invoice verification, and then the issue occured. Issue list is the bellow information.

The program flow was interrupted and could not be resumed.

Program "SAPLMR1M" tried to display fields on screen 6310. However, an error occurred while this data was being converted.

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. Attemting to displa

Screen name.............. "SAPLMR1M"

Screen number............ 6310

Screen field............. "DRSEG-BPREM"

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

Further data:

But I don't find any issue. Please help me solve the issue, it's urgent.

Thanks.

George shi

1 ACCEPTED SOLUTION
Read only

former_member784222
Active Participant
1,498

Just check whether the screen field 'DRSEG-BPREM' gets a negative value during runtime. If yes, check why it is getting negative value and try to rectify.

regards,

S. Chandramouli.

2 REPLIES 2
Read only

former_member784222
Active Participant
1,499

Just check whether the screen field 'DRSEG-BPREM' gets a negative value during runtime. If yes, check why it is getting negative value and try to rectify.

regards,

S. Chandramouli.

Read only

matt
Active Contributor
0 Likes
1,498

You should post a new question rather than attach yours to an old one - especially as you've asked your question where answers go.