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

File Path

Former Member
0 Likes
509

Hi,

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

Regards,

Raju

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
479

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
Read only

Former Member
0 Likes
479

PFL_CHECK_DIRECTORY

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
479

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.

Read only

Former Member
0 Likes
480

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