Show TOC

API: RSB_API_OHS_REQUEST_SETSTATUSLocate this document in the navigation structure

This API sets the status of extraction to the third-party tool in the monitor. If the status is green, the request is processed further. Red means that the existing table is not overwritten. The third-party tool sets the status to red when there is a processing error in the third-party system. This ensures that the existing data is not overwritten until the error has been corrected.

The status is written to table RSBREQUID3RD.

The following diagram shows how the status entry is processed:

The OHD state is the status of extraction to the BI system; it is dependent on the status of the third-party tool. This status is set by the third-party tool.

STOP means that the request has not been started. The BI system waits until the status of the third-party tool is set to green. Only then does it start extraction.

 

Parameter

Type

Description

Import

REQUESTID

RSBREQUIDOUT

Request ID

STATUS

RSBSTAT3RD

Status of processes in third-party tool; G = Green, R = Red

MESSAGE

BAPI_MSG

Message for the monitor. This text can contain 220 characters, however only 200 characters are displayed in the monitor.

Export

RETURN

BAPIRET2