Start of Content Area

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

Prerequisites

...

       1.      An RFC destination for the SLD ABAP API has been created on the J2EE side. For more information, see Creating an RFC Destination for the SLD ABAP API on the J2EE Side.

       2.      An RFC destination for the SLD ABAP API has been created on the ABAP side. For more information, see Creating an RFC Destination for the SLD ABAP API on the 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 is assigned at least to the LcrUser 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, call transaction SLDCHECK.

 

 

End of Content Area