Skip to Content
0
Former Member
Apr 28, 2009 at 11:43 AM

Regarding Use CALL METHOD CL_GUI_FRONTEND_SERVICES=GUI_UPLOAD

162 Views

hi,

I need to make the changes in the programs so that the Unicode box can be checked for the program.

Now one of the program has a FM ie 'UPLOAD',

This is to be replaced by CALL METHOD CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD.

However there is a small problem with this.

The FM Upload use to give a pop up wher in the file path can be browsed. However when I use thisc CALL METHOD CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD it gives me an error and does not gives me that pop up.

How can I get that pop up so thetI can brows the file path and pass that path to the method......

do I need to call any other method before this..........................

please guide

Thanks and Regards

Suraj S Nair.

Edited by: Vijay Babu Dudla on Apr 28, 2009 7:46 AM