Hi all,
I am reading files from an sap directory using the FB SUBST_GET_FILE_LIST. It is working fine but I need alternatives that can also work with later SAP releases. my report should also work in background mode. I first used EPS2_GET_DIRCETORY_LISTING but had to change it because of some problem with acces right.
With the FB SUBST_GET_FILE_LIST I also dont have the file creation date. I didnt find it the the structure rsfillst. I need to have following information about the file:
- name
- creation date
at least.
Thanks.