SAP ABAP Class CL_GRFN_CASE (case)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_ISSUE (Package) GRC Issue Management
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_CASE | PC Case | 20091228 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_ISSUE | Ad Hoc Issue | 20100106 |
Properties
| Class | CL_GRFN_CASE | |
| Short Description | case | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_ISSUE | GRC Issue Management |
| Created | 20091228 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GRFN_CASE | PC Case | 20091228 |
Friends
Class CL_GRFN_CASE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | TY_T_CASE | Global buffer | 20100210 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_GRFN_ACTIVITY_MANAGER | activity&status | 20100104 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GRPC_CASE_API | SOA: Case | 20100104 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRFN_REGULATION_MAPPING | The class to maintain object and regulations | 20100210 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | T_CASE_ID | Table: Technical Key of Case | 20100125 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | TY_T_NOTES | 20100113 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | T_CASE | All the modified subcases | 20100113 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Assert hr org object | 20100329 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20091231 | |
| 3 | Static method | Public | Method | get_case | 20091230 | |
| 4 | Instance method | Private | Method | Singleton Init mo_regulation_mapping | 20100210 | |
| 5 | Instance method | Protected | Method | Set Closed by | 20100303 |
Events
Class CL_GRFN_CASE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_CASE | Protected | See coding | 20100113 | BEGIN OF s_case,
case TYPE REF TO if_grfn_case,
END OF s_case
|
||
| 2 | S_CASE_ID | Protected | See coding | 20100127 | BEGIN OF s_case_id,
case_guid TYPE scmg_case_guid,
case_type TYPE scmgcase_type,
END OF s_case_id
|
||
| 3 | TY_S_CASE | Protected | See coding | 20091230 | BEGIN OF ty_s_case,
guid TYPE scmg_case_guid,
case TYPE REF TO if_grfn_case,
END OF ty_s_case
|
||
| 4 | TY_S_CASECLASS | Protected | See coding | 20091230 | BEGIN OF ty_s_caseclass,
case_type TYPE scmgcase_type,
category TYPE scmg_category,
caseclass TYPE grfn_class_name,
statusclass TYPE grfn_class_name,
END OF ty_s_caseclass
|
||
| 5 | TY_S_NOTES | Protected | See coding | 20100113 | BEGIN OF ty_s_notes ,
model_id TYPE string,
notes TYPE REF TO if_grpc_notes_api,
END OF ty_s_notes
|
||
| 6 | TY_T_CASE | Protected | See coding | 20091230 | ty_t_case TYPE HASHED TABLE OF ty_s_case WITH UNIQUE KEY guid
|
||
| 7 | TY_T_CASECLASS | Protected | See coding | 20091230 | ty_t_caseclass TYPE HASHED TABLE OF ty_s_caseclass
WITH UNIQUE KEY case_type category
|
||
| 8 | TY_T_NOTES | Protected | See coding | 20100113 | ty_t_notes TYPE HASHED TABLE OF ty_s_notes WITH UNIQUE KEY model_id
|
||
| 9 | T_CASE | Protected | See coding | 20100113 | t_case TYPE TABLE OF s_case
|
||
| 10 | T_CASE_ID | Protected | See coding | 20100127 | t_case_id TYPE TABLE OF s_case_id
|
Method Signatures
Method ASSERT_HR_ORG_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DATE_INTERVAL | Call by reference | Type reference (TYPE) | GRPC_S_DATE_INTERVAL | Date of the Assessment or of the Test | 20100329 | |||
| 2 | IV_EXT_REF | Call by reference | Type reference (TYPE) | SCMG_EXT_REF | External reference | 20100329 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100329 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_GRPC_CASE_API | Call by reference | Object reference (TYPE REF TO) | CL_GRPC_CASE_API | SOA: Case | 20091231 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100119 |
Method GET_CASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CASEID | Value transfer | Type reference (TYPE) | GRFN_CASE_ID | Technical Case Key (Case GUID) | 20100107 | |||
| 2 | I_UPDATE_TASK | Value transfer | Type reference (TYPE) | SRMBOOLEAN | IF_SRM=>TRUE | Boolean: Possible Values IF_SRM=>TRUE / FALSE | 20091230 | ||
| 3 | RO_CASE | Value transfer | Object reference (TYPE REF TO) | IF_GRFN_CASE | PC Case | 20091230 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | PC: Case | 20100113 |
Method GET_REGULATION_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_HANDLER | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_REGULATION_MAPPING | The class to maintain object and regulations | 20100210 |
Method GET_REGULATION_HANDLER on class CL_GRFN_CASE has no exception.
Method SET_CLOSED_BY Signature
Method SET_CLOSED_BY on class CL_GRFN_CASE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100303 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |