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

local dir

Former Member
0 Likes
499

suppose if we want to store a report in to the local directory in the presentation server.what is the peocedure for that.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
478

hI

FOLLOW THIS PATH

1) GOTO UTILITIES IN THE UR PROGRAM (SE38)

2) MORE UTILITIES

3) UPLOAD/DOWNLOAD

SELECT DOWNLOAD

AND GIVE THE PATH WHERE YOU WANT TO DOWNLOAD THAT IN WHICH FORMAT

THEN THAT PROGRAM WILL BE DOWNLOADED TO UR PRESENTATION SERVER

REWARD IF USEFULL

3 REPLIES 3
Read only

Former Member
0 Likes
479

hI

FOLLOW THIS PATH

1) GOTO UTILITIES IN THE UR PROGRAM (SE38)

2) MORE UTILITIES

3) UPLOAD/DOWNLOAD

SELECT DOWNLOAD

AND GIVE THE PATH WHERE YOU WANT TO DOWNLOAD THAT IN WHICH FORMAT

THEN THAT PROGRAM WILL BE DOWNLOADED TO UR PRESENTATION SERVER

REWARD IF USEFULL

Read only

sudhakar196
Participant
0 Likes
478

Open program and do right click, you will see menu "save as local file". save it where ever you want.

Read only

Former Member
0 Likes
478

Hi Sandeep,

There are different methods of downloading the report data on the Presentation Server.These are as under:

1.Use the FM GUI_DOWNLOAD and pass the internal table and the file location to it.

2.Once you ahve the report data in front of you in the form of list display,use T-code CG3Y to download the data to the Presentation Server.

3.Go to System on the menu bar,click on List,click on Save data and give the file name there and it will download the data.

But the most preferred way is the first one.

In case you have any further clarifications,do let me know.

Regards,

Puneet Jhari.