SAP ABAP Class CL_GRFN_CASE_UTIL (util)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_ISSUE (Package) GRC Issue Management

⤷

⤷

Properties
Class | CL_GRFN_CASE_UTIL | |
Short Description | util | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRFN_ISSUE | GRC Issue Management |
Created | 20091231 | 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) |
Interfaces
Class CL_GRFN_CASE_UTIL has no interface implemented.
Friends
Class CL_GRFN_CASE_UTIL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_T_CASECLASS_CONFIG | 20100104 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20100122 | |
2 | ![]() |
Static method | Public | Method | 20100104 | |
3 | ![]() |
Static method | Public | Method | Loop to get ancestor | 20110223 |
4 | ![]() |
Static method | Public | Method | 20100104 | |
5 | ![]() |
Static method | Public | Method | Get the object name in case reference | 20110121 |
6 | ![]() |
Static method | Public | Method | Get Object infor by CASE ID including Adhoc Issue related | 20110222 |
7 | ![]() |
Static method | Public | Method | 20100630 | |
8 | ![]() |
Static method | Private | Method | 20100104 | |
9 | ![]() |
Static method | Public | Method | 20111020 | |
10 | ![]() |
Static method | Public | Method | 20100111 |
Events
Class CL_GRFN_CASE_UTIL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_CASECLASS_CONFIG | Private | See coding | 20100104 | BEGIN OF ty_s_caseclass_config,
case_type TYPE scmgcase_type,
category TYPE scmg_category,
caseclass TYPE grfn_class_name,
activityclass TYPE grfn_class_name,
END OF ty_s_caseclass_config
|
||
2 | TY_T_CASECLASS_CONFIG | Private | See coding | 20100104 | ty_t_caseclass_config TYPE HASHED TABLE OF ty_s_caseclass_config
WITH UNIQUE KEY case_type category
|
Method Signatures
Method CONVERT_DATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TIMESTAMP | Value transfer | Type reference (TYPE) | SCMG_CREATE_TIME | Created On | 20100122 | ||
2 | ![]() |
RV_DATE | Value transfer | Type reference (TYPE) | DATUM | Date | 20100122 |
Method CONVERT_DATE on class CL_GRFN_CASE_UTIL has no exception.
Method GET_ACTIVITY_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CASETYPE | Value transfer | Type reference (TYPE) | SCMGCASE_TYPE | Case Type | 20100104 | ||
2 | ![]() |
IV_CATEGORY | Value transfer | Type reference (TYPE) | SCMG_CATEGORY | Category | 20100104 | ||
3 | ![]() |
RV_ACTIVITY_CLASS | Value transfer | Type reference (TYPE) | GRFN_CLASS_NAME | Activity Class | 20100104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100209 |
Method GET_ANCESTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20110223 | ||
2 | ![]() |
IV_OBJ_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110223 | ||
3 | ![]() |
IV_TARGET_ENTITY | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20110223 | ||
4 | ![]() |
RV_OBJ_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110223 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110223 |
Method GET_CASE_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CASETYPE | Value transfer | Type reference (TYPE) | SCMGCASE_TYPE | Case Type | 20100104 | ||
2 | ![]() |
IV_CATEGORY | Value transfer | Type reference (TYPE) | SCMG_CATEGORY | Category | 20100104 | ||
3 | ![]() |
RV_CASE_CLASS | Value transfer | Type reference (TYPE) | GRFN_CLASS_NAME | Case class | 20100104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PC: Case | 20100111 |
Method GET_CASE_REF_DESC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_OBJTYP_NAME | Call by reference | Type reference (TYPE) | GRFN_NAME | like: control, subprocess | 20110121 | ||
2 | ![]() |
EV_OBJ_NAME | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE_TEXT | 20110121 | |||
3 | ![]() |
EV_ORG_NAME | Call by reference | Type reference (TYPE) | GRFN_NAME | Title/Short Name | 20110121 | ||
4 | ![]() |
IS_CASE_REF | Call by reference | Type reference (TYPE) | SCMG_EXT_REF | External reference | 20110121 |
Method GET_CASE_REF_DESC on class CL_GRFN_CASE_UTIL has no exception.
Method GET_CASE_REF_DESC_BY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_OBJTYP_NAME | Call by reference | Type reference (TYPE) | GRFN_NAME | Title/Short Name | 20110222 | ||
2 | ![]() |
EV_OBJ_NAME | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE_TEXT | Objtype text | 20110222 | ||
3 | ![]() |
EV_ORG_NAME | Call by reference | Type reference (TYPE) | GRFN_NAME | Title/Short Name | 20110222 | ||
4 | ![]() |
IV_CASE_ID | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20110222 |
Method GET_CASE_REF_DESC_BY_ID on class CL_GRFN_CASE_UTIL has no exception.
Method GET_CATEGORY_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CASE_TYPE | Call by reference | Type reference (TYPE) | SCMGCASE_TYPE | Case Type | 20100630 | ||
2 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | SCMG_CATEGORY | Category | 20100630 | ||
3 | ![]() |
RV_DESCRIPTION | Value transfer | Type reference (TYPE) | GRFN_SHORT_TEXT | Description (short) | 20100630 |
Method GET_CATEGORY_TEXT on class CL_GRFN_CASE_UTIL has no exception.
Method GET_CLASS_CONFIG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CASETYPE | Call by reference | Type reference (TYPE) | SCMGCASE_TYPE | Case Type | 20100104 | ||
2 | ![]() |
IV_CATEGORY | Call by reference | Type reference (TYPE) | SCMG_CATEGORY | Category | 20100104 | ||
3 | ![]() |
RS_CASECLASS_CONFIG | Value transfer | Type reference (TYPE) | TY_S_CASECLASS_CONFIG | 20100104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PC: Case | 20100111 |
Method IS_PARENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20111020 | ||
2 | ![]() |
IV_CHILD_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20111020 | ||
3 | ![]() |
IV_PARENT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20111020 | ||
4 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20111020 |
Method IS_PARENT on class CL_GRFN_CASE_UTIL has no exception.
Method RAISE_EXCEPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MESSAGE | Call by reference | Object reference (TYPE REF TO) | IF_MESSAGE | Interface for Accessing Texts from Message Objects | 20100111 | ||
2 | ![]() |
IS_BAPIRET | Call by reference | Type reference (TYPE) | BAPIRET2 | Return Parameter | 20100111 | ||
3 | ![]() |
IT_REMOTE_MESSAGES | Call by reference | Type reference (TYPE) | TSMESG | Message table message collector | 20100111 | ||
4 | ![]() |
IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20100909 | ||
5 | ![]() |
IV_MSGNO | Call by reference | Type reference (TYPE) | SY-MSGNO | Message Number | 20100111 | ||
6 | ![]() |
IV_MSGV1 | Call by reference | Type reference (TYPE) | SY-MSGV1 | Message Variable | 20100111 | ||
7 | ![]() |
IV_MSGV2 | Call by reference | Type reference (TYPE) | SY-MSGV2 | Message Variable | 20100111 | ||
8 | ![]() |
IV_MSGV3 | Call by reference | Type reference (TYPE) | SY-MSGV3 | Message Variable | 20100909 | ||
9 | ![]() |
IV_MSGV4 | Call by reference | Type reference (TYPE) | SY-MSGV4 | Message Variable | 20100909 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100113 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |