2007 Aug 09 3:16 PM
is there any function module that will browse logical file names
2007 Aug 09 3:26 PM
It should be FILE_GET_NAME -> this is related to FILE Transaction.
if you need more information then search in sap help.
Thanks
Seshu
2007 Aug 09 3:38 PM
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
2007 Aug 09 3:42 PM
HI,
You can use the function module 'FILE_GET_NAME'
http://help.sap.com/saphelp_nw04/helpdata/en/9f/db95e635c111d1829f0000e829fbfe/content.htm
Regards
Sudheer
2007 Aug 11 5:33 AM
There are two versions of Logical File Names - Client Specific (Transaction SF01) and Cross Client (transaction FILE)
Andrew