Application Development and Automation 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: 
Read only

Dump in program

Former Member
0 Likes
657

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
613

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

4 REPLIES 4
Read only

Former Member
0 Likes
613

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.

Read only

Former Member
0 Likes
613

Can you post the part of code?

Regards,

Manoj Kumar P

Read only

Former Member
0 Likes
614

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

Read only

Former Member
0 Likes
613

hi,

u declare all the fields as char n use ..it wont throw error..