2014 Aug 21 11:35 AM
Hello experts,
I have question related to getting path from defined earlier logcal path in FILE transaction.
I know there are FMs called 'FILE_GET_NAME' and 'FILE_GET_NAME_AND_LOGICAL_PATH' but they are not solving my problem.
Let's say I know only physical file name and logical file directory, but I don't know the full physical path of file.
I now want to build a program where user writes down the physical name of the file and in the code side there is defined logical file directory from which we can get the physical directory path and concatenate it with entered filename. Is there a possibility to do that?
Thank you in advance.
Best regards,
Andrew
2014 Aug 21 12:46 PM
function module FILE_GET_NAME_USING_PATH is doing exactly that.
2014 Aug 21 12:46 PM
function module FILE_GET_NAME_USING_PATH is doing exactly that.