‎2009 Jan 21 7:10 AM
Hi All,
In my report I am trying to download my report to XL sheet using function module MS_EXCEL_OLE_STANDARD_DAT.
But it shows dump like CONVT_NO_NUMBER.
Could you tell me what shoul I do.
‎2009 Jan 21 8:37 AM
hi...
i too had the same problem...
do this...
Declare a new internal table same as ur ALV table but have all fields as string or char
and loop the actual table and put all the values in string table....
and use new table for download
regards
vivek
‎2009 Jan 21 7:18 AM
Hi Amar,
It could be an issue with the parameters that you are passing to the FM. Kindly check them once again. Do a Where-used list on this FM and check any std program, how they have used it.
Best Regards,
Ram.
‎2009 Jan 21 8:33 AM
‎2009 Jan 21 8:37 AM
hi...
i too had the same problem...
do this...
Declare a new internal table same as ur ALV table but have all fields as string or char
and loop the actual table and put all the values in string table....
and use new table for download
regards
vivek
‎2009 Jan 21 8:52 AM
hi,
u declare all the fields as char n use ..it wont throw error..