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 download to Excel--Problem with Column Headers

Former Member
0 Kudos

Hi,

I have created a dynamic internal table and displaying it as ALV using SALV classes. Problem is that when I download this ALV to Excel I'm not getting Column headings same as they are in ALV display.

I mean in Excel it is showing Column headings taken from domain or data element.

While creating dynamic table i'm passing short/ Medium & Long text too. Still it is not working.

Any kinda help is appreciated.

Thanks & Regards,

Vivek Gaur

Edited by: Vivek Gaur on Nov 4, 2009 2:04 PM

3 REPLIES 3

Former Member
0 Kudos

Hi Vivek,

Could you post your code please. So that we can come to a solution towards this issue.

0 Kudos

Look I cant actually post the code as it is divided in some global classes and main program. But i can elaborate the steps little further:

1: I have created a field catalog for Dynamic internal table. In it i have passed every necessary field along with short/medium/Long texts.

2: I fill up this dynamic table with data.

3: I assign a field symbol to this dynamic internal table.

4: I pass this field symbol to the factory method of CL_SALV_TABLE Class.

Thats it buddy..Hope u have understood my problem.

Former Member
0 Kudos

Hi,

Check properly in debugging mode whether your passing correct parameters column names. Please do paste your code so that it will be easy to solve the problem.

Regards

Sunil