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

Regarding Application server file path

Former Member
0 Likes
1,242

Hi All,

please explain the process how to create logical file path in FILE t-code.

2 REPLIES 2
Read only

Former Member
0 Likes
646

Hi,

logical file path

The (platform-independent) logical file path is evaluated at runtime to get the (platform-dependent) physical path (see Assignment of Physical Paths to Logical Path).

Two examples of this are:

· Logical file path: BW_OLAP_CACHE

Name: BW OLAP Cache

· Logical file path: BW_OLAP_CACHE_SPAN

Name: BW OLAP cache cross-application server

Assignment of Physical Paths to Logical Path

At runtime, the physical path assigned for the corresponding operating system platform is generated from the logical file path.

Since the physical path is platform-dependent, the customer must set it her/himself. The closer the file is to the application server or, with the cross-application server cache mode, to the application server, the faster it can be found and read.

Log(ical) path: BW_OLAP_CACHE

Name: BW OLAP Cache

Syntax group: UNIX (all Unix platforms)

Phys(ical) path: /usr/ (Syntax group WINDOWS NT)

In a heterogeneous system landscape (such as UNIX and Windows NT servers) all system-specific syntax groups must be maintained. Ensure that the definitions for the various syntax groups point to the same directory.

5. Save your entries

for detailed information

Have a look at this links... i guess it explains what you are looking for...

http://help.sap.com/saphelp_47x200/helpdata/en/8d/3e4ec2462a11d189000000e8323d3a/content.htm

http://help.sap.com/saphelp_erp2005vp/helpdata/en/25/ab3a57df3b11d189fc0000e829fbbd/frameset.htm

http://help.sap.com/saphelp_sm40/helpdata/EN/8d/3e4ec2462a11d189000000e8323d3a/frameset.htm

Regards,

Raj.

Read only

Former Member
0 Likes
646

Here is the process to create Logical File Path.

1)Go to tcode FILE.

2) Click on Logical File Path Definition. Give name "ZTEST" and some description.

3) Click on Assignment of Physical Path to Logical Path. and provide Syntax Group and physical path.

4) Click on Logical File Name Definition and give descrition, physical filename, Data format as ASC, Application area and logical path which you have created.

Please check this links.

Using Logical Files in ABAP Programs

http://help.sap.com/saphelp_nw04/helpdata/en/9f/db95e635c111d1829f0000e829fbfe/content.htm

Creating and Defining Logical Filenames

http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3df8358411d1829f0000e829fbfe/content.htm

Regards,

Santosh