Application Development and Automation 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: 
Read only

identify filepath table or location i.e getting generated in Function module FILE_GET_NAME

sai_rohit2
Discoverer
0 Likes
1,643

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.

3 REPLIES 3
Read only

basantmhr
Participant
0 Likes
1,505

Hi Sai Rohit,

You can check table 'filepath' or TCODE 'AL11'.

Read only

Sandra_Rossi
Active Contributor
1,505

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.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,505

(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)