SAP ABAP Class IF_BGRFC_CCMS_DATA_PROVIDER (Interface zum Datenprovider)
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
Class | IF_BGRFC_CCMS_DATA_PROVIDER | |
Short Description | Interface zum Datenprovider | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20121218 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_BGRFC_CCMS_DATA_PROVIDER has no interface implemented.
Friends
Class IF_BGRFC_CCMS_DATA_PROVIDER has no friend class.
Attributes
Class 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
Class 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 class 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 class 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 class 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 class 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 class IF_BGRFC_CCMS_DATA_PROVIDER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |