cancel
Showing results for 
Search instead for 
Did you mean: 

diff. bet. ws_upload and Gui_uplod

Former Member
0 Kudos

Hi Friends,

1) wht is the difference between ws_upload and gui_upload

2) how to handle scroll bar in bdc table control

Thanks in advance,

Srinadh

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

WS_* Function modules are replaced by GUI_* FMs from 4.7 SAP version.

GUI_* modules have additional parameters when compared with WS_* FMs.

WS_UPLOAD, GUI_UPLOAD FMs are used in BDCs.

WS_UPLOAD loads files from the Presentation Server to Internal ABAP Tables.

This is used upto SAP 4.6 version.

GUI_UPLOAD is used to loads a file from the PC to the server. The data can be

transferred in binary or text format. Numbers and data fields can be

interpreted according to the user settings.

Reward if useful.

Regards

Sayee

Former Member
0 Kudos

hi srinadh,

ws_upload is used for older versions of sap (now it is obselete)

gui_upload is currently used for uploading data from flat file to internal table.

if helpful reward some points.

with regards,

suresh babu aluri.

former_member2382
Active Participant
0 Kudos

Hi,

GUI_UPLOAD is the improved version of ws_upload. There are many more importing parameters in GUI_UPLOAD when compared to ws_upload.

It is also recommended that you should use GUI_UPLOAD instead of ws_upload.

Regards,

Parvez.

Former Member
0 Kudos
Former Member
0 Kudos

Hi Dasari,

Both FM are used for uploading data .

But ws_upload is obsolete now .

WS_UPLOAD and WS_DOWNLOAD, the function modules used until now are not part of the standard set of ABAP commands. They are used to display the file interface on the presentation server. WS_UPLOAD and WS_DOWNLOAD are not compatible with USs and have been replaced by GUI_UPLOAD and GUI_DOWNLOAD.

The new function modules, GUI_UPLOAD and GUI_DOWNLOAD, have an interface that also allows you to write Unicode format to the local hard drive. For a description of these interfaces, refer to the documentation for each function module, available under SAP Easy Access " Development " Function Builder " Goto " Documentation.

Reward points if helpful.

Regards,

Hemant