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

Hierarchical ALV list problem..

sreekanthgo
Contributor
0 Likes
648

Hi All,

In my ALV report output, spreadsheet and wordprocessing buttons are not working properly. Remaining all buttons are working fine.

Can anyone give suggessions about my problem?

Thanks,

Sreekanth

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
621

Hello,

If you are using Spreadsheet button to transfer the data to Excel than system put all text fields first and then numerical fields.

To avoid this you can use Local file transfer.

Regards,

Naimesh

Hi All,

In my ALV report output, spreadsheet and wordprocessing buttons are not working properly. Remaining all buttons are working fine.

Can anyone give suggessions about my problem?

Thanks,

Sreekanth

5 REPLIES 5
Read only

naimesh_patel
Active Contributor
0 Likes
622

Hello,

If you are using Spreadsheet button to transfer the data to Excel than system put all text fields first and then numerical fields.

To avoid this you can use Local file transfer.

Regards,

Naimesh

Read only

0 Likes
621

Hi Nimesh,

You mean, my final internal table must have all character fields first and the numeric fields at last.

Thanks,

Sreekanth

Read only

0 Likes
621

No sreekanth,

system is autmatically doing that.

Like if you have itab like,

fld1 char,

fld2 char,

fld3 num,

fld4 char,

fld5 num

then when you download it, by Spreadsheet system automatically changes like fld1, fld2,fld4, fld3,fld5.

If you want to download your table in excel in the same format then use the button Local file...

Regards,

Naimesh

Read only

0 Likes
621

Okay Nimesh.

Thanks for your help.

Then what is the use of those two button on the report.

Thanks,

Sreekanth

Read only

0 Likes
621

Hello Sreekanth,

In Spreadsheet button and word, data is being transferred by the OLE. Here you have more flexiblity like you can download into pivot table, SAP macros, and simple Excel file. You can see you file open in your front (thanks to OLE), while in local transfer you have to go to specific place to open the file.

Regards,

Naimesh