Application Development and Automation 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: 
Read only

Logical & Physical File path

Former Member
0 Likes
664

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.

4 REPLIES 4
Read only

naimesh_patel
Active Contributor
0 Likes
598

Hello,

See the table

PATH

regards,

Naimesh

Read only

Former Member
0 Likes
598

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,

Read only

Former Member
0 Likes
598

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

Read only

Former Member
0 Likes
598

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