
Use this procedure to configure the SAP GUI client to use SNC Client Encryption to connect to a particular SAP NetWeaver Application Server (AS) ABAP system.
The default path is
Start
Programs
SAP Front End
SAP Logon
.
.You have the choice whether you want to include the realm of the Windows domain. Depending on what you want to include in the SNC name, use one of the following syntax examples:
p:CN=SAPService<SID>@<REALM>
p:CN=SAPService<SID>
|
Variable |
Description |
|---|---|
|
SID |
The system ID of the target SAP NetWeaver AS for ABAP. Kerberos<SID> is the realm of the Windows domain. |
|
REALM |
The realm of the Windows domain. |
For an ABAP system with ABC for the system ID and a Windows domain of XYZ.EXAMPLE.COM, enter one of the following lines:
p:CN=SAPServiceABC@XYZ.EXAMPLE.COM
p:CN=SAPServiceABC
In the ABAP server, the profile parameter snc/identity/as has the value p:CN=<service_account_UPN>. Do not use the Service Principal Name in this profile parameter.
Example
snc/identity/as = p:CN=SAPServiceABC@XYZ.EXAMPLE.COM
For more information on Kerberos for SNC, see the SAP Note
1643878 