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

function module to find the path of application server

Former Member
0 Likes
2,173

Hi can any one say me what is the function module to find the path of the application server

Hi can any one say me what is the function module to find the path of the application server

8 REPLIES 8
Read only

Former Member
0 Likes
1,347

hi shilpa shilpa,

u can directly use T.code 'al11' to go to application server..

reward points if useful.

Read only

Clemenss
Active Contributor
0 Likes
1,347

Hi shilpa shilpa,

the application server is a system running your R/3, mysap or whatever system you are working with.

This system uses a file system with many paths.

As far as I know there is nothing like a default path.

Feel free and tell us what you want to achieve - we will try to help.

Regards,

Clemens

Read only

Former Member
0 Likes
1,347

/usr/sap/SR3/123

the above is the path which I gave to download my file, my program got executed and I got the message file downloaded successfully.

my problem is I want to see that file by going to application server.

Read only

0 Likes
1,347

Hi,

goto AL11 transaction code and thre give the required file path and see,whether u file is trhe or not..

Regards,

Nagaraj

Read only

Former Member
0 Likes
1,347

Hi shilpa

There is no FM to find the application server upto me .

we have Tcode AL11 we can get the a[ppication servers in that tcode try this one.

Santhosh

Read only

Former Member
0 Likes
1,347

Hi ,

What i understand from ur question is that u need path for application server from the presentation layer i.e user screen.

u can achive the path this way

parameter: file type filename-fileintern.

when user presses F4 here, it will show the directories and path in the AL11.

I didnt find any FM which will get the path of Al11.

revrt back if any issues,

Regards,

Naveen

Read only

Former Member
0 Likes
1,347

Hi ,

What i understand from ur question is that u need path for application server from the presentation layer i.e user screen.

u can achive the path this way

parameter: file type filename-fileintern.

when user presses F4 here, it will show the directories and path in the AL11.

the Function module is "TXW_FILE_OPEN_FOR_READ".

revrt back if any issues,

Regards,

Naveen

Read only

Former Member
0 Likes
1,347

hi

good

check this

T Code- AL11.

DIR_TEMP - This directory stores the all files created by the user.

thanks

mrutyun^