Show TOC Start of Content Area

Procedure documentation Creating an HTTP 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 ABAP API, you have to configure the HTTP connection parameters on the ABAP system side.

Prerequisites

...

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

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

      An RFC destination for the SLD ABAP API has been created on the AS ABAP side.

More information: Creating an RFC Destination for the SLD ABAP API on the AS ABAP Side

Procedure

...

       1.      Call transaction SLDAPICUST.

       2.      Switch to CHANGE mode by choosing This graphic is explained in the accompanying text Display <-> Change.

       3.      Choose This graphic is explained in the accompanying text Append Row.

       4.      Enter the HTTP connection parameters in the following fields:

Field

Description

Alias Name

Enter a string that uniquely identifies the HTTP connection record in the table.

Host Name

Port

Enter the host name and HTTP port number of the SLD.

User

Enter the user name of the user who logs on to the SLD.

Note

The user has to be assigned to the LcrInstanceWriterLD role.

       5.      Select the Prim. indicator.

Note

The table may have several HTTP connection records that point to different SLD servers. Only one of them can be selected as primary. The primary HTTP connection is the default connection for all applications that use the SLD ABAP API.

       6.      Choose the Password button.

       7.      Enter a password and choose This graphic is explained in the accompanying text Continue.

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

       9.      If you want to check the status of the HTTP connection, select a row and choose the Test button.

 

 

End of Content Area