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 Grid Export Function

Former Member
0 Likes
680

Hi,

I am facing a problem while downloading the data from ALV grid to spreedsheet using the following steps:

Export --> Spread Sheet --> Table --> Microsoft Excel

(i want to use only this method for exporting)

Now when i download the data some of the columns are not comming in the proper sequence. Is this a configuration problem or i have to make some settings or some thing like that.

When i download it through local file its is coming properly.

Please suggest.

Thanks,

Rajat.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
596

Hi,

when building the field catalog table,

append this parameter also.

i. e IT_FIELCAT-NO_CONVEXT = 'X'.

Hope this will help you.

3 REPLIES 3
Read only

Former Member
0 Likes
597

Hi,

when building the field catalog table,

append this parameter also.

i. e IT_FIELCAT-NO_CONVEXT = 'X'.

Hope this will help you.

Read only

Laxmana_Appana_
Active Contributor
0 Likes
596

Hi,

Set the 'COL_POS' field of the feild catelog to each and every column and check.

data is downloaded into excel depending on the field catelog order.

Regards

Laxman

Read only

Former Member
0 Likes
596

Hi Rajat,

this is the known problem with the EXCEL it alters the sequences of columns depending on the data type i.e numerics,char.

Regards

vijay