SAP ABAP Class IF_CTS_OBJ_ANALYSIS_CHK_QUEUE (central CTS: Interface for check queue)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CTS_OBJ_ANALYSIS_QUEUE | cCTS: Queue for object tracking analysis | 20111012 |
Properties
Class | IF_CTS_OBJ_ANALYSIS_CHK_QUEUE | |
Short Description | central CTS: Interface for check queue | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20111012 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_CTS_OBJ_ANALYSIS_CHK_QUEUE has no forward declaration.
Interfaces
Class IF_CTS_OBJ_ANALYSIS_CHK_QUEUE has no interface implemented.
Friends
Class IF_CTS_OBJ_ANALYSIS_CHK_QUEUE has no friend class.
Attributes
Class IF_CTS_OBJ_ANALYSIS_CHK_QUEUE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add checker | 20111012 |
2 | ![]() |
Instance method | Public | Method | Results of the last run | 20111012 |
3 | ![]() |
Instance method | Public | Method | Remove checker | 20111012 |
4 | ![]() |
Instance method | Public | Method | Run the check queue | 20111012 |
Events
Class IF_CTS_OBJ_ANALYSIS_CHK_QUEUE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_RESULT | Public | See coding | 20111012 | begin of ty_result,
check_id type if_cts_obj_analysis_checker=>ty_check_id,
check_description type if_cts_obj_analysis_checker=>ty_check_description,
no_issues type boolean,
details type if_cts_obj_analysis_checker=>ty_check_results,
end of ty_result
|
||
2 | TY_RESULTS | Public | See coding | 20111012 | ty_results type standard table of ty_result with default key
|
Method Signatures
Method ADD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHECKER | Call by reference | Object reference (TYPE REF TO) | IF_CTS_OBJ_ANALYSIS_CHECKER | central CTS: Basic interface for object level checks | 20111012 | ||
2 | ![]() |
INDEX | Value transfer | Type reference (TYPE) | I | 20111012 |
Method ADD on class IF_CTS_OBJ_ANALYSIS_CHK_QUEUE has no exception.
Method GET_LAST_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULTS | Value transfer | Type reference (TYPE) | TY_RESULTS | 20111012 |
Method GET_LAST_RESULTS on class IF_CTS_OBJ_ANALYSIS_CHK_QUEUE has no exception.
Method REMOVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHECKER | Call by reference | Object reference (TYPE REF TO) | IF_CTS_OBJ_ANALYSIS_CHECKER | central CTS: Basic interface for object level checks | 20111012 | ||
2 | ![]() |
INDEX | Call by reference | Type reference (TYPE) | I | 20111012 | |||
3 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20111012 |
Method REMOVE on class IF_CTS_OBJ_ANALYSIS_CHK_QUEUE has no exception.
Method RUN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RUN_COMPLETE_UPDATE_QUEUE | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20120202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
cCTS: Exeption for object tracking | 20111124 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |