Diese Seite (Version-1) wurde zuletzt am 28-März-2017 14:37 von Administrator geändert.

Du bist nicht autorisiert, diese Seite umzubenennen.

Du bist nicht autorisiert, diese Seite zu löschen.

Versionsgeschichte der Seite

Version Zuletzt geändert Größe Autor Änderungen Kommentar

Links

Eingehende Links Ausgehende Links

Versionsunterschiede

Unterschiede zwischen Version und .

Zeile 1: 45 Zeilen hinzugefügt.
[{ALLOW view All}]
[{ALLOW edit Authenticated}]
!FTP via SAP (ABAP)
[Sap Help|http://help.sap.com/saphelp_srm70/helpdata/DE/14/d9ad3cf7ca0855e10000000a114084/content.htm] | [Help2|http://wiki.scn.sap.com/wiki/display/ABAP/The+SAPFTP+Library+-+FTP+Programming+in+ABAP]
|RSFTP001|SAPFTP Version
|RSFTP002|FTP Kommando ausführen
|RSFTP003|FTP put / get Test
|RSFTP004|FTP Copy
|RSFTP005|SAPFTP Check
|RSFTP006|FTP Kommandolist
|RSFTP007|Test FB:FTP_SERVER_TO_R3 / FTP_R3_TO_SERVER
|RSFTP008|Test FB:FTP_CLIENT_TO_R3 / FTP_R3_TO_CLIENT
|RSFTP009|Test FTP put mit Verify
|RSFTP011|FTP Copy
|SM59 > TCP/IP > sapftp|Frontend FTP
|SM59 > TCP/IP > sapftpa|Applikation Server FTP
For RFC destination SAPFTPA check if the activation type is "Start on Application Server".\\
Check if the exe file sapftp is present in the application server in the path /usr/sap/<SYS ID>/SYS/exe/run
You can enable trace setting in the RFC destination and view it with report RSFTP001 or RSRFCTRC.
!FTP sporadical connection stuck
We had unpredictable aborts and stucks in the connection suddently with various
connections but generally only when getting files.
The network guys were not able to help, but it showed up that
changing the FTP connection from "active" mode to "passive" mode helped.
SAP's special command for this is (not [PASV|http://www.raidenftpd.com/kb/deu-kb000000010.html]):
{{{
set passive on
}}}
!New in HCM EHP6
According to [SAP note 1605054|http://service.sap.com/sap/support/notes/1605054]
and [EHP Infos|http://service.sap.com/erp-ehp] and [SCN|http://scn.sap.com/thread/3227847] there is a new table used as whitelist for FTP.
|t.SAPFTP_SERVERS|Servers allowed to be used with SAPFTP
You can put a "*" in FTP_SERVER_NAME and allow all servers for the specific client (port is not important).