SAP ABAP Class CL_SCMG_CASE (Case)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-CM (Application Component) Case Management
     SCMG_SP_CASE (Package) Case Management: Service Provider Case
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SRM_SP_CONNECTION Abstract Basis Class for Connection 20020603
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SCMG_ARCH_FACTORY Returns archiving data. To be used by subcomponents 20040429
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SCMG_AUTHORIZATION_CALLER Reference to Object that Calls Authorization Check 20020705
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SCMG_CASE Case Interface 20020531
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SCMG_CASE_READ Read-Only Access to Case Backend 20020715
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SCMG_DOC_PROPERTY Access to Case Document Attributes 20060508
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_ARCHIVE_CONNECTION Archive Access (ADK) 20040414
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_CONNECTION Reading Methods for Working with Repositories 20020603
9 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_CONTEXT_AUTOMATION SP: Context Automation 20030327
10 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_GSP_PROPERTIES Access to Document Attributes 20040213
... Click here to see Used By full list (2 items)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRASR00_SP_CASE Case - Enhancement Auth. - HR Admin Services 20040910
2 Inheritance (c INHERITING FROM c_ref)  CL_RMPS_CASE RMPS Enhancements Process 20020924
Properties
Class CL_SCMG_CASE  
Short Description Case    
Super Class CL_SRM_SP_CONNECTION Abstract Basis Class for Connection 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class SCMG_CASE    
Program status     
Category 0   
Package SCMG_SP_CASE   Case Management: Service Provider Case 
Created 20020531   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SRM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 SRMPT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SRMUR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SCMG_ARCH_FACTORY Returns archiving data. To be used by subcomponents 20040429
2 IF_SCMG_AUTHORIZATION_CALLER Reference to Object that Calls Authorization Check 20020705
3 IF_SCMG_CASE Case Interface 20020531
4 IF_SCMG_CASE_READ Read-Only Access to Case Backend 20020715
5 IF_SCMG_DOC_PROPERTY Access to Case Document Attributes 20060508
6 IF_SRM_ARCHIVE_CONNECTION Archive Access (ADK) 20040414
7 IF_SRM_CONNECTION Reading Methods for Working with Repositories 20020603
8 IF_SRM_CONTEXT_AUTOMATION SP: Context Automation 20030327
9 IF_SRM_GSP_PROPERTIES Access to Document Attributes 20040213
10 IF_SRM_NON_VISUAL_INFO_ARCHIVE SP Non-visual Info for SP (Archive - ADK) 20040414
11 IF_SRM_NON_VISUAL_INFO_SP SP Non-Visual Info for SP 20020611
12 IF_SRM_PROPERTIES Access to Document Attributes 20030327
13 IF_SRM_SP_ENQUEUE Element Locks 20020725
Friends
Class CL_SCMG_CASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ARCHIVE_DATA Instance attribute Private Object reference (TYPE REF TO) IF_SCMG_ARCH_DATA Archiving: Container of Archiving Data for Subcomponents 20040428
2 ATTR_MGMT_APPL Instance attribute Protected Object reference (TYPE REF TO) CL_SCMG_ATTRIBUTE_MANAGER Manage Attributes of Database Table 20020611
3 ATTR_MGMT_GEN Instance attribute Protected Object reference (TYPE REF TO) CL_SCMG_ATTRIBUTE_MANAGER Manage Attributes of Database Table 20020611
4 BOR_EVENT Instance attribute Protected Type reference (TYPE) SWO_EVENT BOR Object Event 20020821
5 CASETYPE Instance attribute Public Attribute reference (LIKE) 20020807
6 CASE_ENQUEUE Instance attribute Private Object reference (TYPE REF TO) CL_SCMG_CASE_ENQUEUE Help Class for Locking Case 20020808
7 CASE_GUID Instance attribute Protected Type reference (TYPE) SCMG_CASE_GUID Technical Key of Case 20020605
8 CASE_TITLE Instance attribute Public Attribute reference (LIKE) 20020807
9 CASE_TYPE Instance attribute Protected Type reference (TYPE) SCMGCASE_TYPE Case Type 20020605
10 CASE_TYPE_CUST Instance attribute Protected Object reference (TYPE REF TO) CL_SCMG_CASE_TYPE_CUST Customizing for Case Type 20020724
11 CATEGORY Instance attribute Public Attribute reference (LIKE) 20020807
12 CHANGED_BY Instance attribute Public Attribute reference (LIKE) 20020807
13 CHANGE_TIME Instance attribute Public Attribute reference (LIKE) 20020807
14 CLOSED_BY Instance attribute Public Attribute reference (LIKE) 20020807
15 CLOSING_TIME Instance attribute Public Attribute reference (LIKE) 20020807
16 CO_NROBJ_CASE Constant Protected Type reference (TYPE) NROBJ 'SCMGCASEID' Boolean: Possible Values IF_SRM=>TRUE / FALSE 20020801
17 CREATED_BY Instance attribute Public Attribute reference (LIKE) 20020807
18 CREATE_TIME Instance attribute Public Attribute reference (LIKE) 20020807
19 C_TOOLBARTYPE_FUNCTION Constant Public Type reference (TYPE) SCMG_CASE_TOOLBARTYPE 'F' Toolbar Type Function Button 20031111
20 C_TOOLBARTYPE_SUBCOMPONENT Constant Public Type reference (TYPE) SCMG_CASE_TOOLBARTYPE 'T' Toolbar Type for Subcomponent ('T') 20031111
21 ESCALATION_R Instance attribute Public Attribute reference (LIKE) 20020807
22 EXIT_BEFORE_VALID_C Static Attribute Private Object reference (TYPE REF TO) IF_EX_SCMG_BEFORE_VALID_C BAdI Interface IF_EX_SCMG_BEFORE_VALID_C 20101228
23 EXIT_BEFORE_VALID_S Static Attribute Protected Object reference (TYPE REF TO) IF_EX_SCMG_BEFORE_VALID_S BAdI Interface IF_EX_SCMG_BEFORE_VALID_S 20020726
24 EXIT_CHANGE_BEFORE_STORE_C Static Attribute Protected Object reference (TYPE REF TO) IF_EX_SCMG_CHNG_BFR_STR_C BAdI Interface IF_EX_SCMG_CHNG_BFR_STR_C 20080311
25 EXIT_CHANGE_BEFORE_STORE_S Static Attribute Protected Object reference (TYPE REF TO) IF_EX_SCMG_CHNG_BFR_STR_S BAdI Interface IF_EX_SCMG_CHNG_BFR_SV_S 20020729
26 EXIT_DELETE_C Static Attribute Protected Object reference (TYPE REF TO) IF_EX_SCMG_DELETE_C BAdI Interface IF_EX_SCMG_DELETE_C 20030923
27 EXIT_DELETE_S Static Attribute Protected Object reference (TYPE REF TO) IF_EX_SCMG_DELETE_S BAdI Interface IF_EX_SCMG_DELETE_S 20030923
28 EXIT_INITIALIZE_S Static Attribute Protected Object reference (TYPE REF TO) IF_EX_SCMG_INITIALIZE_S BAdI Interface IF_EX_SCMG_INITIALIZE_S 20020731
29 EXIT_INIT_STAT_S Static Attribute Private Object reference (TYPE REF TO) IF_EX_SCMG_INIT_STATUS_S BAdI Interface IF_EX_SCMG_INIT_STATUS_S 20050615
30 EXIT_MERGE_C Static Attribute Protected Object reference (TYPE REF TO) IF_EX_SCMG_MERGE_C BAdI Interface IF_EX_SCMG_MERGE_C 20040319
31 EXIT_MERGE_S Static Attribute Protected Object reference (TYPE REF TO) IF_EX_SCMG_MERGE_S BAdI Interface IF_EX_SCMG_MERGE_S 20040319
32 EXIT_SET_STAT_S Static Attribute Private Object reference (TYPE REF TO) IF_EX_SCMG_SET_STATUS_S BAdI Interface IF_EX_SCMG_SET_STATUS_S 20050615
33 EXIT_SPLIT_C Static Attribute Protected Object reference (TYPE REF TO) IF_EX_SCMG_SPLIT_C BAdI Interface IF_EX_SCMG_SPLIT_S 20040319
34 EXIT_SPLIT_S Static Attribute Protected Object reference (TYPE REF TO) IF_EX_SCMG_SPLIT_S BAdI Interface IF_EX_SCMG_SPLIT_S 20040319
35 EXIT_STORE_C Static Attribute Protected Object reference (TYPE REF TO) IF_EX_SCMG_STORE_C BAdI Interface IF_EX_SCMG_STORE_C 20020731
36 EXIT_STORE_S Static Attribute Protected Object reference (TYPE REF TO) IF_EX_SCMG_STORE_S BAdI Interface IF_EX_SCMG_STORE_C 20020731
37 EXIT_VALIDATE_BEFORE_STORE_C Static Attribute Protected Object reference (TYPE REF TO) IF_EX_SCMG_VLDT_BFR_STR_C BAdI Interface IF_EX_SCMG_VLDT_BFR_STR_S 20020730
38 EXIT_VALIDATE_BEFORE_STORE_S Static Attribute Protected Object reference (TYPE REF TO) IF_EX_SCMG_VLDT_BFR_STR_S BAdI Interface IF_EX_SCMG_VLDT_BFR_STR_S 20020730
39 EXIT_VALIDATE_C Static Attribute Protected Object reference (TYPE REF TO) IF_EX_SCMG_VALIDATE_C BAdI Interface IF_EX_SCMG_VALIDATE 20020726
40 EXIT_VALIDATE_S Static Attribute Protected Object reference (TYPE REF TO) IF_EX_SCMG_VALIDATE_S BAdI Interface IF_EX_SCMG_VALIDATE 20020726
41 EXTERNAL_KEY Instance attribute Public Attribute reference (LIKE) 20020807
42 EXTERNAL_REF Instance attribute Public Attribute reference (LIKE) 20020807
43 GT_SUBCOMP_FCODES Instance attribute Public Type reference (TYPE) SCMG_TT_FUNCTION Case: Available Profile Functions 20070628
44 G_PROTOCOL_ENTRIES Instance attribute Protected Type reference (TYPE) SRMPT_PROTO_ENTRY_TAB Log entries 20020731
45 G_PROTOCOL_HANDLER Instance attribute Protected Object reference (TYPE REF TO) IF_SRM_SP_PROTOCOL_ENTRY Handler for Writing to Log 20020724
46 G_TAB_SUBCOMPONENTS Instance attribute Private Type reference (TYPE) SCMG_TT_SUBCOMPONENT_BACKEND Case: Table of all Subcomponents (Back End IF) 20040303
47 G_WF_PATH Instance attribute Private Object reference (TYPE REF TO) CL_SRM_WF_PATH Workflow Path 20050719
48 HAS_PASSED_BEFORE_STORE Instance attribute Protected Type reference (TYPE) SRMBOOLEAN BEFORE_STORE called? 20020729
49 HAS_PASSED_VALID_BEFORE_STORE Instance attribute Protected Type reference (TYPE) SRMBOOLEAN Has valid_before_store been called? 20021105
50 IS_ONLY_CREATED Instance attribute Protected Type reference (TYPE) SRMBOOLEAN Case created only? 20020614
51 LIST_OF_CASE_ATTRIBUTES Instance attribute Protected Type reference (TYPE) SCMG_LIST_OF_CASE_ATTRIBUTES List of Case Attributes 20020605
52 MISC_OBJECTS Instance attribute Private Attribute reference (LIKE) 20020808
53 MODE_EXCLUSIVE Instance attribute Public Attribute reference (LIKE) 20020725
54 MODE_EXTENDED Instance attribute Public Attribute reference (LIKE) 20020725
55 MODE_SHARED Instance attribute Public Attribute reference (LIKE) 20020725
56 NOTE_POID Instance attribute Protected Object reference (TYPE REF TO) IF_SRM_POID Notes POID 20020611
57 PLAN_END_DATE Instance attribute Public Attribute reference (LIKE) 20021022
58 PRIORITY Instance attribute Public Attribute reference (LIKE) 20020807
59 PROCESSOR Instance attribute Public Attribute reference (LIKE) 20020807
60 PROFILE_ID Instance attribute Public Attribute reference (LIKE) 20020807
61 REASON_CODE Instance attribute Public Attribute reference (LIKE) 20021022
62 RECORD_POID Instance attribute Protected Object reference (TYPE REF TO) IF_SRM_POID Records POID 20020611
63 RESPONSIBLE Instance attribute Public Attribute reference (LIKE) 20020807
64 SCOPE_DIALOG Instance attribute Public Attribute reference (LIKE) 20020725
65 SCOPE_DIALOG_AND_UPDATE_TASK Instance attribute Public Attribute reference (LIKE) 20020725
66 SCOPE_PERSISTENT Instance attribute Private Attribute reference (LIKE) 20020725
67 SCOPE_UPDATE_TASK Instance attribute Public Attribute reference (LIKE) 20020725
68 SECURITY_LEVEL Instance attribute Public Attribute reference (LIKE) 20020807
69 STATUS_DESC Instance attribute Public Attribute reference (LIKE) 20020807
70 STATUS_OBJECT_NO Instance attribute Public Attribute reference (LIKE) 20020807
71 STATUS_ORDER_NO Instance attribute Public Attribute reference (LIKE) 20020807
72 STATUS_PROFIL Instance attribute Protected Object reference (TYPE REF TO) CL_SCMG_STAT_PROF_CUST Status Profile Object 20020813
73 SYSTEM_STATUS Instance attribute Public Attribute reference (LIKE) 20020807
74 SYSTEM_STATUS_DESC Instance attribute Public Attribute reference (LIKE) 20020807
75 TABLENAME_CASE Constant Protected Type reference (TYPE) TABNAME 'SCMG_T_CASE' Table Name 20020611
76 TABLENAME_CASE_ATTR Instance attribute Public Attribute reference (LIKE) 20020807
77 TABLE_OF_CASE_ATTRIBUTES Instance attribute Protected Type reference (TYPE) SCMG_TABLE_OF_CASE_ATTRIBUTES Sorted Table of Case Attributes 20020627
78 USE_IMPLEMENTATION_DEFAULT Instance attribute Public Attribute reference (LIKE) 20020729
79 WF_PATH_ID Instance attribute Protected Type reference (TYPE) SRMWFPTHID Process Route ID 20020611
Methods
# Method Level Visibility Method type Description Created on
1 AFTER_STORE_OF_CASE Instance method Protected Method Functions After Case Saved 20020712
2 BEFORE_STORE Instance method Private Method 20020729
3 CHECK_AUTHORITY Instance method Public Method 20020808
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20020718
5 CONSTRUCTOR Instance method Public Constructor Constructor 20020603
6 CREATE_ATTRIBUTE_MANAGERS Instance method Private Method Creates Instances of Attribute Managers 20040423
7 GET_ATTRIBUTES Instance method Public Method Returns List of Case Attributes 20020715
8 GET_ATTR_ARCHSOURCE_CUSTOMIZED Instance method Private Method Creates an Archive Data Source for Attribute Manager. 20040422
9 GET_ATTR_ARCHSOURCE_STANDARD Instance method Private Method Creates an Archive Data Source for Attribute Manager. 20040422
10 GET_ATTR_MANAGER_DBSOURCE Instance method Private Method Creates DB Data Source for Attribute Manager. 20040422
11 GET_CASE_TYPE_INSTANCE Instance method Public Method Get case type customizing reference 20070419
12 GET_CREATING_USER Instance method Public Method 20020813
13 GET_CREATION_DATE Instance method Public Method 20020813
14 GET_DISPLAY_NAME Instance method Public Method 20020813
15 GET_FACTORY_OBJECT Instance method Public Method Returns SRM Factory Object 20020603
16 GET_GUID Instance method Public Method 20020820
17 GET_LAST_CHANGE_DATE Instance method Public Method 20020813
18 GET_LAST_CHANGING_USER Instance method Public Method 20020813
19 GET_PROCESS Instance method Public Method 20020724
20 GET_SINGLE_ATTRIBUTE Instance method Public Method 20020805
21 GET_SINGLE_ATTRIBUTE_VALUE Instance method Public Method 20020805
22 GET_SINGLE_OLD_ATTR_VALUE Instance method Public Method 20020805
23 GET_SINGLE_VALUE Instance method Public Method 20020805
24 GET_SPPOID_GUID Instance method Protected Method Gets GUID from SP POID 20020809
25 GET_SP_TERM_PROFILE Instance method Protected Method Get Terminology Profile from Connection Parameter 20020813
26 GET_STATUS_AS_TEXT Instance method Public Method 20020813
27 GET_WF_PATH_ID Instance method Public Method 20020805
28 INIT_CASE_ATTRIBUTES Instance method Protected Method Initialize Case Attributes 20020710
29 INIT_CASE_STATUS Instance method Protected Method Initialize Status for Case 20020710
30 INIT_RECORD_AND_NOTES Instance method Private Method Creates Instances of POID Objects for Subcomponents. 20040428
31 INIT_SORTED_ATTR_TABLE Instance method Protected Method Constructs Sorted Table of Attributes 20020627
32 IS_VALID_BEFORE_STORE Instance method Private Method 20020730
33 MODEL_TO_INSTANCE_POID Instance method Public Method 20030213
34 POPULATE_INTERNAL_VARIABLES Instance method Private Method Archiving: Fill Variables of the Case with Read from Archive 20040420
35 SET_CASE_ATTRIBUTES Instance method Protected Method Set Case Attributes 20020710
36 SET_CASE_STATUS Instance method Protected Method Set Status for Case 20020710
37 SET_EXTERNAL_KEY Instance method Protected Method Set External Key from Number Range 20020801
38 SET_FIELDTEXT_IN_CACHE Instance method Public Method 20080902
39 SET_SINGLE_ATTRIBUTE_VALUE Instance method Public Method 20020801
40 VALIDATE_CASE_ATTRIBUTES Instance method Protected Method Specific Attribute Checks 20020710
41 VALIDATE_CASE_STATUS Instance method Protected Method Check Status Attributes 20020719
42 VALIDATE_ESCAL_REASON Instance method Private Method Specific Checks of Attribute ESCALATION_REASON 20080521
43 WRITE_ATTRIBUTE_CHANGES Instance method Protected Method Log Attribute Changes 20020812
44 WRITE_PROTOCOL_ENTRY Instance method Public Method 20020813
Events
Class CL_SCMG_CASE has no event.
Types
Class CL_SCMG_CASE has no local type.
Method Signatures

Method AFTER_STORE_OF_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_UPDATE_TASK Call by reference Type reference (TYPE) SRMBOOLEAN ' ' Verbucher, wenn 'X' 20030514
# Exception Resumable Description Created on
1 CX_SCMG Generelle Ausnahme des Case Management 20020712
2 CX_SRM_FRAMEWORK Framework (abstrakt) 20020712

Method BEFORE_STORE Signature

Method BEFORE_STORE on class CL_SCMG_CASE has no parameter.
Method BEFORE_STORE on class CL_SCMG_CASE has no exception.

Method CHECK_AUTHORITY Signature

Method CHECK_AUTHORITY on class CL_SCMG_CASE has no parameter.
Method CHECK_AUTHORITY on class CL_SCMG_CASE has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SCMG_CASE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SCMG_CASE has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_SCMG_CASE has no parameter.
Method CONSTRUCTOR on class CL_SCMG_CASE has no exception.

Method CREATE_ATTRIBUTE_MANAGERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARCHIVE_READER Call by reference Object reference (TYPE REF TO) IF_SCMG_ARCH_CASE_DETAIL Detailed Case information. 20040423
# Exception Resumable Description Created on
1 CX_SCMG Generelle Ausnahme des Case Management 20041115
2 CX_SRM_FRAMEWORK Framework (abstrakt) 20041115

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_LIST_OF_CASE_ATTRIBUTES Value transfer Type reference (TYPE) SRM_LIST_EDIT_ATTRIBUTE_VALUE List: IF_SRM_EDIT_ATTRIBUTE_VALUE 20020715

Method GET_ATTRIBUTES on class CL_SCMG_CASE has no exception.

Method GET_ATTR_ARCHSOURCE_CUSTOMIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARCHIVE_READER Call by reference Object reference (TYPE REF TO) IF_SCMG_ARCH_CASE_DETAIL Detailed Case information. 20040422
2 Returning RE_ATTRIBUTE_DATASOURCE Value transfer Object reference (TYPE REF TO) IF_SCMG_ATTRIBUTE_DATASOURCE Case attributes provider. 20040422

Method GET_ATTR_ARCHSOURCE_CUSTOMIZED on class CL_SCMG_CASE has no exception.

Method GET_ATTR_ARCHSOURCE_STANDARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARCHIVE_READER Call by reference Object reference (TYPE REF TO) IF_SCMG_ARCH_CASE_DETAIL Detailed Case information. 20040422
2 Returning RE_ATTRIBUTE_DATASOURCE Value transfer Object reference (TYPE REF TO) IF_SCMG_ATTRIBUTE_DATASOURCE Case attributes provider. 20040422

Method GET_ATTR_ARCHSOURCE_STANDARD on class CL_SCMG_CASE has no exception.

Method GET_ATTR_MANAGER_DBSOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_TABLENAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20040422
2 Returning RE_ATTRIBUTE_DATASOURCE Value transfer Object reference (TYPE REF TO) IF_SCMG_ATTRIBUTE_DATASOURCE Case attributes provider. 20040422

Method GET_ATTR_MANAGER_DBSOURCE on class CL_SCMG_CASE has no exception.

Method GET_CASE_TYPE_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CASE_TYPE_REF Call by reference Object reference (TYPE REF TO) CL_SCMG_CASE_TYPE_CUST Customizing zur Fallart 20070419
2 Importing IM_CASE_TYPE Call by reference Type reference (TYPE) SCMGCASE_TYPE Case Type 20070419
# Exception Resumable Description Created on
1 INVALID_CASE_TYPE Case Type does not exist 20070419

Method GET_CREATING_USER Signature

Method GET_CREATING_USER on class CL_SCMG_CASE has no parameter.
Method GET_CREATING_USER on class CL_SCMG_CASE has no exception.

Method GET_CREATION_DATE Signature

Method GET_CREATION_DATE on class CL_SCMG_CASE has no parameter.
Method GET_CREATION_DATE on class CL_SCMG_CASE has no exception.

Method GET_DISPLAY_NAME Signature

Method GET_DISPLAY_NAME on class CL_SCMG_CASE has no parameter.
Method GET_DISPLAY_NAME on class CL_SCMG_CASE has no exception.

Method GET_FACTORY_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_FACTORY_OBJECT Value transfer Object reference (TYPE REF TO) IF_SRM_SRM_OBJECT_FACTORY Object Factory - Framework - für SPs 20020603
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Basisklasse (abstrakt) 20020702

Method GET_GUID Signature

Method GET_GUID on class CL_SCMG_CASE has no parameter.
Method GET_GUID on class CL_SCMG_CASE has no exception.

Method GET_LAST_CHANGE_DATE Signature

Method GET_LAST_CHANGE_DATE on class CL_SCMG_CASE has no parameter.
Method GET_LAST_CHANGE_DATE on class CL_SCMG_CASE has no exception.

Method GET_LAST_CHANGING_USER Signature

Method GET_LAST_CHANGING_USER on class CL_SCMG_CASE has no parameter.
Method GET_LAST_CHANGING_USER on class CL_SCMG_CASE has no exception.

Method GET_PROCESS Signature

Method GET_PROCESS on class CL_SCMG_CASE has no parameter.
Method GET_PROCESS on class CL_SCMG_CASE has no exception.

Method GET_SINGLE_ATTRIBUTE Signature

Method GET_SINGLE_ATTRIBUTE on class CL_SCMG_CASE has no parameter.
Method GET_SINGLE_ATTRIBUTE on class CL_SCMG_CASE has no exception.

Method GET_SINGLE_ATTRIBUTE_VALUE Signature

Method GET_SINGLE_ATTRIBUTE_VALUE on class CL_SCMG_CASE has no parameter.
Method GET_SINGLE_ATTRIBUTE_VALUE on class CL_SCMG_CASE has no exception.

Method GET_SINGLE_OLD_ATTR_VALUE Signature

Method GET_SINGLE_OLD_ATTR_VALUE on class CL_SCMG_CASE has no parameter.
Method GET_SINGLE_OLD_ATTR_VALUE on class CL_SCMG_CASE has no exception.

Method GET_SINGLE_VALUE Signature

Method GET_SINGLE_VALUE on class CL_SCMG_CASE has no parameter.
Method GET_SINGLE_VALUE on class CL_SCMG_CASE has no exception.

Method GET_SPPOID_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_GUID Value transfer Type reference (TYPE) SCMG_CASE_GUID Technischer Schlüssel des Cases 20020809
# Exception Resumable Description Created on
1 CX_SRM_INITIALIZATION Initialisierungsfehler (abstrakt) 20020809
2 CX_SRM_POID POID Fehler (abstrakt) 20020809

Method GET_SP_TERM_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_PROFID Value transfer Type reference (TYPE) SCMGTERMPROFID Terminologie-Profil-ID 20020813

Method GET_SP_TERM_PROFILE on class CL_SCMG_CASE has no exception.

Method GET_STATUS_AS_TEXT Signature

Method GET_STATUS_AS_TEXT on class CL_SCMG_CASE has no parameter.
Method GET_STATUS_AS_TEXT on class CL_SCMG_CASE has no exception.

Method GET_WF_PATH_ID Signature

Method GET_WF_PATH_ID on class CL_SCMG_CASE has no parameter.
Method GET_WF_PATH_ID on class CL_SCMG_CASE has no exception.

Method INIT_CASE_ATTRIBUTES Signature

Method INIT_CASE_ATTRIBUTES on class CL_SCMG_CASE has no parameter.
# Exception Resumable Description Created on
1 CX_SCMG_CASE_ATTRIBUTE Case Attribute 20020711
2 CX_SCMG_CASE_BADI Ausnahmen in BADI Erweiterungen 20020731
3 CX_SRM_FRAMEWORK Framework (abstrakt) 20020711

Method INIT_CASE_STATUS Signature

Method INIT_CASE_STATUS on class CL_SCMG_CASE has no parameter.
# Exception Resumable Description Created on
1 CX_SCMG_CASE_ATTRIBUTE Case Attribute 20020711
2 CX_SRM_FRAMEWORK Framework (abstrakt) 20020711

Method INIT_RECORD_AND_NOTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_SCMG_CASE Call by reference Type reference (TYPE) SCMG_T_CASE Case: Entitätentabelle für den Case 20040428
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20041115

Method INIT_SORTED_ATTR_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LIST_OF_CASE_ATTRIBUTES Call by reference Type reference (TYPE) SCMG_LIST_OF_CASE_ATTRIBUTES Liste von Case Attributen 20020627
2 Returning RE_TABLE_OF_CASE_ATTRIBUTES Value transfer Type reference (TYPE) SCMG_TABLE_OF_CASE_ATTRIBUTES Sortierte Tabelle von Case Attributen 20020627

Method INIT_SORTED_ATTR_TABLE on class CL_SCMG_CASE has no exception.

Method IS_VALID_BEFORE_STORE Signature

Method IS_VALID_BEFORE_STORE on class CL_SCMG_CASE has no parameter.
Method IS_VALID_BEFORE_STORE on class CL_SCMG_CASE has no exception.

Method MODEL_TO_INSTANCE_POID Signature

Method MODEL_TO_INSTANCE_POID on class CL_SCMG_CASE has no parameter.
Method MODEL_TO_INSTANCE_POID on class CL_SCMG_CASE has no exception.

Method POPULATE_INTERNAL_VARIABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ARCHIVE_READER Call by reference Object reference (TYPE REF TO) IF_SCMG_ARCH_CASE_DETAIL Detailed Case information. 20040420
# Exception Resumable Description Created on
1 CX_SRM_FRAMEWORK Framework (abstrakt) 20041115

Method SET_CASE_ATTRIBUTES Signature

Method SET_CASE_ATTRIBUTES on class CL_SCMG_CASE has no parameter.
# Exception Resumable Description Created on
1 CX_SCMG_CASE_ATTRIBUTE Case Attribute 20020711
2 CX_SRM_FRAMEWORK Framework (abstrakt) 20020711

Method SET_CASE_STATUS Signature

Method SET_CASE_STATUS on class CL_SCMG_CASE has no parameter.
# Exception Resumable Description Created on
1 CX_SCMG_CASE_ATTRIBUTE Case Attribute 20020711
2 CX_SRM_FRAMEWORK Framework (abstrakt) 20020711

Method SET_EXTERNAL_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_IVAL Value transfer Type reference (TYPE) SCMGNRNRINT Fall: Nummernkreis-Intervall (für interne Nummernvergabe) 20020801
# Exception Resumable Description Created on
1 CX_SCMG_CASE_ATTRIBUTE Case Attribute 20020801
2 CX_SRM_FRAMEWORK Framework (abstrakt) 20020801

Method SET_FIELDTEXT_IN_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ATTRTAB Call by reference Type reference (TYPE) SCMGATTRDESC 20080902
2 Changing SUCCESS Value transfer Type reference (TYPE) SRMBOOLEAN IF_SRM=>FALSE Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20080902

Method SET_FIELDTEXT_IN_CACHE on class CL_SCMG_CASE has no exception.

Method SET_SINGLE_ATTRIBUTE_VALUE Signature

Method SET_SINGLE_ATTRIBUTE_VALUE on class CL_SCMG_CASE has no parameter.
Method SET_SINGLE_ATTRIBUTE_VALUE on class CL_SCMG_CASE has no exception.

Method VALIDATE_CASE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_MESSAGES Call by reference Type reference (TYPE) SCMG_T_ATTR_RETURN_VALUE Case-Attribute: Wert mit Meldung für Rückgabe 20020710
2 Exporting EX_IS_VALID Call by reference Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20020710
# Exception Resumable Description Created on
1 CX_SCMG_CASE_ATTRIBUTE Case Attribute 20020711
2 CX_SRM_FRAMEWORK Framework (abstrakt) 20020711

Method VALIDATE_CASE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_MESSAGES Call by reference Type reference (TYPE) SCMG_T_ATTR_RETURN_VALUE Case-Attribute: Wert mit Meldung für Rückgabe 20020719
2 Exporting EX_IS_VALID Value transfer Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20020719
# Exception Resumable Description Created on
1 CX_SCMG_CASE_ATTRIBUTE Case Attribute 20020719
2 CX_SRM_FRAMEWORK Framework (abstrakt) 20020719

Method VALIDATE_ESCAL_REASON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_MESSAGES Call by reference Type reference (TYPE) SCMG_T_ATTR_RETURN_VALUE Case-Attribute: Wert mit Meldung für Rückgabe 20080521
2 Exporting EX_IS_VALID Call by reference Type reference (TYPE) SRMBOOLEAN Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE 20080521
# Exception Resumable Description Created on
1 CX_SCMG_CASE_ATTRIBUTE Case Attributes 20080521
2 CX_SRM_FRAMEWORK Framework (abstract) 20080521

Method WRITE_ATTRIBUTE_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_UPDATE_TASK Call by reference Type reference (TYPE) SRMBOOLEAN ' ' Verbucher, wenn 'X' 20030514
# Exception Resumable Description Created on
1 CX_SCMG_CASE_ATTRIBUTE Case Attribute 20020812
2 CX_SRM_FRAMEWORK Framework (abstrakt) 20020812

Method WRITE_PROTOCOL_ENTRY Signature

Method WRITE_PROTOCOL_ENTRY on class CL_SCMG_CASE has no parameter.
Method WRITE_PROTOCOL_ENTRY on class CL_SCMG_CASE has no exception.
Meta Relationship - Using (full list)
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SRM_SP_CONNECTION Abstract Basis Class for Connection 20020603
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SCMG_ARCH_FACTORY Returns archiving data. To be used by subcomponents 20040429
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SCMG_AUTHORIZATION_CALLER Reference to Object that Calls Authorization Check 20020705
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SCMG_CASE Case Interface 20020531
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SCMG_CASE_READ Read-Only Access to Case Backend 20020715
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SCMG_DOC_PROPERTY Access to Case Document Attributes 20060508
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_ARCHIVE_CONNECTION Archive Access (ADK) 20040414
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_CONNECTION Reading Methods for Working with Repositories 20020603
9 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_CONTEXT_AUTOMATION SP: Context Automation 20030327
10 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_GSP_PROPERTIES Access to Document Attributes 20040213
11 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_NON_VISUAL_INFO_ARCHIVE SP Non-visual Info for SP (Archive - ADK) 20040414
12 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_NON_VISUAL_INFO_SP SP Non-Visual Info for SP 20020611
13 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_PROPERTIES Access to Document Attributes 20030327
14 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRM_SP_ENQUEUE Element Locks 20020725
History
Last changed by/on SAP  20130531 
SAP Release Created in 620