Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
I am writing this blog post for the FTP connection to the SAP ABAP system. While I was configuring the SAP FTP, I haven’t found complete information in a single blog post, So I am writing this blog post.
PRE-REQUISITES:
FTP credentials.
SAP GUI credentials with authorization.
SAP OS access to check IP ports accessibility.
Network basic understanding.
STEP TO CONFIGURE FTP FOR THE SAP ABAP SYSTEM.
Check FTP server IP and network Port.
Note down the FTP IP and port provided by FTP/OS team.
Telnet FTP server IP on a specific port. The default port is 21.
Worked like a charm. Did struggle a bit to setup a FTP server on my own. The below link will help setup a an FTP server on Windows 10 and then connected from SAP.
Very good blog to understand the connectivity of FTP server. I have a requirement to get data from ftp but i am getting above highlighted error even after maintained IP and port in table ‘SAP_FTP_SERVER_V’. can you help.?
Passing correct User name , password , Host(only IP address ) and RFC designation to above standard program. still getting above error. Is it mandatory to populate command (Folder with filename) with folder details. requesting your help to resolve this error.
I have an issue related to uploading a file to external FTP. We have a program which is supposed upload a file to FTP. But when we try to execute the program in background (SAPFTPA) blank file is getting uploaded to the FTP. But when same program is executed in foreground (SAPFTP) file is getting uploaded with the data.
We are unable to find out the root cause as to why this is happening. Kindly let us know whether any other configuration is required other than the one that you have explained.
For background we are not storing the file anywhere. The data is getting filled in internal table of the program and then we are uploading the data to FTP in XLS format.
Also when we execute the same program in foreground, data is getting uploaded on FTP.
I had to change an old FTP connection to a new one and this blog helped me discover why the new path, IP, user & pw didn't work. I was missing the entry of the new FTP in the view SAPFTP_SERVERS_V
Can you please share the solution for this issue where while sending internal table data from SAP to FTP in background is giving error and background job is failing.
WINSCP is been used so SAPFTPA will not be used gathered from the blogs.
Foreground is working fine and even if try to debug background job the file is reaching FTP folder.
Thank you in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.