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

reading data from other server with abap ?

Former Member
0 Likes
1,075

hi there,

i have a small problem: we are running erp 2005 on as/400. i have files on another server, which is an windows 2003 server, this server has nothing to do with SAP.

i have to read this data from this specific folder from this server, HOW to do that with abap ?

and it is NOT allowed to use FTP on the other server for security reason !!!! so FTP is NO option !! just to inform you

best regards, Martin

hi there,

i have a small problem: we are running erp 2005 on as/400. i have files on another server, which is an windows 2003 server, this server has nothing to do with SAP.

i have to read this data from this specific folder from this server, HOW to do that with abap ?

and it is NOT allowed to use FTP on the other server for security reason !!!! so FTP is NO option !! just to inform you

best regards, Martin

3 REPLIES 3
Read only

Former Member
0 Likes
679

Have system administrator map (mount) the remote server's file system into SAP's application server. In your ABAP program, read the file as if the file is on the application server (using OPEN DATASET statement).

Message was edited by:

Sudhi Karkada

Read only

Former Member
0 Likes
679

Hi

It should allow to read a certain path from SAP server, in this situation u can use the comand OPEN DATASET, READ DATASET and CLOSE DATASET, because the path would belong to Application Server.

Max

Read only

0 Likes
679

thank you guys for the hints !

well, there is a os/400-commando 'mount' with which i can connect to another server. but i am not sure about the syntax there, how i can mount a specific folder on a windows server ?

any as/400-people here ?

reg, Martin