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: 

regarding ftp to transfer file to non-sap

Former Member
0 Kudos

Hi,

I need to transfer the data on app server to non-sap system using FTP,how to do this?What is the difference between RSFTP004 and RSFTP011?Which one is better to use?

please send me any sample code.

Thanks in advance.

Message was edited by:

rambabu kondepati

Message was edited by:

rambabu kondepati

3 REPLIES 3

Former Member
0 Kudos

use open data set command to open the file in the appl server followed by read into an internal tabel.Then use GUI_DOWNLOAD FM to download to a file from the internal table.

Former Member
0 Kudos

Hi

Use the Tcodes

CG3Y or CG3Z

or use the OPEN DATASET concept..

READ..

TRANSFER..

<b>Reward points if useful</b>

Regards

Ashu

Former Member
0 Kudos

Hi,

My pbm is solved , i used the program rsftp011.

thank you all.