SAP ABAP Interface IF_CTS_OBJ_ANALYSIS_CHECKER (central CTS: Basic interface for object level checks)
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_DOWNGR_CHK cCTS: Downgrade Check 20111103
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CTS_OBJ_ANALYSIS_PRED_CHK cCTS: Predecessor Check 20111012
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CTS_OBJ_ANALYSIS_SEMANT_CHK cCTS: Semantic Dep. Check 20130328
Properties
Interface IF_CTS_OBJ_ANALYSIS_CHECKER  
Short Description central CTS: Basic interface for object level checks    
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_CHECKER has no forward declaration.
Interfaces
Interface IF_CTS_OBJ_ANALYSIS_CHECKER has no interface.
Friends
Interface IF_CTS_OBJ_ANALYSIS_CHECKER has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_SEVERITY_INFO Constant Public Type reference (TYPE) TY_SEVERITY 'INFORMATION' 20111012
2 CO_SEVERITY_WARNING Constant Public Type reference (TYPE) TY_SEVERITY 'WARNING' 20111012
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE Instance method Public Method Execute check 20111012
2 GET_CHECK_DESCRIPTION Instance method Public Method Check description 20111012
3 POST_PROCESS Instance method Public Method Post steps (to be executed after check) 20111012
4 PREPARE Instance method Public Method Prepare check - setup what is needed 20111012
Events
Interface IF_CTS_OBJ_ANALYSIS_CHECKER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CHECK_DESCRIPTION Public Type reference (TYPE) STRING 20111012
2 TY_CHECK_ID Public See coding 20111012 ty_check_id type c length 50
3 TY_CHECK_RESULT Public See coding 20111012 begin of ty_check_result, severity type ty_severity, description type string, object type scts_track_cat, object_key type scts_track_key, other_object TYPE scts_track_Cat, other_object_key TYPE scts_track_key, selected_request_id type if_cts_transport_entity=>ty_id, other_request_id type if_cts_transport_entity=>ty_id, other_system_name type if_cts_system=>ty_name, other_system_domain type if_cts_system=>ty_domain_name, other_system_client type if_cts_system=>ty_client, end of ty_check_result
4 TY_CHECK_RESULTS Public See coding 20111012 ty_check_results type standard table of ty_check_result with default key
5 TY_DATA Public Type reference (TYPE) IF_CTS_CHANGE_TRACKING_MANAGER=>TY_QUERY_RESULTS 20111012
6 TY_QUERY Public Type reference (TYPE) IF_CTS_CHANGE_TRACKING_MANAGER=>TY_QUERY 20111012
7 TY_SEVERITY Public See coding 20111012 ty_severity type c length 50
Method Signatures

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) TY_DATA 20111012
2 Returning RESULTS Value transfer Type reference (TYPE) TY_CHECK_RESULTS 20111012

Method EXECUTE on Interface IF_CTS_OBJ_ANALYSIS_CHECKER has no exception.

Method GET_CHECK_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DESCRIPTION Call by reference Type reference (TYPE) TY_CHECK_DESCRIPTION 20111012
2 Exporting ID Call by reference Type reference (TYPE) TY_CHECK_ID 20111012

Method GET_CHECK_DESCRIPTION on Interface IF_CTS_OBJ_ANALYSIS_CHECKER has no exception.

Method POST_PROCESS Signature

Method POST_PROCESS on Interface IF_CTS_OBJ_ANALYSIS_CHECKER has no parameter.
Method POST_PROCESS on Interface IF_CTS_OBJ_ANALYSIS_CHECKER has no exception.

Method PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning QUERY Value transfer Type reference (TYPE) TY_QUERY 20111012

Method PREPARE on Interface IF_CTS_OBJ_ANALYSIS_CHECKER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 702