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

logical file path

Former Member
0 Likes
487

Hi everybody.....

can anybody explain about logcal file path........

new year wishes

kanny

3 REPLIES 3
Read only

Former Member
0 Likes
435

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.

For more info Go through below 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,

Omkar.

Read only

Former Member
0 Likes
435

hi

You can link a logical path to any logical filename. The logical path provides a platform-specific physical path for any logical filename.

u can refer to below links:

http://help.sap.com/search/highlightContent.jsp

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

thanks and regards

suma sailaja pvn

Edited by: suma sailaja pvn on Jan 8, 2008 10:32 AM

Read only

Former Member
0 Likes
435

Hi Kanny,

Logical filepath is system independent path name maintained in SAP to represent physical location of directory on UNIX / WINDOWS or any other operating system..

Example : you can create ZTEST as logical filepath to represent some folder /user/sap/test.

Please refer table PATH to get mapping between logical and physical filepaths.

Regards,

Mohaiyuddin