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: 

Creation of file

former_member623843
Participant
0 Kudos
104

Hi Abapers.

Can any body tell me how create the a logical and physical file by using FILE tcose.

Please tell me step by step.

<Moved thread, has nothing to do with ABAP Objects. Please choose your forums more carefully in future>

Edited by: Mike Pokraka on Aug 4, 2008 7:03 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos
85

hi,

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.

hope this helps you.

3 REPLIES 3

Former Member
0 Kudos
86

hi,

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.

hope this helps you.

0 Kudos
85

Thanks