2009 Jan 12 2:52 AM
Dear forumers,
Is there a method available from the class CL_GUI_FRONTEND_SERVICES that can be used to select and browse for a file in the presentation server?
In other words, is there a method from this class that is similar to the function F4_FILENAME too? Also, is the function F4_FILENAME considered as an obsolete ABAP construct?
I have checked the methods in the class CL_GUI_FRONTEND_SERVICES, and I'm wondering if methods GET_DESKTOP_DIRECTORY or FILE_OPEN_DIALOG can be used for this purpose?
Please help. Thanks.
Dear forumers,
Is there a method available from the class CL_GUI_FRONTEND_SERVICES that can be used to select and browse for a file in the presentation server?
In other words, is there a method from this class that is similar to the function F4_FILENAME too? Also, is the function F4_FILENAME considered as an obsolete ABAP construct?
I have checked the methods in the class CL_GUI_FRONTEND_SERVICES, and I'm wondering if methods GET_DESKTOP_DIRECTORY or FILE_OPEN_DIALOG can be used for this purpose?
Please help. Thanks.
2009 Jan 12 3:16 AM
Hi Deborah,
You may use the FILE_OPEN_DIALOG method for your requirement.
regards,
Peter
2009 Jan 12 4:02 AM
2009 Jan 12 4:05 AM
2009 Jan 12 4:37 AM
use
cl_gui_frontend_services=>FILE_OPEN_DIALOG
regards,
Simha
Edited by: Simha on Jan 12, 2009 5:37 AM
2009 Jan 12 6:59 AM