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

ALV excel formatting

Former Member
0 Likes
590

Hi

how to set in SALV some formatting in exporting to excel file.

I want to convert some numbers variables to text format before will be create XLS sheet.

2 REPLIES 2
Read only

Former Member
0 Likes
467

You could create an internal table for the SALV that has all character fields. However, Excel might still interpret those as numbers. Why not have the user select the columns in Excel and format cells as text?

Read only

0 Likes
467

Better will be send to excel characters in text format not general format because user will must formatting this after every export to XLS.