‎2006 Dec 25 10:20 AM
hi folks,
can any 1 describe wat actually logical file name & pathe mean?
how does it will be useful in LSMM or BDC?
pls describe reg Tcode "FILE".
thank u
‎2006 Dec 25 10:59 AM
hi John
1. look at FM '<b>FILE_GET_NAME_USING_PATH</b>' to convert the logical file path into physical file (full path)
2. look at FM '<b>FILE_GET_NAME</b>' that Assigns the Physical File Name Using a Logical File Name
‎2006 Dec 26 8:15 AM
Logical Path concept came in picture to have same name for path across different systems (i.e development, quality production).
for example logical path can be "YIN" for one of input directory,
Which can
1) coresspond to "ain/devl/" in development environment.
2) coresspond to "ain/qual/" in quality environment.
3) coresspond to "ain/prod/" in produciotn environment. at runtime.
<b>FILE is transaction to maintain logical and corresponding physical path..</b>
Thanks,
Shital
Message was edited by:
shital phadake