Show TOC Start of Content Area

Background documentation snc/accept_insecure_r3int_rfc  Locate the document in its SAP Library structure

Use

Set this parameter to accept unprotected internal RFC-connections on an SNC-enabled AS ABAP server.

Description

Set this parameter to accept unprotected RFC connections that originate from internal SAP systems and have internal destinations (see transaction SM59), even if you generally require SNC protection for RFC connections (snc/accept_insecure_rfc = 0).

Note

This parameter is effective only if snc/accept_insecure_rfc = 0. Otherwise, the system accepts all RFC connections, both internal and external, regardless of this parameter’s setting.

Default Value

1 (accept unprotected internal RFC connections)

Affected Parameters

snc/enable (activate SNC)

snc/accept_insecure_rfc (accept unprotected RFCs)

snc/r3int_rfc_secure (starting internal RFCs with SNC)

Valid Entries, Formats

0    :     Reject unprotected internal RFCs

1    :     Accept unprotected internal RFCs

 

End of Content Area