Show TOC Start of Content Area

Procedure documentation Creating an RFC Destination for the SLD ABAP API on the AS ABAP Side  Locate the document in its SAP Library structure

Use

If you want to configure an ABAP application to access data in the SLD through the SLD ABAP API, you have to create an RFC destination on the ABAP system side.

Prerequisites

An RFC destination for the SLD ABAP API is created on the AS Java side.

Procedure

...

       1.      Call transaction SM59.

       2.      Select TCP/IP connections and choose This graphic is explained in the accompanying text Create.

       3.      In the RFC Destination field, enter SAPSLDAPI.

       4.      On the Technical Settings tab page, select the Registered Server Program indicator.

       5.      In the Program ID field, enter the same program ID as the one you entered when you created an RFC destination for the SLD ABAP API on the AS Java side. We recommend that you use the following pattern: SLDAPI_<SAPSID>, where SAPSID is the system identifier of the AS Java system.

       6.      Choose MDMP & Unicode and select the Unicode indicator.

       7.      Choose This graphic is explained in the accompanying text Save.

       8.      Test the RFC destination by choosing Connection Test.

If the display shows the response times, you have configured the RFC destination correctly.

More information

Creating an RFC Destination for the SLD ABAP API on the AS Java Side

End of Content Area