Hi,
I want to get a list of all directories that are there in UNIX server from my abapcode based on the path given by me. Based on the file name i get i will select one or more files and i will delete the files.
To list the directories the FM used is 'EPS_GET_DIRECTORY_LISTING' and to delete the files from the directories the FM is 'EPS_DELETE_FILE'.
But the problem is the length of the file name field in both the above fm's is only 40 but my file names length is exceeding 40, so it is not displaying the total file name, and that is the reason why the files which i have selected are not getting deleted. I cant change the file name as the name gets generated at runtime which includes the server name, username, date and time.
So is there any other function module which reach my requirement.
Thanks & Regards
Haritha.