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

application server logical file path.

Former Member
0 Likes
359

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.

2 REPLIES 2
Read only

Former Member
0 Likes
328

[http://help.sap.com/saphelp_nw04/helpdata/en/e2/88393de3bb752de10000000a114084/content.htm]

Read only

Former Member
0 Likes
328

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