2007 Nov 14 3:00 PM
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
2007 Nov 14 3:04 PM
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
2007 Nov 14 3:04 PM
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
2007 Nov 14 8:20 PM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |