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

difference between the fms upload & gui_upload

Former Member
0 Likes
438

hai ,

can anyone explain me the difference between upload and gui_upload.

thank u in advance,

venkat.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
408

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

2 REPLIES 2
Read only

Former Member
0 Likes
409

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

Read only

0 Likes
408

Hi Anji,

Thank you very much for the reply.

Regards,

Venkat