2007 Dec 17 11:41 AM
Hi can any one say me what is the function module to find the path of the application server
2007 Dec 17 11:56 AM
hi shilpa shilpa,
u can directly use T.code 'al11' to go to application server..
reward points if useful.
2007 Dec 17 11:59 AM
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
2007 Dec 17 12:04 PM
/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.
2007 Dec 17 12:14 PM
Hi,
goto AL11 transaction code and thre give the required file path and see,whether u file is trhe or not..
Regards,
Nagaraj
2007 Dec 17 12:00 PM
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
2007 Dec 17 12:03 PM
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
2007 Dec 17 12:07 PM
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
2007 Dec 17 12:13 PM
hi
good
check this
T Code- AL11.
DIR_TEMP - This directory stores the all files created by the user.
thanks
mrutyun^