‎2021 Jul 08 7:02 PM
Hi Experts,
I have given the input details to Function module FILE_GET_NAME with client = 400, Logical filename = US82C and in output i am getting the filepath details and i would like to know from which table or location this filepath data is being fetched. your suggestion is appreciated.
Thanks in Advance.
‎2021 Jul 09 5:58 AM
Hi Sai Rohit,
You can check table 'filepath' or TCODE 'AL11'.
‎2021 Jul 09 6:17 AM
The function module FILE_GET_NAME is based on the concept of Logical Files and Logical Paths, i.e. transaction code SFILE (old TCode: FILE). See SAP documentation for more information, or search the Web.
The corresponding customizing tables are: FILENAMECI, FILENAME, etc.
Anyway, to know the tables, as always, just do a SQL trace when you run SFILE.
‎2021 Jul 09 8:18 AM