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

Regarding CL_GUI_FRONTEND_SERVICES

former_member367551
Participant
0 Likes
710

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.

5 REPLIES 5
Read only

peter_ruiz2
Active Contributor
0 Likes
674

Hi Deborah,

You may use the FILE_OPEN_DIALOG method for your requirement.

regards,

Peter

Read only

Former Member
0 Likes
674

Hi Deborah,

Try method FILE_OPEN_DIALOG in class CL_GUI_FRONTEND_SERVICES.

For its use, refer the following thread:

Regards,

Nitin.

Read only

Former Member
0 Likes
674

Hi,

use FILE_OPEN_DIALOG method.

Regards

Sandipan

Read only

0 Likes
674

use

cl_gui_frontend_services=>FILE_OPEN_DIALOG

regards,

Simha

Edited by: Simha on Jan 12, 2009 5:37 AM

Read only

former_member367551
Participant
0 Likes
674

Thanks, forumers.

Appreciate your many responses here.