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: 

MIRO Runtime errors DYNPRO_FIELD_CONVERSION

Former Member
0 Kudos

Hi experts

We are facing problems in execution of some service entries through MIRO. As we complete MIRO, a message comes on the screen showing that there is problem in ABAP programme.

"Runtime errors DYNPRO_FIELD_CONVERSION"

The program flow was interrupted and could not be resumed.

Program "SAPLXM08" tried to display fields on screen 0100. 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. When attempting to

display the date on the screen, an error will occur that triggers the

error message.

Screen name.............. "SAPLXM08"

Screen number............ 0100

Screen field............. "ZLDC-LDC"

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

Kindly help me

Thanks in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

I think u have added new custom field 'ZLDC-LDC' in MIRO screen. In that field if nagative value comes then system will

give dump. If u want to allow nagative values also then put 'V' as last character in text field of 'ZLDC-LDC'(in screen-SE51).

Rewards points if helpful.

Regards,

Srinivas Ch

9 REPLIES 9

Former Member
0 Kudos

Possibly u r giving some wrong value in date/ amount / or any other field.

Pls correct the same.

I faced same problem & got it finally.

If it is helpfull pls do reward.

Regards

Srimanta

0 Kudos

But how to findout bcz of which wrong entry I am getting this error?

Tell me how you resolved this isue in your case?

Former Member
0 Kudos

Hi,

I think u have added new custom field 'ZLDC-LDC' in MIRO screen. In that field if nagative value comes then system will

give dump. If u want to allow nagative values also then put 'V' as last character in text field of 'ZLDC-LDC'(in screen-SE51).

Rewards points if helpful.

Regards,

Srinivas Ch

0 Kudos

Hi Srinivas

But this screen 51 is standard sap screen prg saplxm08 screen :100 ...how can I modify the text field here?How can I put this 'V' as last character in text field(se51)?

correct me if I am missing something here

Thanks in advance

0 Kudos

Hi,

But the field 'ZLDC-LDC' is not a standard field, it is Z field(custom). So i think SAP provided this screen for enhancements, in that case u can modify directly or u people have already taken acess key for this program.

Regards,

Srinivas Ch

0 Kudos

Thanks Srinivas

I am able to modify this program... Now tell me where to put 'V' ..In the properties of this LDC text field or in its table control properties.. As the value is displayed from zldc using Table control

0 Kudos

Hi,

Double click on the field 'ZLDC-LDC', there 1 field is there with name 'Text', put 'V' as last character of this field

( _________V) .

Rewards points if helpful.

Regards,

Srinivas Ch

0 Kudos

hi Srinivas

my problem not solved even by making change you suggested...can you suggest any other solution to this problem.

Thanks

0 Kudos

Thanks Srinivas

My problem solved