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

Regarding output display

Former Member
0 Likes
813

How to display the output of a report in excel format?

How to display the output of a report in excel format?

6 REPLIES 6
Read only

sreelatha_gullapalli
Active Participant
0 Likes
787

hi

while generating report in the last screen we have different output formats from that we have to select excel format then we will get the report in excel sheet.

reward points if helpfull.

regards,

sreelatha gullapalli

Read only

Former Member
0 Likes
787

Hi,

CALL FUNCTION 'WS_EXCEL'

TABLES

DATA = i_itab.

Read only

Former Member
Read only

Former Member
0 Likes
787

Hi Dude,

Try this FM - MCP_PRINT_EXCEL.

Regards,

Lakshmanan

Read only

Former Member
0 Likes
787

Hi,

If ur List is displayed using ALV then in Grid and List Display u find the Operation where u click

on that tab ur List will appear as per the operation that u choose.

After getting the list u can give that for print.

Regards.

Read only

Former Member
0 Likes
787

Hi

when u execute u r report ...in the output there is a option in menu bar by name LIST----->SAVE/SEND -


>FILE...in that select excel sheet radio button ,to get the output in excel sheet format.