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.
(old FILE) As it is a simple SM34 parameter transaction, just look at cluster definition FILENAME with transaction SE54.look at the ddic views to find tables behind.
(new SFILE) run an abap or sql trace as usual (or perform some reverse engineering on the class executed by the transaction)
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |