cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Can any one tell me if there is a Function module that will display the windows directory path and returns the filenames in the selected folder when F4 help is clicked.Currently I am using

cl_gui_frontend_services=>directory_browse

But please let me know if ther is any function module which gives me the same functionality as the above method does.

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Sridhar,

WS_FILENAME_GET consits of classes only. i feel calling the method cl_gui_frontend_services=>directory_browse is the best solution. why do you want to go for Function module is there any specific requirements..

please let me know.

Note: it is adviced to use class methods rather than FM's

Regards

vijay