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 Report

Former Member
0 Kudos

Hi Expert,

I am getting small boxes in the output of alv report, when I download this report in spreadsheet,These boxes are coming as # in excel,

even in debuger value is coming as # but in alv output it is coming as box.

Plese suggest how to remove these boxes from alv report.

Cheers

Akash

6 REPLIES 6

roberto_vacca2
Active Contributor
0 Kudos

Hi.

Probably you have to make some changes to your field-catalog structure.. for example changing numbers... usually numbers or any non-unicode chars are converted in "#" chars..

Try to show your field-catalog structure...

Hope to help, bye!

Former Member
0 Kudos

Try to make longer the outputlen in the feildcat

Former Member
0 Kudos

Hello,

After Execution when report executed in ALV format in SAP... in menu poartion extremely upper side of the screen on left.: Go to List -


> Export to -


> Spreadsheets. I will ask you to save. Save it on the desktop in the xml format.... As soon as you press the save button it will automatically open that file into the excel format.... now again save that file in save as format and select all that data in that file with ctrl+A and go towards lefte side of the shee and right click on it .. it will open a menu... now go to format cell and select the text portion in that and save it,. The data will display as you want to require it to be display. No zeros before any digits will be gone and also #s also not to be displyed.

Regards,

Akg

Former Member
0 Kudos

Hi All,

Those boxes are because of TAb space,

How can I capture and remove those tab spaces in program.

Cheers

0 Kudos

spread sheet is tab separated only . i guess your characters not because of tabs .

1 . are you passing any special characters to alv out put field .

2. check all values are in SY-langu.

Edited by: KAMESH G on Jun 23, 2011 2:30 PM

Former Member
0 Kudos

this was because off tab space.