Application Development 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: 

How to store data file in remote servers and remote computers.?

former_member565266
Participant
0 Kudos

Hello Experts,

Currently I am using Open DataSet command to dump the file to my application server. However, there is now a requirement to dump the file straight to the remote file server instead of the SAP application server. Am I able to use Open Dataset to achieve the above.? Or is Open Dataset only able to send files to the application server?

6 REPLIES 6

kiran_k8
Active Contributor

Satish,

Search in SCN with the keyword "File transfer through FTP".

K.Kiran.

former_member565266
Participant
0 Kudos

Thank you very much Kiran..

Regards,

Satish.

former_member565266
Participant
0 Kudos

Hello Kiran,

I have seen what ever you suggested but am not clear fully. Can you please share the sample code for this.

I need to put some data into remote folder/system. Please help me

former_member565266
Participant
0 Kudos

Hello All,

Can you please share sample code for the above requirement. I want save sales order data in remote server.

Please help me on this.

Cheers.

Rashid_Javed
Contributor
0 Kudos

Hi Satish

How is this remote server accessed? Lets forget about ABAP for a moment. From your desktop/laptop if you want to access this remote server, how can you do that ? Is it a network share drive? Is it an ftp server? please clarify the requirements.

RJv

ArthurParisius
Contributor
0 Kudos

If the SAP system has access to file server and you have the complete address then Open Dataset should work.