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

How to avoid truncating issue while data downloading to excel sheet

Former Member
0 Likes
3,001

Hello Experts,

I have requirement in alv report, in report output when i am downloading to excel sheet few fields value getting truncate like vendor field value showing in sap output - 0123450 but after download to excel the value downloading to excel 12345 it should download 123450.

Anyone can help me on this.

Thanks.

Hello Experts,

I have requirement in alv report, in report output when i am downloading to excel sheet few fields value getting truncate like vendor field value showing in sap output - 0123450 but after download to excel the value downloading to excel 12345 it should download 123450.

Anyone can help me on this.

Thanks.

5 REPLIES 5
Read only

mangesh_parihar
Explorer
0 Likes
1,563

Hi,

Before downloading, move those field to the another table table2 which well have same number of fields but of type string.

And download the table2. That should work.

Regards,

Mangesh Parihar

Read only

JL23
Active Contributor
0 Likes
1,563

Which ALV report? Standard or own developed?

Never saw that trailing zeros have been missed in a download

Read only

Former Member
0 Likes
1,563

Own developed report.

Read only

JL23
Active Contributor
1,563

Then it might be of some help to show the coding that is used around the download

Read only

DanielP
Active Participant
0 Likes
1,563

Hej Ramesh,

Have you tried with ALV format 10-Excel (in Office 2007 XLSX Format).

These settings can be overwritten in SE38 with program SALV_BS_ADMIN_MAINTAIN.

Table SALV_CSQ_PARAMS display settings per User.

Hope it helps 🙂