Application Development 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: 

What are Logical FIle?

Former Member
0 Kudos

Hi All,

What are Logical Files ? and how to Create Logicla Files? What is the purpose of Logical Files? What is TCode to Create Logical Files?

Thank you,

Madhu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Madhubabu,

Tcode for logical files is FILE.

Just go through the following link:

Hope this will help.

Regards,

Nitin.

4 REPLIES 4

Former Member
0 Kudos

Hi!

Check transaction FILE.

Cheers!

Former Member
0 Kudos

Hi ,

Go trough this

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARC/CAARC_INTRO.pdf

Edited by: Ankur Sharma on Nov 21, 2008 12:31 PM

Former Member
0 Kudos

Hi Madhubabu,

Tcode for logical files is FILE.

Just go through the following link:

Hope this will help.

Regards,

Nitin.

Former Member
0 Kudos

Check this link also:

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

-


you can creat logical file path & name & assign a physical file path &

name using FILE transaction.

then in abap using function modules like

FILE_GET_NAME Assign the Physical File Name Using a

Logical File Name

FILE_GET_NAME_AND_LOGICAL_PATH Assign physical file names and get logical

path

FILE_GET_NAME_USING_PATH Generate a complete file name with file

name and logical path

get physical path & file name, so in case of change in dir structure don't

need to change ABAP.

Regards

Neha

Edited by: Neha Shukla on Nov 21, 2008 1:11 PM