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

cl_gui_frontend_services

Former Member
0 Likes
700

hi

is there any information about usage of import/export parameters in the

method gui_upload of cl_gui_frontend_services class?

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
657

check the documentation of the class, if there is nothing than check the documentation of the FM behind (same name)

hi

is there any information about usage of import/export parameters in the

method gui_upload of cl_gui_frontend_services class?

3 REPLIES 3
Read only

Former Member
0 Likes
657

this is similat to GUI_UPLOAD . you can use the way how you call GUI_UPLOAD. only the difference is GUI_UPLOAD is function, but here it is Method.

Read only

JozsefSzikszai
Active Contributor
0 Likes
658

check the documentation of the class, if there is nothing than check the documentation of the FM behind (same name)

Read only

vinod_vemuru2
Active Contributor
0 Likes
657

Hi Marat,

This method is same as FM GUI_DOWNLOAD.

Go to the source code of this method. It calls GUI_DOWNLOAD. For usage u can check where used list/

FM documentation/SDN itself.

Hope u got the answer.

Thanks,

Vinod.