‎2006 Dec 05 12:20 PM
Hi all,
I have downloaded the internal table to application server.
but in AL11 transaction I am not able to see that directory. Is there any way to access the application server path where I downloaded the file.
‎2006 Dec 05 12:21 PM
Hi,
goto FILE tcode and check the physical path for the logical path used by you.
Regards,
Amit
‎2006 Dec 05 12:26 PM
Hi Rakesh,
I think in ur system there may be some other custom transaction where you can refer these application server paths...
ask ur team members or other senior members in ur projects.
in my project also we are having the same like this...
Regards,
Satya.
‎2006 Dec 05 12:28 PM
‎2006 Dec 05 12:28 PM
Hello,
Either you can ask basis team to do SAP mapping of the directory where you have loaded file in application server.
or you can get the physical file apth & try to connect the server using FTP explorer tool.you need to ahve user id & pwd for the server.ONce you access server just click on the directory where you ahve loaded file .Find file & see the contents.
Thanks.
Mark points if helpful.
‎2006 Dec 05 12:33 PM
Hello Rakesh,
As u are downloading the file to application server u must be using open dataset cmd. If u are not specifying the directory then by default the file is download into directory specified in profile parameter DIR_HOME. Check with ur Basis admin. guy and ask him what is the default dir name specified in the profile and look for ur file in that directory.
‎2006 Dec 05 12:35 PM
you can also search in <b>DIR_TEMP</b> folder of the transaction code <b>AL11</b>.