‎2007 Jun 18 10:49 AM
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.
‎2007 Jun 18 10:52 AM
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.