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 path using in abap program

Former Member
0 Likes
1,243

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.

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
581

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

3 REPLIES 3
Read only

athavanraja
Active Contributor
0 Likes
582

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

Read only

0 Likes
581

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

Read only

0 Likes
581

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