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

Application Server

Former Member
0 Likes
640

Hi friends I have to download a text file on the application server and the file path has been given.

I ran my program but i want to see the results.

I checked AL11 but i dont see any file with the file path name given. is there a way that i can find that file.

i ran my Program in SDV and the file path is

/data/qa/sap/gelco/tipbchtr.int2

ANy advice,

Shejal.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
592

Hi,

Please try this FM.

RZL_READ_FILE

RZL_READ_FILE_REMOTE

RZL_READ_FILE_REMOTE_SH.

Regards,

Ferry Lianto

6 REPLIES 6
Read only

Former Member
0 Likes
592

Hi,

If you have any FTP explorer ,then you can connect to the system where you loaded file .However you will need user id & pwd to access that system directory.

Once you access you ,you should be able to locate file.

AL11 may not show all directories.There may be controlled access to such directories.

Thanks.

Mark points if helpful.

Read only

0 Likes
592

Thanks Rushali,

It is via the FTP, so i cant see the file without a user id and pwd.

Anyways i tried with a different file path and i could see the results in AL11, So i am assuming if i change the file path there would be results but i cant see them. All I am worried is.. i hope there would be the results.

Shejal.

Read only

0 Likes
592

Hi Shejal

Just as I said AL11 doesn't show all paths, but only the paths mapped in AL11.

If you want to see all paths you can use a fm reads all path of application server: for example SUBST_GET_FILE_LIST or RZL_READ_FILE* as Ferry Lianto

has suggested you.

You can also ask to display that path in AL11, but your basis should do it.

Max

Read only

Former Member
0 Likes
592

Hi

AL11 show only the path are mapped in SAP, so you should ask your basis to mapping that path in SAP or you can try to do that by your self: AL11 -> Configure

Max

Read only

Former Member
0 Likes
593

Hi,

Please try this FM.

RZL_READ_FILE

RZL_READ_FILE_REMOTE

RZL_READ_FILE_REMOTE_SH.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
592

OR you can write your own program to display files/directories on applicaiton server, I believe there was plenty of examples of such programs on different sites.