Show TOC Start of Content Area

$PRCD$ Setting Up the SLD Data Supplier for AS ABAP Based Systems  Locate the document in its SAP Library structure

Use

Caution

As of SAP Web AS ABAP Release 6.30, the initial configuration of the data supplier is performed automatically during installation. No further configuration is required unless you want to change the default settings.

If your AS ABAP system is running on release lower than 6.30 and contains the data supplier function, you have to perform an initial configuration of the SLD data supplier.

Recommendation

We recommend that you use the following default settings:

       Use an RFC connection with an automatic RFC destination to send data directly to the SLD gateway. As of SAP NetWeaver 7.1, usage type AS Java that comprises SLD also contains an SAP Gateway.

       Use a standard set of predefined data collection programs. For more information, see ABAP Data Collection Programs.

       Schedule the data collection programs to be executed in a batch job once every 720 minutes (12 hours).

Prerequisites

The SLD and the SLD bridge (the receiving thread of the SLD, which runs on the AS Java system) are running.

Procedure

Configure the RFC Connection

 

       1.      Call transaction RZ70.

       2.      In the SLD Bridge: Gateway Information group box, enter the following data:

Note

You can find the necessary data in AS Java, on the following page:
http://<host>:<port>/sld Administration Details Data Suppliers

                            a.      In the Host field, enter the name of the gateway host.

                            b.      In the Service field, enter the name of the gateway service.

Caution

Make sure that the entries for the gateway host and service are exactly the same as in the SLD Bridge. Avoid the usage of one gateway by more than one SLD bridge.

Scheduled Data Collection

       3.      Enter the required amount of time in field Period of Minutes. It will determine how often the data gathering transfer will take place.

       4.      Choose Schedule Background Job button.

Note

By default, the Schedule background job indicator is selected. If you deselect it, the data about the system will be sent to the SLD only if you trigger the data collection programs manually.

       5.      In the Period in Minutes field, enter a time interval in minutes for collecting data.

Note

The default setting is 720 minutes (12 hours). This means that the data about the current system will be updated in the SLD twice a day.

       6.      Save these settings by choosing Schedule Background Job.

       7.      Choose This graphic is explained in the accompanying text Start SLD Data Collection Now.

A separate screen appears with a list of the executed programs and you are informed whether the initial transfer of data by RFC has been successful. For more information, see SAP Note 584654.

Single Data Collection

If you want to perform the data collection process once, you do not need to schedule it. Choose the Start SLD Data Collection Now button.

Result

You have set the data supplier to send data about the current system directly to the SLD by using an RFC connection. A scheduled batch job updates the data about the system in the SLD twice a day.

End of Content Area