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

Advantage's using Unix Script

Former Member
0 Likes
359

I'm creating ACH file using program RFPNFC00 which goes and stores in the application server. I need to ping this file from application server to FTP for which i wanna know which one is the best way to do is that with FM CALL FUNCTION 'FTP_CONNECT' or shall i ask the Unix guy to write a small script to ping the file from app server to FTP.

Basically can anyone lemme know the advantages and disadvantages of Unix script and ABAP code to ping the file to FTP.

Regards

VENk@

1 REPLY 1
Read only

andreas_mann3
Active Contributor
0 Likes
311

Venkat,

it depends on the security-configuration in your company.

If you're authorized use SAP-FTP -> look sample program RSFTP004

hope that helps

Andreas