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: 

ALV truncation while download using List--Save/send--File--Spread sheet

Former Member
0 Kudos

Experts,

In ALV output, I am trying to download using menu item

"List --> Save/send --> File --> Spread sheet" then in the popup appears

here if i GIVE the FILE NAME THEN,material number is getting truncated.

If I don't give any file name it is storing as ".xls" and not getting truncated.

How to correct this or avoid this truncation.

OR

If we can't do correction about truncation ...my function consultant is asking to

to disable "List --> Save/send --> File".

Thanks in advance.

Sam

1 REPLY 1

Former Member
0 Kudos

Solved by my own....

We need to pass

i_fieldcat-no_zero = 'X'.

so that the zeros at the end won't get truncated.