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

Regarding file path

Former Member
0 Likes
1,342

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.

6 REPLIES 6
Read only

amit_khare
Active Contributor
0 Likes
941

Hi,

goto FILE tcode and check the physical path for the logical path used by you.

Regards,

Amit

Read only

Former Member
0 Likes
941

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.

Read only

Former Member
0 Likes
941

hi

what is the path you have given to download ur file..?

pavan

Read only

Former Member
0 Likes
941

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.

Read only

Former Member
0 Likes
941

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.

Read only

0 Likes
941

you can also search in <b>DIR_TEMP</b> folder of the transaction code <b>AL11</b>.