Application Development 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: 

download output of an alv report on presentation server file

Former Member
0 Kudos

Hi,

i have an alv report .in the selection screen i want to keep an option for specifying the filepath(presentation server) where i want to download the ouput of the report.

kindly help me in this regard.

thanks

1 REPLY 1

Former Member
0 Kudos

hi

try this..

parameters fname type rlgrap-filename.

call the function

CALL FUNCTION 'GUI_DOWNLOAD'

EXPORTING

  • BIN_FILESIZE =

FILENAME = fname

TABLES

DATA_TAB = "pass the alv itab name"

hope this is helpful.

thx

suren.s