SAP ABAP Class CL_GRRM_UTIL_RESP_TYPE (Resp Type Util Class)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-RM (Application Component) GRC Risk Management
⤷ GRRM_CASE_MANAGEMENT (Package) Case management for risks
⤷ GRC-RM (Application Component) GRC Risk Management
⤷ GRRM_CASE_MANAGEMENT (Package) Case management for risks
Properties
Class | CL_GRRM_UTIL_RESP_TYPE | |
Short Description | Resp Type Util Class | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRRM_CASE_MANAGEMENT | Case management for risks |
Created | 20140317 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | GRRM0 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_GRRM_UTIL_RESP_TYPE has no interface implemented.
Friends
Class CL_GRRM_UTIL_RESP_TYPE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_ASSIGN_DRIVER_ALLOWED | Constant | Public | Type reference (TYPE) | GRRM_RESP_TYPE_DRIVER | '' | Response Type - Driver Assignment | 20140320 | |
2 | GC_ASSIGN_DRIVER_DISABLED | Constant | Public | Type reference (TYPE) | GRRM_RESP_TYPE_DRIVER | 'X' | Response Type - Driver Assignment | 20140320 | |
3 | GC_ASSIGN_DRIVER_INDIVIDUAL | Constant | Public | Type reference (TYPE) | GRRM_RESP_TYPE_DRIVER | 'I' | Response Type - Driver Assignment | 20140320 | |
4 | GC_MITIG_IMPACT_ALLOWED | Constant | Public | Type reference (TYPE) | GRRM_RESP_TYPE_MITIG_IMPACT | '' | Response Type - Mitigation on Impact | 20140317 | |
5 | GC_MITIG_IMPACT_DISABLED | Constant | Public | Type reference (TYPE) | GRRM_RESP_TYPE_MITIG_IMPACT | 'D' | Response Type - Mitigation on Impact | 20140317 | |
6 | GC_MITIG_IMPACT_INDIVIDUAL | Constant | Public | Type reference (TYPE) | GRRM_RESP_TYPE_MITIG_IMPACT | 'I' | Response Type - Mitigation on Impact | 20140317 | |
7 | GC_MITIG_PROB_ALLOWED | Constant | Public | Type reference (TYPE) | GRRM_RESP_TYPE_MITIG_PROB | '' | Response Type - Mitigation on Probability | 20140317 | |
8 | GC_MITIG_PROB_DISABLED | Constant | Public | Type reference (TYPE) | GRRM_RESP_TYPE_MITIG_PROB | 'D' | Response Type - Mitigation on Probability | 20140317 | |
9 | GC_NO_AUTOMATION | Constant | Public | Type reference (TYPE) | GRRM_RESPONSE_AUTOMATION | '' | Response Automation Type | 20140319 | |
10 | GC_RESP_TYPE_CPROPOSAL | Constant | Public | Type reference (TYPE) | CHAR1 | 'P' | Single-Character Flag | 20140317 | |
11 | GC_RESP_TYPE_PC_CONTROL | Constant | Public | Type reference (TYPE) | CHAR1 | 'C' | Single-Character Flag | 20140317 | |
12 | GC_RESP_TYPE_XCONTROL | Constant | Public | Type reference (TYPE) | CHAR1 | 'X' | Single-Character Flag | 20140317 | |
13 | MC_LANGUAGE_FALLBACK | Constant | Private | Type reference (TYPE) | SYLANGU | 'E' | Language Key | 20140319 | |
14 | MT_ASSIGN_DRIVER_DOMAIN_TXT | Static Attribute | Private | Type reference (TYPE) | DD07V_TAB | Table for DD07V | 20140411 | ||
15 | MT_AUTOMATION_TYPES | Static Attribute | Private | Type reference (TYPE) | GRRM_T_RESPAUTTY | RM Response Automation: Mapping with Response Types | 20140319 | ||
16 | MT_MITIG_IMPACT_DOMAIN_TXT | Static Attribute | Private | Type reference (TYPE) | DD07V_TAB | Table for DD07V | 20140411 | ||
17 | MT_MITIG_PROBAB_DOMAIN_TXT | Static Attribute | Private | Type reference (TYPE) | DD07V_TAB | Table for DD07V | 20140411 | ||
18 | MT_RESP_TYPE | Static Attribute | Private | Type reference (TYPE) | GRRM_T_RESP_TYPE | Response Type | 20140317 | ||
19 | MV_LANGUAGE | Static Attribute | Private | Type reference (TYPE) | SYLANGU | Language Key | 20140317 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CLASS_CONSTRUCTOR | Static method | Public | Constructor | 20140317 | |
2 | GET | Static method | Public | Method | 20140317 | |
3 | GET_ASSIGN_DRIVER_DOMAIN_TXT | Static method | Public | Method | 20140411 | |
4 | GET_LIST | Static method | Public | Method | 20140317 | |
5 | GET_MITIG_IMPACT_DOMAIN_TXT | Static method | Public | Method | 20140411 | |
6 | GET_MITIG_PROBAB_DOMAIN_TXT | Static method | Public | Method | 20140411 | |
7 | GET_TITLE | Static method | Public | Method | 20140317 | |
8 | READ_FROM_DB | Static method | Private | Method | 20140317 | |
9 | SET_LANGUAGE | Static method | Public | Method | 20140317 |
Events
Class CL_GRRM_UTIL_RESP_TYPE has no event.
Types
Class CL_GRRM_UTIL_RESP_TYPE has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_GRRM_UTIL_RESP_TYPE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GRRM_UTIL_RESP_TYPE has no exception.
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_ENTITY_ID | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | GRRM0_C_ENTITY-RISK | Entity ID | 20140319 | |
2 | Importing | IV_RESP_TYPE | Call by reference | Type reference (TYPE) | GRRM_RESPONSE_TYPE | Response Type | 20140317 | ||
3 | Returning | RS_RESP_TYPE | Value transfer | Type reference (TYPE) | GRRM_S_RESP_TYPE | Response Type | 20140317 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20140317 |
Method GET_ASSIGN_DRIVER_DOMAIN_TXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_VALUE | Call by reference | Type reference (TYPE) | GRRM_RESP_TYPE_DRIVER | Response Type - Driver Assignment | 20140411 | ||
2 | Returning | RV_RESULT | Value transfer | Type reference (TYPE) | STRING | 20140411 |
Method GET_ASSIGN_DRIVER_DOMAIN_TXT on class CL_GRRM_UTIL_RESP_TYPE has no exception.
Method GET_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_AUTOMATION_TYPE | Call by reference | Type reference (TYPE) | GRRM_RESPONSE_AUTOMATION | Response Automation Type | 20140320 | ||
2 | Importing | IV_ENTITY_ID | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | GRRM0_C_ENTITY-RISK | 20140319 | ||
3 | Returning | RT_RESP_TYPE | Value transfer | Type reference (TYPE) | GRRM_T_RESP_TYPE | Response Type | 20140317 |
Method GET_LIST on class CL_GRRM_UTIL_RESP_TYPE has no exception.
Method GET_MITIG_IMPACT_DOMAIN_TXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_VALUE | Call by reference | Type reference (TYPE) | GRRM_RESP_TYPE_MITIG_IMPACT | Response Type - Mitigation on Impact | 20140411 | ||
2 | Returning | RV_RESULT | Value transfer | Type reference (TYPE) | STRING | Response Type - Driver Assignment | 20140411 |
Method GET_MITIG_IMPACT_DOMAIN_TXT on class CL_GRRM_UTIL_RESP_TYPE has no exception.
Method GET_MITIG_PROBAB_DOMAIN_TXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_VALUE | Call by reference | Type reference (TYPE) | GRRM_RESP_TYPE_MITIG_PROB | Response Type - Mitigation on Probability | 20140411 | ||
2 | Returning | RV_RESULT | Value transfer | Type reference (TYPE) | STRING | 20140411 |
Method GET_MITIG_PROBAB_DOMAIN_TXT on class CL_GRRM_UTIL_RESP_TYPE has no exception.
Method GET_TITLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_RESP_TYPE | Call by reference | Type reference (TYPE) | GRRM_RESPONSE_TYPE | Response Type | 20140317 | ||
2 | Returning | RV_TITLE | Value transfer | Type reference (TYPE) | STRING | 20140317 |
Method GET_TITLE on class CL_GRRM_UTIL_RESP_TYPE has no exception.
Method READ_FROM_DB Signature
Method READ_FROM_DB on class CL_GRRM_UTIL_RESP_TYPE has no parameter.
Method READ_FROM_DB on class CL_GRRM_UTIL_RESP_TYPE has no exception.
Method SET_LANGUAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | Language Key | 20140317 |
Method SET_LANGUAGE on class CL_GRRM_UTIL_RESP_TYPE has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | V1100 |