SAP ABAP Class CL_GRRM_ILD_MODEL (Model for Incident Management)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-RM (Application Component) GRC Risk Management
⤷ GRRM_ILD (Package) GRC Incident Management
⤷ GRC-RM (Application Component) GRC Risk Management
⤷ GRRM_ILD (Package) GRC Incident Management
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_CUSTOMFIELD_MODEL | Model extension to handle the custom fields | 20091015 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_MODEL | Interface for handling of GRC API models | 20091014 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_MODEL_STATUS | Enable to retrieve MCF information for object from model | 20100510 |
Properties
Class | CL_GRRM_ILD_MODEL | |
Short Description | Model for Incident Management | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRRM_ILD | GRC Incident Management |
Created | 20091014 | SAP |
Last change | 20141106 | |
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) |
2 | CL_GRRM_ILD_EVENT | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | IF_GRFN_API_MODEL | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRFN_API_CUSTOMFIELD_MODEL | Model extension to handle the custom fields | 20091015 | ||
2 | IF_GRFN_API_MODEL | Interface for handling of GRC API models | 20091014 | ||
3 | IF_GRFN_MODEL_STATUS | Enable to retrieve MCF information for object from model | 20100510 |
Friends
Class CL_GRRM_ILD_MODEL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MO_MODEL_CDF | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRFN_UTIL_CDF_MODEL | CDF Model utility class | 20100510 | ||
2 | MS_DATES | Instance attribute | Private | Type reference (TYPE) | GRFN_S_TF_DATES | Timeframe details | 20091014 | ||
3 | MT_FAKE_ID | Static Attribute | Private | See coding | 20101213 | ||||
4 | MT_ID_MAP | Instance attribute | Private | Type reference (TYPE) | IF_GRFN_API_MODEL=>YT_ID_MAP | 20101213 | |||
5 | MV_FAKE_ID | Static Attribute | Private | Type reference (TYPE) | GRRM_ILD_EVENT_ID | ILD Event ID | 20101213 | ||
6 | MV_FAKE_ID_IN_USE | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20101213 | |||
7 | MV_LANGUAGE | Instance attribute | Private | Type reference (TYPE) | SY-LANGU | Language Key of Current Text Environment | 20091014 | ||
8 | T_BACKUP_CHANGED | Instance attribute | Private | Type reference (TYPE) | YT_EVENT_ID | 20091014 | |||
9 | T_BACKUP_CREATED | Instance attribute | Private | Type reference (TYPE) | YT_EVENT_ID | 20091014 | |||
10 | T_CHANGED | Instance attribute | Private | Type reference (TYPE) | YT_EVENT_ID | 20091014 | |||
11 | T_CREATED | Instance attribute | Private | Type reference (TYPE) | YT_EVENT_ID | 20091014 | |||
12 | T_INSTANCE_POOL | Instance attribute | Private | Type reference (TYPE) | YT_INSTANCE_POOL | 20091014 | |||
13 | T_LOCK_BUFFER | Instance attribute | Private | Type reference (TYPE) | YT_EVENT_ID | 20091014 |
Methods
Events
Class CL_GRRM_ILD_MODEL has no event.
Types
Class CL_GRRM_ILD_MODEL has no local type.
Method Signatures
Method BUFFER_BACKUP Signature
Method BUFFER_BACKUP on class CL_GRRM_ILD_MODEL has no parameter.
Method BUFFER_BACKUP on class CL_GRRM_ILD_MODEL has no exception.
Method BUFFER_RESTORE Signature
Method BUFFER_RESTORE on class CL_GRRM_ILD_MODEL has no parameter.
Method BUFFER_RESTORE on class CL_GRRM_ILD_MODEL has no exception.
Method CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | EVENT_ID | Call by reference | Attribute reference (LIKE) | 20091014 |
Method CHANGED on class CL_GRRM_ILD_MODEL has no exception.
Method CHECK_CLSF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IT_CLSF | Call by reference | Type reference (TYPE) | GRRM_T_ILD_CLASSIF | Classification Values | 20091014 | ||
2 | Changing | XT_EVENT | Call by reference | Type reference (TYPE) | GRRM_T_ILD_EVENT_LIST | List of Incidents | 20091014 |
Method CHECK_CLSF on class CL_GRRM_ILD_MODEL has no exception.
Method CONSTRUCTOR 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) | SY-LANGU | Language Key of Current Text Environment | 20091014 | ||
2 | Importing | IV_TF_YEAR | Call by reference | Type reference (TYPE) | GRFN_TF_YEAR | Timeframe Year | 20091014 | ||
3 | Importing | IV_TIMEFRAME | Call by reference | Type reference (TYPE) | GRFN_TIMEFRAME | Timeframe | 20091014 |
Method CONSTRUCTOR on class CL_GRRM_ILD_MODEL has no exception.
Method CREATE_INCIDENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GRRM_ILD_EVENT | ILD Event Entity | 20091014 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20091014 |
Method EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_INCIDENT | Value transfer | Type reference (TYPE) | GRRM_ILD_EVENT_ID | ILD Event Unique ID | 20091014 | ||
2 | Returning | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091014 |
Method EXISTS on class CL_GRRM_ILD_MODEL has no exception.
Method FIND_EVENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_EVENT | Call by reference | Type reference (TYPE) | GRRM_T_ILD_EVENT_LIST | List of Incidents | 20091014 | ||
2 | Importing | IV_EXT_REF | Value transfer | Type reference (TYPE) | GRRM_ILD_EVENT_EXT_REF | Event External Reference | 20091014 | ||
3 | Importing | IV_ORGUNIT | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20091104 | ||
4 | Importing | IV_RISK_ALLOC | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100804 |
Method FIND_EVENTS on class CL_GRRM_ILD_MODEL has no exception.
Method FIND_NEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_EVENT | Call by reference | Type reference (TYPE) | GRRM_T_ILD_EVENT_LIST | List of Incidents | 20091014 | ||
2 | Importing | IV_EXT_REF | Value transfer | Type reference (TYPE) | GRRM_ILD_EVENT_EXT_REF | Event External Reference | 20091014 |
Method FIND_NEW on class CL_GRRM_ILD_MODEL has no exception.
Method GET_INCIDENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | E_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GRRM_ILD_EVENT | ILD Event Entity | 20091014 | ||
2 | Importing | I_EVENT | Value transfer | Type reference (TYPE) | GRRM_ILD_EVENT_ID | ILD Event Unique ID | 20091014 |
Method GET_INCIDENT on class CL_GRRM_ILD_MODEL has no exception.
Method IS_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_ID | Call by reference | Type reference (TYPE) | GRRM_ILD_EVENT_ID | ILD Event Unique ID | 20091014 | ||
2 | Returning | RV_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091014 |
Method IS_CHANGED on class CL_GRRM_ILD_MODEL has no exception.
Method IS_CREATED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_ID | Call by reference | Type reference (TYPE) | GRRM_ILD_EVENT_ID | ILD Event Unique ID | 20091014 | ||
2 | Returning | RV_CREATED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091014 |
Method IS_CREATED on class CL_GRRM_ILD_MODEL has no exception.
Method IS_LOCKED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_EVENT | Value transfer | Type reference (TYPE) | GRRM_ILD_EVENT_ID | ILD Event Unique ID | 20091014 | ||
2 | Returning | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091014 |
Method IS_LOCKED on class CL_GRRM_ILD_MODEL has no exception.
Method LOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_EVENT | Value transfer | Type reference (TYPE) | GRRM_ILD_EVENT_ID | ILD Event Unique ID | 20091014 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Exception Basis Class for BAPI Migration | 20091014 |
Method NEXT_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | E_RESULT | Value transfer | Type reference (TYPE) | GRRM_ILD_EVENT_ID | ILD Event Unique ID | 20091014 | ||
2 | Importing | IV_FAKE_ID | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20101213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Exception Basis Class for BAPI Migration | 20091014 |
Method POST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_DATA | Call by reference | Type reference (TYPE) | CL_GRRM_ILD_EVENT=>YS_POST_DATA | 20091014 |
Method POST on class CL_GRRM_ILD_MODEL has no exception.
Method QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_INCIDENT_LIST | Call by reference | Type reference (TYPE) | GRRM_T_ILD_EVENT_LIST | List of Incidents | 20091014 | ||
2 | Importing | IT_CLSF_FILTER | Call by reference | Type reference (TYPE) | GRRM_T_ILD_CLASSIF | Classification Values | 20091014 | ||
3 | Importing | IV_EXT_REF | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091014 | ||
4 | Importing | IV_ORGUNIT | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20091104 | ||
5 | Importing | IV_RISK_ALLOC | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100804 |
Method QUERY on class CL_GRRM_ILD_MODEL has no exception.
Method REPLACE_FAKE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_FAKE_ID | Call by reference | Type reference (TYPE) | GRRM_ILD_EVENT_ID | ILD Event ID | 20101213 | ||
2 | Importing | IV_REAL_ID | Call by reference | Type reference (TYPE) | GRRM_ILD_EVENT_ID | ILD Event ID | 20101213 |
Method REPLACE_FAKE_ID on class CL_GRRM_ILD_MODEL has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |