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 data

Former Member
0 Likes
470

Hi all,

What is the alternative for the function module,

GUI_DOWNLOAD???

Is there any standard method available for doing that???

If so pls tell me the class name and method name...

Thanks in advance...

1 ACCEPTED SOLUTION
Read only

mohammed_moqeeth
Active Participant
0 Likes
446

Hello Babuji,

Following are the function modules for downloading data to Presentation server:

GUI_DOWNLOAD

GUI_VSS_DOWNLOAD

DOWNLOAD

WS_DOWNLOAD

CL_GUI_FRONTEND_SERVICES

For Application server you need to use OPEN DATASET <Dataset Name> FOR INPUT IN TEXT MODE ---> TRANSFER ---> CLOSE DATASET

Regards,

Moqeeth.

Hi all,

What is the alternative for the function module,

GUI_DOWNLOAD???

Is there any standard method available for doing that???

If so pls tell me the class name and method name...

Thanks in advance...

3 REPLIES 3
Read only

Former Member
0 Likes
446

Hi,

check this

CL_GUI_FRONTEND_SERVICES

____________________________________________________

Short Text

Frontend Services

Functionality

The class CL_GUI_FRONTEND_SERVICES contains static methods for the

following areas:

File functions

Directory functions

Registry

Environment

Write to / read from clipboard

Upload / download files

Execute programs / open documents

Query functions, such as Windows directory, Windows version, and so on

Standard dialogs (open, save, directory selection)

Read only

Former Member
0 Likes
446

Hi,

Check the Function Module GUI_VSS_DOWNLOAD under the Function Group SFES.

Reward if Helpful.

Read only

mohammed_moqeeth
Active Participant
0 Likes
447

Hello Babuji,

Following are the function modules for downloading data to Presentation server:

GUI_DOWNLOAD

GUI_VSS_DOWNLOAD

DOWNLOAD

WS_DOWNLOAD

CL_GUI_FRONTEND_SERVICES

For Application server you need to use OPEN DATASET <Dataset Name> FOR INPUT IN TEXT MODE ---> TRANSFER ---> CLOSE DATASET

Regards,

Moqeeth.