2006 Sep 28 9:56 PM
Hello Friends,
We have a file (.txt) sitting in a server (not the application server) and there is a requirement to read data from this file into R/3. Manually, one needs a username and password to access this file as the server in which it resides is connected to a network. Now, what are my options? How can I do this? Please let me know!
Thanks,
Sam
2006 Sep 28 9:59 PM
If the server has FTP capability, you could connect via FTP to get the file and place it on the application server. Another option is to have the folder in which the file resides NFS mounted to your app server, the the file is visible to your ABAP program and can be processed using OPEN/READ/CLOSE DATASET.
Hello Friends,
We have a file (.txt) sitting in a server (not the application server) and there is a requirement to read data from this file into R/3. Manually, one needs a username and password to access this file as the server in which it resides is connected to a network. Now, what are my options? How can I do this? Please let me know!
Thanks,
Sam
2006 Sep 28 9:59 PM
If the server has FTP capability, you could connect via FTP to get the file and place it on the application server. Another option is to have the folder in which the file resides NFS mounted to your app server, the the file is visible to your ABAP program and can be processed using OPEN/READ/CLOSE DATASET.
2006 Sep 28 10:56 PM
Thanks for your reply - I have to try that! Well, I could have used GUI_UPLOAD (since the server is connected to the network) but it needs username/password to access the server/file.
2006 Sep 28 11:01 PM
Hi
why don't u copy the file into some folder manually.
Bcoz GUI_UPLOAD has no parameters to specify the username and password..
Cheers,
Abdul Hakim
2006 Sep 28 11:55 PM
This is not a one time process. We might have to do this frequently
2006 Sep 29 12:02 AM
hi
you can only access the file using either GUI_UPLOAD or OPEN DATASET or (FTP faciliy if one exists) in ABAP.
Cheers,
Abdul Hakim
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |