Application Development 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: 

Entry in FILENAMECI

Former Member
0 Kudos

Hi friends,

In the FILE trxn, i have created one entry for logical file name and associated physical path name also. I want to use FILE_GET_NAME to get the physical path when logical file name is given in this FM, which is what no happening in my case. I see in debugging that an entry in FILENAMECI should be there for this FM to work. Can anyone throw some light into this matter?

Hey guys,

the logical file path which i have given in FILE should get updated in FILENAMECI, which is not happening for my case, why?

Vishy

Message was edited by:

vishwanath vedula

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi,

Logical file names can be defined as client-specific (transaction SF01) or cross-client (transaction FILE). A client-specific definition always overrides a cross-client definition. Ensure, therefore, that in every client any unnecessary client-specific definitions are deleted.

Regards,

Ferry Lianto

3 REPLIES 3

Former Member
0 Kudos

HI,

YOu can select the physical path name for the table PATH by passing the logical path name.

Thanks

Mahesh

ferry_lianto
Active Contributor
0 Kudos

Hi,

Logical file names can be defined as client-specific (transaction SF01) or cross-client (transaction FILE). A client-specific definition always overrides a cross-client definition. Ensure, therefore, that in every client any unnecessary client-specific definitions are deleted.

Regards,

Ferry Lianto

Former Member
0 Kudos

Delete the client specific ones using SM30 for the view V_FILENAME.