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: 

Replacement for the fucntion moudle TMP_GUI_DIRECTORY_LIST_FILES in ECC 6.0

Former Member
0 Kudos

Hi,

I am using the function module TMP_GUI_DIRECTORY_LIST_FILES . This function module will takes all the files from one folder and i will do the process after taking all the files. but when we upgraded to ECC 6.0 this is not working anybody can tell me how to fix this issue. if possible plese send me the code.

Thanks,

Maheedhar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Try:


Class                                              Method  
CL_GUI_FRONTEND_SERVICES->DIRECTORY_LIST_FILES

Search the forum for sample codes.

4 REPLIES 4

Former Member
0 Kudos

Try:


Class                                              Method  
CL_GUI_FRONTEND_SERVICES->DIRECTORY_LIST_FILES

Search the forum for sample codes.

0 Kudos

Hi Aparna,

If possible can send me the sample code....

thanks,

maheedhar

0 Kudos

Hi,

The function module TMP_GUI_DIRECTORY_LIST_FILES is not released for Customer use.

As suggested by Aparna and Madhan try using

CL_GUI_FRONTEND_SERVICES --> DIRECTORY_LIST_FILES

Former Member
0 Kudos

Hi

Try to use

CL_GUI_FRONTEND_SERVICES=>DIRECTORY_LIST_FILES

Regards

Madhan