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: 

Standard Report ALV dump due to conversion error for specific layout set

Former Member
0 Kudos

When running a report,which is a parameter transaction for calling standard program, from initial output after pressing SHIFT+F4, it gives a details list of amounts for WBS project names. Then again when calling the commitment report by calling F9(HotSpot) for a particular lineitem, the ALV output is going to dump for specific user defined layout set by user. Error analysis is Unable to interpret 0,00 as a number, only for that specific layout. Kindly help how to resolve it in standard layout setting problem for this setting.

3 REPLIES 3

karun_prabhu
Active Contributor
0 Kudos

Hi sriharshachelle.

Could you be more clear about the issue you are facing?

Former Member
0 Kudos

Hi ,

From your description of error, I think this dump your facing for amount feild. Just try to proivde below feilds in feild catalog.

cfieldname type slis_fieldname, " field with currency unit

ctabname type slis_tabname, " and table

Hope this may help you!!

Regards,

Ganesh

madhu_vadlamani
Active Contributor
0 Kudos

Hi Sri,

Check the declaration once.How you defined currency or any values witj decimals.Just keep a debug point and see.

Regards,

Madhu,