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

Former Member
0 Likes
721

hi..

what is the difference b/w DOWNLOAD, WS_DOWNLOAD, GUI_DOWNLOAD.

.

hi..

what is the difference b/w DOWNLOAD, WS_DOWNLOAD, GUI_DOWNLOAD.

.

4 REPLIES 4
Read only

Former Member
0 Likes
688

hi,

ws_download is an obsolete function module it was in version less than 4.7.

gui_download is for versions 4.7 and higher.

regards,

Navneeth K.

Read only

Former Member
0 Likes
688

Hi,

WS_DOWNLOAD

Save Internal Table as File on the Presentation Server

GUI_DOWNLOAD

Replaces WS_DOWNLOAD. Download table from the app server to presentation server

DOWNLOAD

download a file to the presentation server (PC)

Reward if helpful

Regards

Raghavendra.D.S

Read only

0 Likes
688

Thanks .

what r these fields in ws_download.

WK1_N_FORMAT

WK1_N_SIZE

WK1_T_SIZE

WK1_T_FORMAT

COL_SELECT

COL_SELECTMASK.

Read only

Former Member
0 Likes
688

hi,

<b>DOWNLOAD</b> is function used to download the data from a internal table to presentation server.here you get a dialog- box to enter the path of the file name.

this function module is applicable upto 4.6c version only, it is obsote in 4.7.

this function module has default 'DAT' file type.

<b>WS_DOWNLOAD</b> also perfoms the same function , but without screen. here you do not get a dialog-box, rather you need to type the path of the file name.

this function module is applicable upto 4.6c version only, it is obsote in 4.7.

this function module has default 'ASCII' file type.

<b>GUI_DOWNLOAD</b> also perfoms the same function , but without screen. here you do not get a dialog-box, rather you need to type the path of the file name.

this function module is applicable in 4.7 version.

this function module has default 'ASCII' file type.

this FM doesn't support file type 'DAT'.

regards,

Ashok Reddy