SAP ABAP Class CL_DB4_ALERTING_EXTRACTOR (DB4: Alert Extractor)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-DB4 (Application Component) DB2 for AS/400
⤷
STU4 (Package) CCMS / AS/400

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_DBA_ALERTING_EXTRACTOR | DBA: Alert Extractor | 20121015 |
Properties
Class | CL_DB4_ALERTING_EXTRACTOR | |
Short Description | DB4: Alert Extractor | |
Super Class | CL_DBA_ALERTING_EXTRACTOR | DBA: Alert Extractor |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | STU4 | CCMS / AS/400 |
Created | 20121015 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_DB4_ALERTING_EXTRACTOR has no interface implemented.
Friends
Class CL_DB4_ALERTING_EXTRACTOR has no friend class.
Attributes
Class CL_DB4_ALERTING_EXTRACTOR has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Get the filter conditions | 20121121 |
2 | ![]() |
Instance method | Private | Method | Get the time interval parameters | 20121121 |
3 | ![]() |
Instance method | Private | Method | Get the order by clause to access the data | 20121120 |
4 | ![]() |
Instance method | Private | Method | Build the condition for a field to leave a green state | 20121105 |
5 | ![]() |
Instance method | Private | Method | Get the parameters for the backend access | 20121109 |
Events
Class CL_DB4_ALERTING_EXTRACTOR has no event.
Types
Class CL_DB4_ALERTING_EXTRACTOR has no local type.
Method Signatures
Method GET_FILTER_CONDITIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_FIELDS_LIST | Call by reference | Type reference (TYPE) | CLIKE | 20121121 | |||
2 | ![]() |
E_PARAMS_TAB | Call by reference | Type reference (TYPE) | CL_DB4_VIRTUAL_TABLE_ACCESSOR=>TY_PARAMS_TAB | Virtual table parameters table | 20121121 | ||
3 | ![]() |
E_VT_CONDITION | Call by reference | Type reference (TYPE) | STRING | 20121121 | |||
4 | ![]() |
I_MAPPINGS_TAB | Call by reference | Type reference (TYPE) | MT_MAPPINGS | 20121121 | |||
5 | ![]() |
I_QUERY_CALL | Call by reference | Type reference (TYPE) | MS_QUERY_CALL | 20121121 | |||
6 | ![]() |
I_R_ACCESSOR | Call by reference | Object reference (TYPE REF TO) | CL_DB4_VIRTUAL_TABLE_ACCESSOR | DB4: Backend virtual table accessor | 20121121 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
DB4: Backend exception class | 20121121 |
Method GET_INTERVAL_PARAMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_PARAMS_TAB | Call by reference | Type reference (TYPE) | CL_DB4_VIRTUAL_TABLE_ACCESSOR=>TY_PARAMS_TAB | Virtual table parameters table | 20121121 | ||
2 | ![]() |
I_QUERY_CALL | Call by reference | Type reference (TYPE) | MS_QUERY_CALL | 20121121 | |||
3 | ![]() |
I_R_ACCESSOR | Call by reference | Object reference (TYPE REF TO) | CL_DB4_VIRTUAL_TABLE_ACCESSOR | DB4: Backend virtual table accessor | 20121121 | ||
4 | ![]() |
I_R_SYS | Call by reference | Object reference (TYPE REF TO) | CL_DB6_SYS | DB6: Remote System Administration | 20121121 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
DB4: Backend exception class | 20121121 |
Method GET_ORDERBY_CLAUSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ORDERBY | Call by reference | Type reference (TYPE) | STRING | 20121120 | |||
2 | ![]() |
I_QUERY_CALL | Call by reference | Type reference (TYPE) | MS_QUERY_CALL | 20121120 |
Method GET_ORDERBY_CLAUSE on class CL_DB4_ALERTING_EXTRACTOR has no exception.
Method GET_THRESHOLD_CONDITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_CONDITION | Call by reference | Type reference (TYPE) | STRING | Condition | 20121105 | ||
2 | ![]() |
E_PARAMS_TAB | Call by reference | Type reference (TYPE) | CL_DB4_VIRTUAL_TABLE_ACCESSOR=>TY_PARAMS_TAB | Virtual table parameters table | 20121105 | ||
3 | ![]() |
I_QUERY_CALL | Call by reference | Type reference (TYPE) | MS_QUERY_CALL | 20121105 | |||
4 | ![]() |
I_R_ACCESSOR | Call by reference | Object reference (TYPE REF TO) | CL_DB4_VIRTUAL_TABLE_ACCESSOR | DB4: Backend virtual table accessor | 20121105 |
Method GET_THRESHOLD_CONDITION on class CL_DB4_ALERTING_EXTRACTOR has no exception.
Method PARAMS_FOR_BACKEND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_PARAMS_TAB | Call by reference | Type reference (TYPE) | CL_DB4_VIRTUAL_TABLE_ACCESSOR=>TY_PARAMS_TAB | Virtual table parameters table | 20121109 | ||
2 | ![]() |
I_R_ACCESSOR | Call by reference | Object reference (TYPE REF TO) | CL_DB4_VIRTUAL_TABLE_ACCESSOR | DB4: Backend virtual table accessor | 20121109 | ||
3 | ![]() |
I_R_SYS | Call by reference | Object reference (TYPE REF TO) | CL_DB6_SYS | DB6: Remote System Administration | 20121109 | ||
4 | ![]() |
I_VIRTUAL_TABLE | Call by reference | Type reference (TYPE) | CLIKE | 20121109 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
DB4: Backend exception class | 20121109 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |