SAP ABAP Interface IF_CTS_OBJ_ANALYSIS_CHK_QUEUE (central CTS: Interface for check queue)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
⤷
SCTS_DIST_CTL_OBJ_ANALYSIS (Package) central CTS: Object level change analysis and checks

⤷

⤷

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
Interface | IF_CTS_OBJ_ANALYSIS_CHK_QUEUE | |
Short Description | central CTS: Interface for check queue |
General Data
Package | SCTS_DIST_CTL_OBJ_ANALYSIS | central CTS: Object level change analysis and checks |
Created | 20111012 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_CTS_OBJ_ANALYSIS_CHK_QUEUE has no forward declaration.
Interfaces
Interface IF_CTS_OBJ_ANALYSIS_CHK_QUEUE has no interface.
Friends
Interface IF_CTS_OBJ_ANALYSIS_CHK_QUEUE has no friend.
Attributes
Interface 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
Interface 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 Interface 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 Interface 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 Interface 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 | 702 |