Application Development 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: 

File Path

Former Member
0 Kudos

Hi,

Is there any function module to check whether the filepath exist or not while validating selection screen.

Regards,

Raju

1 ACCEPTED SOLUTION

Former Member
0 Kudos

yes, there is(are)

you can get both directory_exist and for files too in the class : CL_GUI_FRONTEND_SERVICES.

CL_GUI_FRONTEND_SERVICES=>FILE_EXIST

CL_GUI_FRONTEND_SERVICES=>DIRECTORY_EXIST

check the methods there. they are for gui frontend services

3 REPLIES 3

Former Member
0 Kudos

PFL_CHECK_DIRECTORY

SuhaSaha
Advisor
Advisor
0 Kudos

Hello Akula,

Please make sure to check the methods of the class : CL_GUI_FRONTEND_SERVICES & the function group: SFES for any (of course not all) GUI related functionalities

BR,

Suhas

Tip: CL_GUI_FRONTEND_SERVICES => FILE_EXIST.

Former Member
0 Kudos

yes, there is(are)

you can get both directory_exist and for files too in the class : CL_GUI_FRONTEND_SERVICES.

CL_GUI_FRONTEND_SERVICES=>FILE_EXIST

CL_GUI_FRONTEND_SERVICES=>DIRECTORY_EXIST

check the methods there. they are for gui frontend services