‎2009 Apr 22 3:39 AM
Dear Friends,
I have a file in the FTP server. How to read that file through ABAP program.
The file is not in SAP application server , it is in a file server which has no links to sap esrver.
can anyone tell hoe to read the file through ABAP.
Thanks
RAj
‎2009 Apr 22 4:17 AM
Hi Varatharaj ,
To get the file from FTP server from ABAP program you need to use FTP_CONNECT and FTP_COMMAND function module along with the FTP server user id and password and file name etc.
To read from the FTP server you need to know the user id and password of that FTP server. Then
by GET of Business Connector (BC) you can copy that file from the FTP to the application server.
Regards
Pinaki
‎2009 Apr 22 4:24 AM
‎2009 Apr 22 4:55 AM
hey
type FTP and give search in se38
u will get list of FTP sample programs
u can make use of that
with regards
s.janagar