SAP ABAP Class CX_CACS_STD (Master Class for Exceptions in Standard Contract)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   ICM (Application Component) Incentive and Commission Management (ICM)
     CACSC5 (Package) ICM: Standard Contract: Database Accesses
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_STATIC_CHECK Exceptions with Static and Dynamic Check of RAISING Clause 20060629
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_T100_MESSAGE Interface for Accessing T100 Texts 20060629
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_CACS_STDAGR Exception Class for Class CL_CACS_STCAGR 20060629
2 Inheritance (c INHERITING FROM c_ref)  CX_CACS_STDCTR Exception Class for Standard Contracts 20060629
3 Inheritance (c INHERITING FROM c_ref)  CX_CACS_STD_CONFIG_ERROR Exception Class: Configuration of Standard Contract 20060714
4 Inheritance (c INHERITING FROM c_ref)  CX_CACS_STD_FACADE Exception Class of Facade Classes 20060629
Properties
Class CX_CACS_STD  
Short Description Master Class for Exceptions in Standard Contract    
Super Class CX_STATIC_CHECK Exceptions with Static and Dynamic Check of RAISING Clause 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 40  Exception Class 
Package CACSC5   ICM: Standard Contract: Database Accesses 
Created 20060629   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_T100_MESSAGE Interface for Accessing T100 Texts 20060629
Friends
# Friend Modeled only Created on Description
1 CL_CACS_STD_MESSAGE 20060718 Auxiliary Class for Exception Handling
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AGR_TYP Instance attribute Public Type reference (TYPE) CACS_AGR_TYP Agreement Type 20060713
2 AGR_TYP_DESCR Instance attribute Public Type reference (TYPE) TEXT255 Agreement Type - Description 20060714
3 APPL Instance attribute Public Type reference (TYPE) CACSAPPL Commission Application Identification 20060801
4 BUSIDATE Instance attribute Public Type reference (TYPE) CACS_BUSIDATE_OBJ Effective Time-Spot of Object 20060713
5 CTRTST_ID Instance attribute Public Type reference (TYPE) CACS_CTRTST_ID Number of Standard Commission Contract 20060718
6 ERROR_INVALID_METHOD_CALL Constant Public See coding 20060714
7 EXCEPTION_HANDLED Instance attribute Protected Type reference (TYPE) BOOLEAN_FLG Boolean Variables (X=true, space=false) 20060718
8 EXCEPTION_LEVEL Instance attribute Public Type reference (TYPE) CACS_EXC_LEVEL Changeability of Exception By Customer 20060713
9 EXCEPTION_LIST Instance attribute Public Type reference (TYPE) MTY_TT_EXCEPTION 20060718
10 EXC_CASTING_ERROR Constant Public See coding 20070723
11 EXC_NAME Instance attribute Public Type reference (TYPE) STRING 20070723
12 GC_EXC_LEVEL_CHANGEABLE Constant Public Type reference (TYPE) CACS_EXC_LEVEL '3' Changeability of Exception: Completely Changeable 20060713
13 GC_EXC_LEVEL_NOT_CHANGEABLE Constant Public Type reference (TYPE) CACS_EXC_LEVEL '1' Changeability of Exception: Unchangeable 20060713
14 GC_EXC_LEVEL_TEXT_CHANGEABLE Constant Public Type reference (TYPE) CACS_EXC_LEVEL '2' Changeability of Exception: Text Is Changeable 20060713
15 IS_RESUMABL Instance attribute Public Type reference (TYPE) FLAG Substitute for Flag from 7.10 20081120
16 LANGUAGE Instance attribute Public Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20060717
17 MESSAGE_TYPE Instance attribute Public Type reference (TYPE) SYMSGTY Message Type 20060713
18 METHNAME Instance attribute Public Type reference (TYPE) SEOCPDNAME Full Component Name 20060714
19 MSGID Instance attribute Public Type reference (TYPE) SYMSGID Message Class 20070206
20 MSGNO Instance attribute Public Type reference (TYPE) SYMSGNO Message Number 20070206
21 MSGV1 Instance attribute Public Type reference (TYPE) SYMSGV Message Variable 20060713
22 MSGV2 Instance attribute Public Type reference (TYPE) SYMSGV Message Variable 20060713
23 MSGV3 Instance attribute Public Type reference (TYPE) SYMSGV Message Variable 20060713
24 MSGV4 Instance attribute Public Type reference (TYPE) SYMSGV Message Variable 20060713
25 PROGRAM_CONTEXT Instance attribute Public Type reference (TYPE) TEXT255 Text, 255 characters 20060713
26 RTTS_CREATE_DATA_FAILED Constant Public See coding 20060717
27 RULE_ID Instance attribute Public Type reference (TYPE) CACS_STD_RULE_ID Rule No. of Standard Agreement Rule 20060713
28 RULE_ROBJ_TYPE Instance attribute Public Type reference (TYPE) CACSCALCOBJTYPE Calculating Object Type 20060723
29 RULE_ROBJ_TYPE_DESCR Instance attribute Public Type reference (TYPE) TEXT255 Text, 255 characters 20060723
30 STCAGR_ID Instance attribute Public Type reference (TYPE) CACS_STCAGR_ID Standard Agreement Number 20060713
31 TECHDATE Instance attribute Public Type reference (TYPE) CACS_TECHDATE_OBJ Technical Time-Spot of Object 20060713
32 TYPENAME Instance attribute Public Type reference (TYPE) TYPENAME Name of Dictionary type 20060717
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_PREVIOUS Instance method Public Method 20060806
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060629
3 SET_RESUMABLE Instance method Public Method Set IS_RESUMEABLE Indicator 20061004
Events
Class CX_CACS_STD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTY_TT_EXCEPTION Public See coding List Of Exceptions 20060718 mty_tt_exception TYPE STANDARD TABLE OF REF TO cx_cacs_std
Method Signatures

Method CLEAR_PREVIOUS Signature

Method CLEAR_PREVIOUS on class CX_CACS_STD has no parameter.
Method CLEAR_PREVIOUS on class CX_CACS_STD has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AGR_TYP Call by reference Type reference (TYPE) CACS_AGR_TYP 20060713
2 Importing AGR_TYP_DESCR Call by reference Type reference (TYPE) TEXT255 20060714
3 Importing APPL Call by reference Type reference (TYPE) CACSAPPL 20060801
4 Importing BUSIDATE Call by reference Type reference (TYPE) CACS_BUSIDATE_OBJ 20060713
5 Importing CTRTST_ID Call by reference Type reference (TYPE) CACS_CTRTST_ID 20060718
6 Importing EXCEPTION_HANDLED Call by reference Type reference (TYPE) BOOLEAN_FLG 20060718
7 Importing EXCEPTION_LEVEL Call by reference Type reference (TYPE) CACS_EXC_LEVEL 20060713
8 Importing EXCEPTION_LIST Call by reference Type reference (TYPE) MTY_TT_EXCEPTION 20060718
9 Importing EXC_NAME Call by reference Type reference (TYPE) STRING 20070723
10 Importing IS_RESUMABL Call by reference Type reference (TYPE) FLAG 20081120
11 Importing LANGUAGE Call by reference Type reference (TYPE) SYLANGU 20060717
12 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) SYMSGTY 20060713
13 Importing METHNAME Call by reference Type reference (TYPE) SEOCPDNAME 20060714
14 Importing MSGID Call by reference Type reference (TYPE) SYMSGID 20070206
15 Importing MSGNO Call by reference Type reference (TYPE) SYMSGNO 20070206
16 Importing MSGV1 Call by reference Type reference (TYPE) SYMSGV 20060713
17 Importing MSGV2 Call by reference Type reference (TYPE) SYMSGV 20060713
18 Importing MSGV3 Call by reference Type reference (TYPE) SYMSGV 20060713
19 Importing MSGV4 Call by reference Type reference (TYPE) SYMSGV 20060713
20 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20060629
21 Importing PROGRAM_CONTEXT Call by reference Type reference (TYPE) TEXT255 20060713
22 Importing RULE_ID Call by reference Type reference (TYPE) CACS_STD_RULE_ID 20060713
23 Importing RULE_ROBJ_TYPE Call by reference Type reference (TYPE) CACSCALCOBJTYPE 20060723
24 Importing RULE_ROBJ_TYPE_DESCR Call by reference Type reference (TYPE) TEXT255 20060723
25 Importing STCAGR_ID Call by reference Type reference (TYPE) CACS_STCAGR_ID 20060713
26 Importing TECHDATE Call by reference Type reference (TYPE) CACS_TECHDATE_OBJ 20060713
27 Importing TEXTID Call by reference Attribute reference (LIKE) IF_T100_MESSAGE=>T100KEY 20060629
28 Importing TYPENAME Call by reference Type reference (TYPE) TYPENAME 20060717

Method CONSTRUCTOR on class CX_CACS_STD has no exception.

Method SET_RESUMABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_RESUMABL Call by reference Type reference (TYPE) ABAP_BOOL allgemeines flag 20081120

Method SET_RESUMABLE on class CX_CACS_STD has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 700