Destination Service
Applications or services can establish connections to other services. When using such connections, specify the address of the remote service and the user authentication information to use for the connection. Many applications use the destination service for this purpose.
The Destination service supports the following types of destinations:
- HTTP(S)
- RFC
Not all applications use the destination service. Some applications have their own connection maintenance tools. For example, you configure the connection information for the RFC adapter in the integration server. Therefore, make sure that you make the connection configuration in the correct location.
Integration
The destination service uses the secure storage service on SAP NetWeaver AS for Java to store security-relevant information such as passwords.
You can use the Secure Sockets Layer (SSL) protocol to secure HTTP connections. In this case, the corresponding keys and public-key certificates are stored in keystore entries in the key storage service.
You can use Secure Network Communications (SNC) to secure RFC connections to ABAP systems. In this case, use SAP Single Sign-On or an external security product to provide the protection.
For more information, see Transport Layer Security on the AS Java.
Prerequisites
-
If you use SNC to secure RFC connections, then SAP Single Sign-On or the external security product used is installed on SAP NetWeaver AS for Java.
For more information, see Installing the SAP Cryptographic Library on the AS Java.
-
The destination, secure storage and key storage services must be running when an application or service requests access to its secure storage area.
Activities
For administrating the destinations, select the destinations service in the SAP NetWeaver Administrator.
For information about maintaining destinations, see:
Development
For more information about using the Destination service in your applications, see The Destination Service API.