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

Former Member
0 Likes
646

Hi All

I have a report with output in ALV_GRID display.But i have got more than 256 lines so i am not able to show it in output list.So i need to go to an EXCEL file while running the program.Is there any option without using OLE objects to go to excel directly .Is there any option in ALV to go to excel directly..Plz help.

Biju K Sharma

1 ACCEPTED SOLUTION
Read only

former_member508729
Active Participant
0 Likes
618

Hi,

Just check program SAPBC415D_OLEAUT.

Regards

Ashutosh

Reward points if helpful

Hi,

Just check program SAPBC415D_OLEAUT.

Regards

Ashutosh

Reward points if helpful

5 REPLIES 5
Read only

former_member508729
Active Participant
0 Likes
619

Hi,

Just check program SAPBC415D_OLEAUT.

Regards

Ashutosh

Reward points if helpful

Read only

Former Member
0 Likes
618

hi biju,

do u want to export the values directly to excel sheet without getting the list screen ?

regards,

SBN

Read only

0 Likes
618

Hi

Yes exactly.I dont want to see list output.I need to go to excel directly..can u help me in this matter.

Regards Biju

Read only

sourabhshah
Product and Topic Expert
Product and Topic Expert
0 Likes
618

hi,

you could use the CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOAD to download the data into a excel at a specified path.

Regards,

Sourabh

Read only

0 Likes
618

hi biju,

use GUI_DOWNLOAD function module...

with regards,

S.Barane