Start of Content Area

Procedure documentation Creating an RFC Destination for the SLD ABAP API on the 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

You have created an RFC destination for the SLD ABAP API on the J2EE 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 J2EE side. We recommend that you use the following pattern: SLDAPI_<SID>, where SID is the system identifier of the J2EE Engine.

       6.      Choose MDMP & Unicode and select the Unicode or the Non-Unicode indicator depending on your selection when you created an RFC destination for the SLD ABAP API on the J2EE side.

       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.

 

 

End of Content Area