Skip to Content
0
Former Member
Jan 18, 2012 at 09:34 PM

Solution manager EWA report gives dump CONVT_NO_NUMB

27 Views

Description: The current ABAP program "/1AGS/AEWAFS_CONTENT_II____005" had to be terminated

because it has come across a statement that unfortunately cannot be executed.

Error: Unable to interpret "4.8000000000000000E+01 " as a number.

I have already tried SAP notes 700518 and 1627192 all the Service Content Updates are active and still getting the same error while executing this report in background through job SM:EXEC SERVICES

It fails at Source code of program "/1AGS/AEWAFS_CONTENT_II____005

Routine - form routine action_005

loop at lt_cpu_figures assigning <cpu>.

lf_total_cpu = lf_total_cpu + <cpu>-field3.

lf_count = lf_count + 1.

if <cpu>-field2 > lf_peak_cpu. - line no at which it fails

lf_peak_cpu = <cpu>-field2.

endif.

at end of field1.

lt_check-field1 = <cpu>-field1.

lt_check-field2 = lf_peak_cpu.

check lf_count > 0.

lt_check-field3 = lf_dec = lf_total_cpu / lf_count.

append lt_check.

clear: lf_total_cpu, lf_peak_cpu, lf_count.

endat.

endloop.

Please help me to resolve this issue.

Thanks,

Betcy.

Priority Normalized

Edited by: Rob Burbank on Jan 18, 2012 5:21 PM