‎2005 Jun 26 1:40 PM
hay,
I want to create file in application server directory.
so i want the user to select the Logical path and file name from screen.so that he can create the file and seved in selected logical path.{path used must be from Instance profile DIR_LOGGING,GLOBALPATH directory etc).
could you pls tell me how to do this using parameter for user input selecting FILE PATH.
Do we have Functional module for Retrieving physical path
from logical path?
could you pls help me..
ambichan.
‎2005 Jun 26 2:02 PM
FILE_GET_NAME
to get the physical file name from the logical file name.
(logical file names can be maintained using transaction FILE)
Regards
Raja
‎2005 Jun 26 2:02 PM
FILE_GET_NAME
to get the physical file name from the logical file name.
(logical file names can be maintained using transaction FILE)
Regards
Raja
‎2005 Jun 26 2:28 PM
hey,
Thanks for your reply.
Instead of using logical file name as input, can we allow the user to select logical path using parameter?
I want user to select Logical path or logical file name from parameter. is it possible?
(I want to avoid user to input insteal want to allow user to select the path)
ambichan
Message was edited by: ambi chan
‎2005 Jun 27 5:56 AM
just declare your parameter for logical file like below.
and you will automatically get F4 for logical files.
parameters: p_file like filenameci-fileintern .
Regards
Raja