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

Problem while downloading report output

Madanshinde
Explorer
0 Likes
554

Hi friends,

I want to download the report output to local disk in excel file format. The report is developed using ALV grid display (using type poolSLIS). When I run the report all the values are displaying correctly.

When I download the same in excel file using spreadsheet/unconverted option, some fields are getting cut. For example Vendor code in report showing as 4060070, but in downloaded file it is showing as 406007 (last character missing.).

I tried GUI_DOWNLOAD function module(for practice), and it is downloading correct values in excel format.

The problem occurs for only one column. What will be the problem.

Is this something system problem or we what else.

Thank you,

madan

2 REPLIES 2
Read only

Former Member
0 Likes
426

Hi,

Did you set the outlen property for your ALV Grid display?

Please check this.

Also, check whether you are exceeding the size for uploading a row in Excel or not.

Thanks and Best Regards,

Suresh

Read only

Former Member
0 Likes
426

Hello Madan,

this could occur because of an old SAP GUI version or a missing kernel patch.

regards

Uwe