‎2007 Sep 05 9:46 AM
‎2007 Sep 05 9:48 AM
Hi Pradeep,
Its WS_UPLOAD and GUI_UPLOAD....
There is no difference.
WS_UPLPOAD is OBSOLETE in ECC.
You can only use GUI_UPLOAD.
Best Regards,
Ram.
‎2007 Sep 05 9:48 AM
Hi Pradeep,
Its WS_UPLOAD and GUI_UPLOAD....
There is no difference.
WS_UPLPOAD is OBSOLETE in ECC.
You can only use GUI_UPLOAD.
Best Regards,
Ram.
‎2007 Sep 05 9:49 AM
UPLOAD is obsolete .....
better use the gui_upload method of the cl_gui_frontend_services class.
‎2007 Sep 05 9:50 AM
Hi,
UPLOAD ->Upload file from PC(Presentation Server), but displays a dialog window in-order for user to input filepath.
WS_UPLOAD-> Upload file from PC(Presentation Server).
GUI_UPLOAD --> New Version for WS_UPLOAD.,
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.
rewards if useful,
regards,
nazeer
‎2007 Sep 05 9:50 AM
HI,
upload is now obsolete..and gui_upload is for its replacement
thanks
vivekanand
‎2007 Sep 05 9:52 AM
Hello Pradeep,
Upload is function used to write data from a file in the presentation server to internal table.here you get a <b>dialog- box to enter the path</b> of the file name
in GUI_UPLOAD we have to enter the <b>path as a export parameter</b>...
That is the difference.
Reward If useful
-
Sasi.
Message was edited by:
Sasidhar Reddy Matli
‎2007 Sep 05 10:11 AM