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

Distributed SAP system-Application Server issue

sanju_joseph
Product and Topic Expert
Product and Topic Expert
0 Likes
453

Hello Experts,

We have distributed SAP system and we have four server , let them have name X1,X2,X3 and X4 for reference,

when i log in system X1 , i am not able to read file from the application server(AL11 tcode) in X2 or X3 or X4 .

and so the case with X2 ,X3 and X4, what should i do in this case , irrespective of the server i logged on , i should

be able to read the file located in another server.

Regards,

Sanju

3 REPLIES 3
Read only

Former Member
0 Likes
428

Hi,

AL11 shows log for current app.server. so, you can get log for logedon server only.you can't read log for another server.

Read only

sanju_joseph
Product and Topic Expert
Product and Topic Expert
0 Likes
428

exactly,but i need to read the file from other server ,by logging into it and then reading file from there , all this should happen

programmtically

Read only

0 Likes
428

hI,

I am not clear abt this requieremnt. try the FTP or RFC or BAPI concept in ABAP PRG . it may useful.