SBLE_CB_STATUS - Recording the outbound service circuit breaker status
Recording the outbound service circuit breaker status information is stored in SAP table SBLE_CB_STATUS.
It is part of development package S_BLE_OUTBOUND_SERVICE in software component BC-SRV-APS-EXT-BL. This development package consists of objects that can be grouped under "Reuse lib for outbound service call in restricted ABAP".
It is part of development package S_BLE_OUTBOUND_SERVICE in software component BC-SRV-APS-EXT-BL. This development package consists of objects that can be grouped under "Reuse lib for outbound service call in restricted ABAP".
Fields for table SBLE_CB_STATUS
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
DESTINATION | Logical destination (specified in function call) | X | RFCDEST | CHAR | 64 | |
FAILURE_COUNT | INT2 | 2 | ||||
LAST_FAILURE_AT | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC | 11 | ||
STATUS | The circuit breaker status | SBLE_CIRCUIT_BREAKER_STATUS | CHAR | 2 | ||
STATUS_UPDATED_AT | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC | 11 |