‎2006 Aug 21 11:20 AM
Hi Gyes,
In selection screen i will enter <b>logical file path</b>.After executing this program i want <b>physical file path for that particular logical file path</b>(input).Is there any function module is there.
Thanks and regards,
Suresh.
‎2006 Aug 21 11:22 AM
‎2006 Aug 21 11:23 AM
Hi,
You can create the logical file path from transaction 'FILE', this will pick up the physical file path from the 'file transaction' definition,
Rgds,
‎2006 Aug 21 11:31 AM
hello,
Use the function Module
Call function FILE_GET_NAME
CLIENT 200
LOGICAL_FILENAME <enter your logical file name>
OPERATING_SYSTEM WINDOWS NT
PARAMETER_1
PARAMETER_2
PARAMETER_3
USE_PRESENTATION_SERVER
WITH_FILE_EXTENSION
USE_BUFFER
ELEMINATE_BLANKS X
Reward points if helps.
Thanks,
Krishna
‎2006 Aug 21 11:37 AM
Hi ,
Use <b>FM FILE_GET_NAME_AND_LOGICAL_PATH</b>, use LOGICAL_FILENAME as input parameter an check FILE_NAME parameter for output.
Regards,
Raghav