Solution : https://service.sap.com/sap/support/notes/1076884 (SAP Service marketplace login required)
Summary :
This SAP Note addresses the need for encryption in the transmission of user credentials via RFC to SAPFTP and SAPHTTP. It is identified that the user and password should be encrypted using HTTP_SCRRACLE with a specific key before being passed to the FTP_CONNECT RFC call. For SAPFTP, the encryption key should be 26101957, and for SAPHTTP, when making an HTTP_GET request, the key should be 1303621. Implementation guidance can be found in reports RSFTP002 and RSHTTP20, respectively, which contains examples of how to apply these encryption methods effectively. This measure enhances security by preventing unauthorized access to sensitive user information.
Key words :
rfc call ftp_connect, http_scramble function module, standard encryption key, standard key = 1303621, terms password, authorization reason, encrypted/ scrambled, report rsftp002, implementation examples, encrypted /scrambled
Related Notes :
164203 | Problems with SAPHTTP |
93042 | Problems with SAPFTP |