‎2008 Jan 08 7:03 AM
Hi everybody.....
can anybody explain about logcal file path........
new year wishes
kanny
‎2008 Jan 08 7:09 AM
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.
‎2008 Jan 08 9:32 AM
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
‎2008 Jan 08 9:33 AM
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