SAP ABAP Class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK (cCTS: Downgrade Check)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CTS_OBJ_ANALYSIS_CHECKER central CTS: Basic interface for object level checks 20111103
Properties
Class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK  
Short Description cCTS: Downgrade Check    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCTS_DIST_CTL_OBJ_ANALYSIS   central CTS: Object level change analysis and checks 
Created 20111103   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_CTS_TRANSPORT_ENTITY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_CTS_TRANSPORT_REQUEST Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_CTS_OBJ_ANALYSIS_CHECKER central CTS: Basic interface for object level checks 20111103
Friends
Class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_SEVERITY_INFO Instance attribute Protected Attribute reference (LIKE) 20111103
2 CO_SEVERITY_WARNING Instance attribute Protected Attribute reference (LIKE) 20111103
3 ENTRIES_FOR_IMPORT Instance attribute Protected Type reference (TYPE) TY_ENTRIES 20120202
4 SUBSET Instance attribute Protected Type reference (TYPE) IF_CTS_TRANSPORT_ENTITY=>TY_IDS 20111103
5 SYSTEM Instance attribute Protected Object reference (TYPE REF TO) IF_CTS_SYSTEM General System 20111103
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method Create instance 20111103
2 EXECUTE Instance method Protected Method 20111103
3 GET_CHECK_DESCRIPTION Instance method Protected Method 20111103
4 POST_PROCESS Instance method Protected Method 20111103
5 PREPARE Instance method Protected Method 20111103
6 SET_IMPORT_SYSTEM Instance method Public Method Set actual import system 20111103
7 SET_SELECTED_REQUESTS Instance method Public Method Request selection for import 20111103
8 _ADJUST_SYSTEMS Instance method Protected Method Helper for execution 20111215
9 _BUILD_OBJS_FOR_IMPORT Instance method Protected Method Helper for execution 20120202
10 _DO_LOCKS_OVERLAP Instance method Protected Method Helper for execution 20121217
11 _FINALIZE_CHECK Instance method Protected Method Helper for execution 20111215
12 _IS_SUCCEED_SYSTEM Instance method Protected Method Helper for execution 20120301
13 _RUN_UPDATE_QUEUE Instance method Protected Method Helper for execution 20120202
14 _SIMPLE_RETRIEVE Instance method Protected Method Helper for execution 20111215
Events
Class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CHECK_DESCRIPTION Protected Attribute reference (LIKE) 20111103
2 TY_CHECK_ENTRIES Protected See coding 20120202 ty_check_entries type standard table of ty_check_entry with default key
3 TY_CHECK_ENTRY Protected See coding 20120202 begin of ty_check_entry, conflicting_entry type ty_entry, import_entry type ty_entry, end of ty_check_entry
4 TY_CHECK_ID Protected Attribute reference (LIKE) 20111103
5 TY_CHECK_RESULT Protected Attribute reference (LIKE) 20111103
6 TY_CHECK_RESULTS Protected Attribute reference (LIKE) 20111103
7 TY_DATA Protected Attribute reference (LIKE) 20111103
8 TY_ENTRIES Protected See coding 20111215 ty_entries type standard table of scts_track_main
9 TY_ENTRY Protected Type reference (TYPE) SCTS_TRACK_MAIN 20111215
10 TY_QUERY Protected Attribute reference (LIKE) 20111103
11 TY_SEVERITY Protected Attribute reference (LIKE) 20111103
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OBJECT Value transfer Object reference (TYPE REF TO) CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK cCTS: Downgrade Check 20111103

Method CREATE on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no exception.

Method EXECUTE Signature

Method EXECUTE on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no parameter.
Method EXECUTE on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no exception.

Method GET_CHECK_DESCRIPTION Signature

Method GET_CHECK_DESCRIPTION on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no parameter.
Method GET_CHECK_DESCRIPTION on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no exception.

Method POST_PROCESS Signature

Method POST_PROCESS on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no parameter.
Method POST_PROCESS on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no exception.

Method PREPARE Signature

Method PREPARE on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no parameter.
Method PREPARE on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no exception.

Method SET_IMPORT_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SYSTEM Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM General System 20111103

Method SET_IMPORT_SYSTEM on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no exception.

Method SET_SELECTED_REQUESTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REQUEST_IDS Call by reference Type reference (TYPE) IF_CTS_TRANSPORT_ENTITY=>TY_IDS 20111103

Method SET_SELECTED_REQUESTS on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no exception.

Method _ADJUST_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ENTRIES_TO_CHECK Call by reference Type reference (TYPE) TY_CHECK_ENTRIES 20111215

Method _ADJUST_SYSTEMS on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no exception.

Method _BUILD_OBJS_FOR_IMPORT Signature

Method _BUILD_OBJS_FOR_IMPORT on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no parameter.
Method _BUILD_OBJS_FOR_IMPORT on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no exception.

Method _DO_LOCKS_OVERLAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRY Call by reference Type reference (TYPE) TY_CHECK_ENTRY 20121217
2 Returning FLAG Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20121217

Method _DO_LOCKS_OVERLAP on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no exception.

Method _FINALIZE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRIES_FOR_IMPORT Call by reference Type reference (TYPE) TY_ENTRIES 20111215
2 Importing ENTRIES_TO_CHECK Call by reference Type reference (TYPE) TY_CHECK_ENTRIES 20111215
3 Returning RESULTS Value transfer Type reference (TYPE) TY_CHECK_RESULTS 20111215

Method _FINALIZE_CHECK on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no exception.

Method _IS_SUCCEED_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_CLIENT 20120301
2 Importing DOMAIN_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_DOMAIN_NAME 20120301
3 Returning FLAG Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120301
4 Importing SYSTEM_NAME Call by reference Type reference (TYPE) IF_CTS_SYSTEM=>TY_NAME 20120301

Method _IS_SUCCEED_SYSTEM on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no exception.

Method _RUN_UPDATE_QUEUE Signature

Method _RUN_UPDATE_QUEUE on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no parameter.
Method _RUN_UPDATE_QUEUE on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no exception.

Method _SIMPLE_RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRIES_FOR_IMPORT Call by reference Type reference (TYPE) TY_ENTRIES 20111215
2 Changing ENTRIES_TO_CHECK Call by reference Type reference (TYPE) TY_CHECK_ENTRIES 20111215

Method _SIMPLE_RETRIEVE on class CL_CTS_OBJ_ANALYSIS_DOWNGR_CHK has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 702