‎2007 Sep 23 9:38 AM
hai ,
can anyone explain me the difference between upload and gui_upload.
thank u in advance,
venkat.
‎2007 Sep 23 12:03 PM
Hi
There is no difference from functionality point of view.
But when the new versions of SAP comes into picture certain objects(fun modules,tables,fields etc) will become Obsolete and the new Objects will come into picture in the place of Obsolete Fun modules and other objects
So GUI_Upload and GUI_DOWNLOAD are the newversion of function modules which are the replacement for the UPLOAD and DOWNLOAD fun modules
So we should use the New one.
So it depends on the SAP Version on which you are working
If you are still working in the Older versions of SAP like 4.0 like thing then you can use the DOWNLOAD and UPLOAD.
But if you are working on the latest versions like ECC5.0 and ECC6.0 you have to use GUI_download and GUI_UPLOAD fun modules only
Regards
Anji
‎2007 Sep 23 12:03 PM
Hi
There is no difference from functionality point of view.
But when the new versions of SAP comes into picture certain objects(fun modules,tables,fields etc) will become Obsolete and the new Objects will come into picture in the place of Obsolete Fun modules and other objects
So GUI_Upload and GUI_DOWNLOAD are the newversion of function modules which are the replacement for the UPLOAD and DOWNLOAD fun modules
So we should use the New one.
So it depends on the SAP Version on which you are working
If you are still working in the Older versions of SAP like 4.0 like thing then you can use the DOWNLOAD and UPLOAD.
But if you are working on the latest versions like ECC5.0 and ECC6.0 you have to use GUI_download and GUI_UPLOAD fun modules only
Regards
Anji
‎2007 Oct 11 2:07 PM