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

Classical Report export to Spreadsheet

Former Member
0 Likes
716

Hi experts,

I tried to save a classical report to a excel spreadsheet and the data alignment seems disorganize in a way that the columns are not properly aligned. Is their a way to fix this in ABAP or...?

Many thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
675

hi,

use function module ws_download.

Reward with points if helpful.

5 REPLIES 5
Read only

Former Member
0 Likes
675

Hi

Maybe you can try adding this function in ABAP SAP_CONVERT_TO_XLS_FORMAT

Regards.

Read only

Former Member
0 Likes
675

Hi,

ofter excutinn report in se38

click on list-->save.send>file---- selct desired file and u u can get o/p in spread sheet

pls give reward if it helpful

thanks

Vana

Read only

Former Member
0 Likes
675

Hi,

You can use Gui_download --- FM

Regards

Rams

Read only

Former Member
0 Likes
675

Hi,

Can u try with this FM?

'EXCEL_OLE_STANDARD_DAT'

Regards,

Kumar.

Read only

Former Member
0 Likes
676

hi,

use function module ws_download.

Reward with points if helpful.