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 to excel sheet

Former Member
0 Kudos

Hello Gurus,

After ALV output I have to click on the button local file and select spredsheet and transfer the whole data to Excel sheet.

I am able to do that, but the problem is for an tracking number in the excel sheet is getting displayed as 2.09952E+13 instead of 20995150196137.

Please do tell me how to left justify this in the sheet.

<REMOVED BY MODERATOR>

Regards

Mac

Edited by: Alvaro Tejada Galindo on Apr 16, 2008 12:13 PM

6 REPLIES 6

Former Member
0 Kudos

Expand the width of the column in EXCEL. You should be fine.

0 Kudos

Hi,

I know that if we expand that field it will show.

But still it doesn't show in here.

Is there any code needed to be done for that.

Regards

Madan.

0 Kudos

You can also change the Format of the column to Number with 0 Decimal positions. I tested this and it works.

I also put your value in Cell A1 and did this in A2

=CONCATENATE(A1)

and it showed up fine

Concatenate works because it converts the number to a string.

Edited by: Paul Chapman on Apr 16, 2008 6:22 PM

0 Kudos

Hi,

I even know this thing too sir.

I dont want to do any modifications in the excel sheet.

I want to do in the abap code.

Is that possible?

Regards

Mac

0 Kudos

What happens when you simply push the Excel button on the Tool Bar and then save that spreadsheet?

Former Member
0 Kudos

please eneble the macros before downloading to your excel sheet