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

Read a dataset from different application server

Former Member
0 Likes
645

Dear ABAPers

We've 4 application servers in our production system, i've a program which will save a file (dataset) ex: ABC.TXT in one application server ex: 'app03', now i need to read that file ABC.TXT from other application server ex:'app01', how can i do that.

Regards

Prabumanoharan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
599

You can read / write on any system which is in the same network as your Application Server.

just give the network path ..
...\dir\dir\file.txt

5 REPLIES 5
Read only

Former Member
0 Likes
599

why you? go to your basis people and ask them to create a NFS mount / shared directory.

Read only

0 Likes
599

Hi Mylene

thks for your reply

if that option (creating NFS directory ) is not possible, is there any other way which i can do it using ABAP.

also can u throw some light on NFS directory

Regards

Prabumanoharan

Edited by: Prabu Manoharan on Dec 22, 2008 5:42 PM

Read only

0 Likes
599

in every sap landscape consisting of more than one machine you need some directories which are shared for all the instances. for example /usr/sap/trans (in unix-notation). your basis people can create them or tell you the name of the ones that alredy exist. don't let yourself down to do this in abap, that is not professional. imagine your company buying another 6 machines - do you want to adapt that abap all the times? go to them basis people.

Read only

Former Member
0 Likes
600

You can read / write on any system which is in the same network as your Application Server.

just give the network path ..
...\dir\dir\file.txt

Read only

Former Member
0 Likes
599

closing the thread