‎2008 Apr 08 7:55 AM
1) what is mean by logical file path?
2) what is the purpose of logical file path?
3) How to create logical file path?
Plz help me it is urgent.
‎2008 Apr 08 8:00 AM
[http://help.sap.com/saphelp_nw04/helpdata/en/e2/88393de3bb752de10000000a114084/content.htm]
‎2008 Apr 08 8:34 AM
Hai
saritha,
In order to save data in a file in the cache modes of main Memory Cache with Swapping,
Flat File Cache per Application Server and
Cross-application Server,
the following specifications must first be set:
Note: Cache means a shortest storage menmory which can store frequently referred data.
In the current scenario,
Cache is used to improve the response of the given query.
Logical file path defined and assigned a platform-specific physical path.
Logical file name: is given by the user.
Physical file path: is assigned by the OS to the logical file name of given file.
At runtime, the physical path assigned for the corresponding operating system platform is generated from the logical file path to retrieve the required data and provided to the user according to his program.
For every file we create in the server, there should be a logical file name(by user) and Pysical name at run time(by system) are existing.At run time pysical file path is assigned to logical file and perform the appropriate operations on it.
if useful, reward points,
by
G.V.K.Prasad