SAP ABAP Class CX_CTS_DIST_CTL_EXCEPTION (Core cCTS exception)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
     SCTS_DIST_CTL_COMMON (Package) Common Parts of cCTS Organizer and Transport Manager
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_CTS_EXCEPTION CTS General Exception 20090930
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_CTS_PLUGIN_EXCEPTION cCTS: Base exception for Plugins 20121217
2 Inheritance (c INHERITING FROM c_ref)  CX_CTS_WHITELIST_NOT_ALLOWED cCTS: this lock does not allow whitelist entries 20111102
3 Inheritance (c INHERITING FROM c_ref)  CX_CTS_UI_REUSE TMS: Unknown foreign system (checked by BAdI) 20130418
4 Inheritance (c INHERITING FROM c_ref)  CX_CTS_TRANSPORT_ENTITY Exceptions from Handling Transport Entities 20100316
5 Inheritance (c INHERITING FROM c_ref)  CX_CTS_TP_REPORTED_ERROR cCTS: tp reported an error 20120130
6 Inheritance (c INHERITING FROM c_ref)  CX_CTS_TP_NEEDS_UPDATE cCTS: tp needs update 20120201
7 Inheritance (c INHERITING FROM c_ref)  CX_CTS_TMS_QA_ACTIVE cCTS: Former QA in TMS is active for a system 20111024
8 Inheritance (c INHERITING FROM c_ref)  CX_CTS_TECH_PROBLEM cCTS: technical Problem with a system 20111109
9 Inheritance (c INHERITING FROM c_ref)  CX_CTS_PROJECT_TYPE Central CTS: Project type exception 20100316
10 Inheritance (c INHERITING FROM c_ref)  CX_CTS_PROJECT Central CTS: Project exception 20100316
... Click here to see Used By full list (20 items)
Properties
Class CX_CTS_DIST_CTL_EXCEPTION  
Short Description Core cCTS exception    
Super Class CX_CTS_EXCEPTION CTS General Exception 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 40  Exception Class 
Package SCTS_DIST_CTL_COMMON   Common Parts of cCTS Organizer and Transport Manager 
Created 20090930   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CX_CTS_DIST_CTL_EXCEPTION has no forward declaration.
Interfaces
Class CX_CTS_DIST_CTL_EXCEPTION has no interface implemented.
Friends
Class CX_CTS_DIST_CTL_EXCEPTION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALERT Instance attribute Public Type reference (TYPE) STMSCALERT TMS CI: Alert Structure 20090930
2 APP Instance attribute Public Type reference (TYPE) STRING 20101120
3 APP_NOT_AVAILABLE Constant Public See coding 20101120
4 DATA_ACCESS_FAILURE Constant Public See coding 20110801
5 FORBIDDEN_BY_PROC_GOVERNANCE Constant Public See coding 20100904
6 INVALID_INTERFACE_CALL Constant Public See coding 20100611
7 PROCESS_GOV_INFO Instance attribute Public Type reference (TYPE) STRING 20100904
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090930
2 GET_ALERT_REF Instance method Public Method Returns reference to CI alert structure 20090930
3 GET_EXCEPTION_TYPE Instance method Public Method Returns the subtype ID of the exception 20110907
4 GET_INDEX Instance method Public Method Returns message index 20090930
5 GET_PREVIOUS_EXCEPTIONS Instance method Public Method Returns a list of all previous exceptions 20121012
6 GET_TMS_ALERT Static method Public Method Returns TMS Alog structure 20091001
7 _ADD_PREVIOUS_EXCEPTION Instance method Protected Method Helper for list of exceptions 20121012
Events
Class CX_CTS_DIST_CTL_EXCEPTION has no event.
Types
Class CX_CTS_DIST_CTL_EXCEPTION has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALERT Call by reference Type reference (TYPE) STMSCALERT 20090930
2 Importing APP Call by reference Type reference (TYPE) STRING 20101120
3 Importing MESSAGE_VARIABLE_1 Call by reference Type reference (TYPE) SYMSGV 20090930
4 Importing MESSAGE_VARIABLE_2 Call by reference Type reference (TYPE) SYMSGV 20090930
5 Importing MESSAGE_VARIABLE_3 Call by reference Type reference (TYPE) SYMSGV 20090930
6 Importing MESSAGE_VARIABLE_4 Call by reference Type reference (TYPE) SYMSGV 20090930
7 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20090930
8 Importing PROCESS_GOV_INFO Call by reference Type reference (TYPE) STRING 20100904
9 Importing TEXTID Call by reference Attribute reference (LIKE) IF_T100_MESSAGE=>T100KEY 20090930

Method CONSTRUCTOR on class CX_CTS_DIST_CTL_EXCEPTION has no exception.

Method GET_ALERT_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ALERT_REF Value transfer Object reference (TYPE REF TO) STMSCALERT TMS CI: Alert-Struktur 20090930

Method GET_ALERT_REF on class CX_CTS_DIST_CTL_EXCEPTION has no exception.

Method GET_EXCEPTION_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ID Value transfer Type reference (TYPE) SCX_T100KEY T100 Schlüssel mit Abbildung der Parameter auf Attributnamen 20110907

Method GET_EXCEPTION_TYPE on class CX_CTS_DIST_CTL_EXCEPTION has no exception.

Method GET_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning INDEX Value transfer Type reference (TYPE) I 20090930

Method GET_INDEX on class CX_CTS_DIST_CTL_EXCEPTION has no exception.

Method GET_PREVIOUS_EXCEPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_LIST Value transfer Type reference (TYPE) SCTS_EXCEPTION_LIST 20121012

Method GET_PREVIOUS_EXCEPTIONS on class CX_CTS_DIST_CTL_EXCEPTION has no exception.

Method GET_TMS_ALERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) TMSALOG-ID CI: Alert-ID 20091001
2 Returning TMSALOG Value transfer Type reference (TYPE) TMSALOG TMS Alert: Logging Tabelle 20091001

Method GET_TMS_ALERT on class CX_CTS_DIST_CTL_EXCEPTION has no exception.

Method _ADD_PREVIOUS_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXC Call by reference Object reference (TYPE REF TO) CX_CTS_EXCEPTION CTS General Exception 20121012
2 Changing LIST Call by reference Type reference (TYPE) SCTS_EXCEPTION_LIST 20121012

Method _ADD_PREVIOUS_EXCEPTION on class CX_CTS_DIST_CTL_EXCEPTION has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_CTS_PLUGIN_EXCEPTION cCTS: Base exception for Plugins 20121217
2 Inheritance (c INHERITING FROM c_ref)  CX_CTS_WHITELIST_NOT_ALLOWED cCTS: this lock does not allow whitelist entries 20111102
3 Inheritance (c INHERITING FROM c_ref)  CX_CTS_UI_REUSE TMS: Unknown foreign system (checked by BAdI) 20130418
4 Inheritance (c INHERITING FROM c_ref)  CX_CTS_TRANSPORT_ENTITY Exceptions from Handling Transport Entities 20100316
5 Inheritance (c INHERITING FROM c_ref)  CX_CTS_TP_REPORTED_ERROR cCTS: tp reported an error 20120130
6 Inheritance (c INHERITING FROM c_ref)  CX_CTS_TP_NEEDS_UPDATE cCTS: tp needs update 20120201
7 Inheritance (c INHERITING FROM c_ref)  CX_CTS_TMS_QA_ACTIVE cCTS: Former QA in TMS is active for a system 20111024
8 Inheritance (c INHERITING FROM c_ref)  CX_CTS_TECH_PROBLEM cCTS: technical Problem with a system 20111109
9 Inheritance (c INHERITING FROM c_ref)  CX_CTS_PROJECT_TYPE Central CTS: Project type exception 20100316
10 Inheritance (c INHERITING FROM c_ref)  CX_CTS_PROJECT Central CTS: Project exception 20100316
11 Inheritance (c INHERITING FROM c_ref)  CX_CTS_BOOTSTRAP_EXCEPTION cCTS Bootstrapper: Bootstrapper Exception 20111107
12 Inheritance (c INHERITING FROM c_ref)  CX_CTS_OBJECT_TRACKING cCTS: Exeption for object tracking 20111004
13 Inheritance (c INHERITING FROM c_ref)  CX_CTS_MODE_SWITCH Exceptions for switching systems modes 20110309
14 Inheritance (c INHERITING FROM c_ref)  CX_CTS_LOGGING cCTS: Logging exceptioncs 20110815
15 Inheritance (c INHERITING FROM c_ref)  CX_CTS_LOCK_DOES_NOT_EXIST cCTS: the lock does not exist 20111017
16 Inheritance (c INHERITING FROM c_ref)  CX_CTS_LOCK_DOES_ALREADY_EXIST cCTS: Transport lock does already exist 20111024
17 Inheritance (c INHERITING FROM c_ref)  CX_CTS_LANDSCAPE_SYSTEM Exceptions from Handling Systems 20100316
18 Inheritance (c INHERITING FROM c_ref)  CX_CTS_LANDSCAPE_LANDSCAPE CTS Landscape Exception 20100316
19 Inheritance (c INHERITING FROM c_ref)  CX_CTS_ENTITY_QUEUE Exceptions from Handling Transport Requests 20090930
20 Inheritance (c INHERITING FROM c_ref)  CX_CTS_CENTRAL_DATA_API cCTS Data Client API Exceptions 20100316
History
Last changed by/on SAP  20140121 
SAP Release Created in 702