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

Download Report Data

Former Member
0 Likes
671

Hi,

Pls tell me what is the standard SAP functionality to download report data.

Hi,

Pls tell me what is the standard SAP functionality to download report data.

4 REPLIES 4
Read only

Former Member
0 Likes
642

U can use FM 'GUI_DOWNLOAD'

Madhavi

Read only

Former Member
0 Likes
642

In classical reports - > Goto System -> ist - >Save - >Local file.

In ALV, you have an additional button to export the data.

Read only

Former Member
0 Likes
642

Hi,

In ABAP Editor, there is a button ( rightmost ) : Save as Local File. Bottommost toolbar.

You can click on it save ur file to specified location..

Regards,

Omkar.

Read only

Former Member
0 Likes
642

HI Monika,

1) if you want to write the code to download the report data, you have to use the FM "GUI_DOWNLOAD" in your program and give the table as your internal table and mention the file path.

2) if you want to download from the report output, you can go thru this path.

In classical reports - > Goto System -> List - >Save - >Local file.

reward points if helpfull,

satheesh