Application Development 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: 

Directory logical path to directory physical path

Former Member
0 Kudos
2,071

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

1 ACCEPTED SOLUTION

PeterJonker
Active Contributor
0 Kudos
300

function module FILE_GET_NAME_USING_PATH is doing exactly that.

1 REPLY 1

PeterJonker
Active Contributor
0 Kudos
301

function module FILE_GET_NAME_USING_PATH is doing exactly that.