2006 Sep 04 2:47 PM
Hello,
what is a physical file and logical file in PATH table of SAP.
Plz help,
aafaq
2006 Sep 04 2:52 PM
Hi aafaqhusain,
1. logical file path is nothing but a IDENTIFIER/STRING/NAME
= the name by which
we refer to that file.
(in our programs)
2. The physical location of that file,
may change from server to server,
or from time to time.
(hence, we do not use hardcoded physical path,
in our programs,
but instead use this MAPPING of logical path,
to the physical path)
regards,
amit m.
Hello,
what is a physical file and logical file in PATH table of SAP.
Plz help,
aafaq
2006 Sep 04 2:52 PM
Hi aafaqhusain,
1. logical file path is nothing but a IDENTIFIER/STRING/NAME
= the name by which
we refer to that file.
(in our programs)
2. The physical location of that file,
may change from server to server,
or from time to time.
(hence, we do not use hardcoded physical path,
in our programs,
but instead use this MAPPING of logical path,
to the physical path)
regards,
amit m.
2006 Sep 04 2:53 PM
hi,
physical path is the platform specific filename
and logical path is platform independent.....
Have a look the corresponding docu under.
Cheers,
Abdul Hakim
2006 Sep 04 2:58 PM
Hi
The physical path is the real one, the logical path is an ID to indicate a physical (so real) path.
In this way u can create a costant LOGICAL PATH to be used in your programs and (if you need it) change the only the real (physical) path linked to a logical path.
So you can manage your real path in only one point: the table that links the logical and physical path.
Max
2007 Apr 12 1:25 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |