2007 Sep 25 3:06 AM
Hello Gurus,
I have a file in my application server.
I need to place this file from the application server to FTP server.
While writting the file to application server, I need to write the file to FTP with specific name and once I finish writting the file to onto the FTP server, I need to change the file name to another specific name.
Please help me how to proceed.
Regards,
Balu
Hello Gurus,
I have a file in my application server.
I need to place this file from the application server to FTP server.
While writting the file to application server, I need to write the file to FTP with specific name and once I finish writting the file to onto the FTP server, I need to change the file name to another specific name.
Please help me how to proceed.
Regards,
Balu
2007 Sep 25 3:13 AM
2007 Sep 25 3:15 AM
2007 Sep 25 3:17 AM
2007 Sep 25 3:22 AM
Hi Balu,
You can make use of the FM: RZL_READ_FILE to open the file and then send to an internal table.
Then use the FM: FTP_R3_TO_SERVER to send it to the FTP Server.
Regards
Gopi