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

Former Member
0 Likes
236

What is the difference between logical file name and Physical file name when we are writing interfaces we will use this.

What is exact use of this ?

Can I have some information regarding this ...

Bye,

Muttu.

1 REPLY 1
Read only

Former Member
0 Likes
217

Hi Satya,

Hi,

As the name suggest, Logical file name is not the actual file name. It can be assiged dynamically (Transaction FILE).

Physical File name is the name of actual file.

To remove the hardcoding from the program, and also to achive functioanlities such as adding date and time stamp to the file name, Logical filenames are used.

Reward points if useful.

Thanks.