‎2008 Jan 05 5:36 AM
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
‎2008 Jan 05 6:16 AM
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
‎2008 Jan 05 5:56 AM
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
‎2008 Jan 05 6:01 AM
But how to findout bcz of which wrong entry I am getting this error?
Tell me how you resolved this isue in your case?
‎2008 Jan 05 6:16 AM
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
‎2008 Jan 05 6:44 AM
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
‎2008 Jan 05 7:08 AM
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
‎2008 Jan 05 8:18 AM
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
‎2008 Jan 05 8:41 AM
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
‎2008 Jan 08 6:21 AM
hi Srinivas
my problem not solved even by making change you suggested...can you suggest any other solution to this problem.
Thanks
‎2008 Jan 09 4:37 AM