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

get logical file

Former Member
0 Likes
571

is there any function module that will browse logical file names

4 REPLIES 4
Read only

Former Member
0 Likes
547

It should be FILE_GET_NAME -> this is related to FILE Transaction.

if you need more information then search in sap help.

Thanks

Seshu

Read only

Former Member
0 Likes
547

Logical file names are documented in the IMG under System Administration.

Or you can simply browse table FILENAME.

Rob

Message was edited by:

Rob Burbank

Read only

Former Member
0 Likes
547

HI,

You can use the function module 'FILE_GET_NAME'

http://help.sap.com/saphelp_nw04/helpdata/en/9f/db95e635c111d1829f0000e829fbfe/content.htm

Regards

Sudheer

Read only

Former Member
0 Likes
547

There are two versions of Logical File Names - Client Specific (Transaction SF01) and Cross Client (transaction FILE)

Andrew