SAP ABAP Interface IF_BGRFC_CCMS_DATA_PROVIDER (Interface zum Datenprovider)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-RFC-BG (Application Component) Background RFC (bgRFC)
⤷
SQRFC2 (Package) ABAP Development for bgRFC
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BGRFC_CCMS_DATA_PROVIDER | bgRFC Data Provider for Alerting Framework | 20120726 |
Properties
| Interface | IF_BGRFC_CCMS_DATA_PROVIDER | |
| Short Description | Interface zum Datenprovider |
General Data
| Package | SQRFC2 | ABAP Development for bgRFC |
| Created | 20121218 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_BGRFC_CCMS_DATA_PROVIDER has no interface.
Friends
Interface IF_BGRFC_CCMS_DATA_PROVIDER has no friend.
Attributes
Interface IF_BGRFC_CCMS_DATA_PROVIDER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Anzahl der Kurzdumps in Scheduler | 20121218 | |
| 2 | Instance method | Public | Method | Anzahl der Scheduler | 20121218 | |
| 3 | Instance method | Public | Method | Informationen über lauffähige Units | 20121218 | |
| 4 | Instance method | Public | Method | Supervisor Benutzer und Status | 20121218 | |
| 5 | Instance method | Public | Method | Verhältnis zwischen eingehenden | 20121218 |
Events
Interface IF_BGRFC_CCMS_DATA_PROVIDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_NUMBER_DUMPS | Public | See coding | 20121218 | BEGIN OF ts_number_dumps,
scenario TYPE bgrfc_scenario,
server TYPE msname2,
number TYPE i,
END OF ts_number_dumps
|
||
| 2 | TS_NUMBER_OF_RUNNABLE | Public | See coding | 20121218 | BEGIN OF ts_number_of_runnable,
scenario TYPE bgrfc_scenario,
dest_name TYPE bgrfc_dest_name_inbound,
max_runtime TYPE timestampl,
number TYPE i,
END OF ts_number_of_runnable
|
||
| 3 | TS_NUMBER_OF_SCHEDULER | Public | See coding | 20121218 | BEGIN OF ts_number_of_scheduler,
scenario TYPE bgrfc_scenario,
server TYPE msname2,
number TYPE i,
conf_numb TYPE i,
END OF ts_number_of_scheduler
|
||
| 4 | TS_NUMBER_UNITS | Public | See coding | 20121218 | BEGIN OF ts_number_units,
scenario TYPE bgrfc_scenario,
dest_name TYPE bgrfc_dest_name_inbound,
incoming TYPE f,
processed TYPE f,
END OF ts_number_units
|
||
| 5 | TT_NUMBER_OF_DUMPS | Public | See coding | 20121218 | tt_number_of_dumps TYPE STANDARD TABLE OF ts_number_dumps
|
||
| 6 | TT_NUMBER_OF_RUNNABLE | Public | See coding | 20121218 | tt_number_of_runnable TYPE STANDARD TABLE OF ts_number_of_runnable
|
||
| 7 | TT_NUMBER_OF_SCHEDULER | Public | See coding | 20121218 | tt_number_of_scheduler TYPE STANDARD TABLE OF ts_number_of_scheduler
|
||
| 8 | TT_NUMBER_UNITS | Public | See coding | 20121218 | tt_number_units TYPE STANDARD TABLE OF ts_number_units
|
Method Signatures
Method GET_DUMPS_IN_SCHEDULER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NUMBER_OF_DUMPS | Call by reference | Type reference (TYPE) | TT_NUMBER_OF_DUMPS | 20121218 |
Method GET_DUMPS_IN_SCHEDULER on Interface IF_BGRFC_CCMS_DATA_PROVIDER has no exception.
Method GET_NUMBER_OF_SCHEDULERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NUMBER_OF_SCHEDULER | Call by reference | Type reference (TYPE) | TT_NUMBER_OF_SCHEDULER | 20121218 |
Method GET_NUMBER_OF_SCHEDULERS on Interface IF_BGRFC_CCMS_DATA_PROVIDER has no exception.
Method GET_RUNNABLE_INFORMATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RUNNABLE | Call by reference | Type reference (TYPE) | TT_NUMBER_OF_RUNNABLE | 20121218 |
Method GET_RUNNABLE_INFORMATION on Interface IF_BGRFC_CCMS_DATA_PROVIDER has no exception.
Method GET_SUPERVISOR_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AUTHORITY_CHECK_STATUS | Call by reference | Type reference (TYPE) | ABAP_BOOL | Status der bgRFC Berechtigungsprüfung | 20121218 | |||
| 2 | CLIENT | Call by reference | Type reference (TYPE) | SYMANDT | Mandantenkennung des aktuellen Benutzers | 20121218 | |||
| 3 | LOCKED_STATUS | Call by reference | Type reference (TYPE) | ABAP_BOOL | Benutzer ist gesperrt | 20121218 | |||
| 4 | NAME | Call by reference | Type reference (TYPE) | SYUNAME | Benutzername | 20121218 |
Method GET_SUPERVISOR_DATA on Interface IF_BGRFC_CCMS_DATA_PROVIDER has no exception.
Method INCOMING_TO_PROCESSED_RATIO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NUMBER_UNITS | Call by reference | Type reference (TYPE) | TT_NUMBER_UNITS | 20121218 |
Method INCOMING_TO_PROCESSED_RATIO on Interface IF_BGRFC_CCMS_DATA_PROVIDER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |