SAP ABAP Interface IF_GRRM_API_INCIDENT (Incident)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRRM_ENTITY_API (Package) Risk Management APIs
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GRRM_API_INCIDENT | Incident API | 20080729 |
Properties
| Interface | IF_GRRM_API_INCIDENT | |
| Short Description | Incident |
General Data
| Package | GRRM_ENTITY_API | Risk Management APIs |
| Created | 20080729 | SAP |
| Last changed | 20141106 | |
| 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GRFN_API_BASIS | Basis interface for the GRC API | 20080729 |
Friends
Interface IF_GRRM_API_INCIDENT has no friend.
Attributes
Interface IF_GRRM_API_INCIDENT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20081105 | ||
| 2 | Static method | Public | Method | 20080729 | ||
| 3 | Instance method | Public | Method | 20081105 | ||
| 4 | Instance method | Public | Method | 20130816 | ||
| 5 | Instance method | Public | Method | 20080818 | ||
| 6 | Static method | Public | Method | 20081126 | ||
| 7 | Static method | Public | Method | 20080729 | ||
| 8 | Instance method | Public | Method | 20080729 | ||
| 9 | Instance method | Public | Method | 20090720 | ||
| 10 | Instance method | Public | Method | 20080729 |
Events
Interface IF_GRRM_API_INCIDENT has no event.
Types
Interface IF_GRRM_API_INCIDENT has no local type.
Method Signatures
Method ACTIONLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_ACTLIST | Value transfer | Type reference (TYPE) | GRRM_T_ILD_ACTION_LIST | Table type for the action list | 20081105 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081105 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_INCIDENT_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080729 | |||
| 2 | IO_SESSION | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20080729 | |||
| 3 | IS_DATA | Value transfer | Type reference (TYPE) | GRRM_S_API_INCIDENT_DATA | Posting API: Event Header | 20080729 | |||
| 4 | IT_CLASSIF | Value transfer | Type reference (TYPE) | GRRM_T_ILD_EVENT_CLASSIF | Posting API: Event Classification | 20080729 | |||
| 5 | IT_RISK_ALLOCATION | Value transfer | Type reference (TYPE) | GRRM_T_API_INCIDENT_RISK_ALLOC | List of Incident Risk Allocations | 20080925 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080729 |
Method DOACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION | Value transfer | Type reference (TYPE) | GRRM_ILD_ACTION | Action list for the Actual entities | 20081105 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081105 |
Method IS_STATUS_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STATUS_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130816 |
Method IS_STATUS_CHANGED on Interface IF_GRRM_API_INCIDENT has no exception.
Method LOSSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_LOSSES | Value transfer | Type reference (TYPE) | GRRM_T_API_ILD_LOSS_LIST | The list of the incident losses | 20080818 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080818 |
Method POST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_INCIDENT_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081126 | |||
| 2 | IO_SESSION | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081126 | |||
| 3 | IS_DATA | Value transfer | Type reference (TYPE) | GRRM_S_API_INCIDENT_DATA | Posting API: Event Header | 20081126 | |||
| 4 | IT_CLASSIF | Value transfer | Type reference (TYPE) | GRRM_T_ILD_EVENT_CLASSIF | Posting API: Event Classification | 20081126 | |||
| 5 | IT_RISK_ALLOCATION | Value transfer | Type reference (TYPE) | GRRM_T_API_INCIDENT_RISK_ALLOC | List of Incident Risk Allocations | 20081126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081126 |
Method QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_INCIDENT_LIST | Value transfer | Type reference (TYPE) | GRRM_T_API_INCIDENT_LIST | The list of the incidents | 20080729 | |||
| 2 | ET_INCIDENT_LIST_EXT | Value transfer | Type reference (TYPE) | GRRM_T_API_INCIDENT_LIST_EXT | Extended incident list | 20110629 | |||
| 3 | IO_SESSION | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20080729 | |||
| 4 | IT_CLSF_FILTER | Value transfer | Type reference (TYPE) | GRRM_T_ILD_CLASSIF | Classification Values | 20080729 | |||
| 5 | IV_EXT_REF | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080729 | |||
| 6 | IV_ORGUNIT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091104 | |||
| 7 | IV_RISK_ALLOC | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100804 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080729 |
Method RETRIEVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DATA | Value transfer | Type reference (TYPE) | GRRM_S_API_INCIDENT_DATA | Posting API: Event Header | 20080729 | |||
| 2 | ES_TOTAL_LOSS | Value transfer | Type reference (TYPE) | GRRM_S_INCIDENT_TOTAL_LOSS | Total Loss | 20080926 | |||
| 3 | ET_CLASSIF | Value transfer | Type reference (TYPE) | GRRM_T_ILD_EVENT_CLASSIF | Posting API: Event Classification | 20080729 | |||
| 4 | ET_RISK_ALLOCATION | Value transfer | Type reference (TYPE) | GRRM_T_API_INCIDENT_RISK_ALLOC | List of Incident Risk Allocations | 20080925 | |||
| 5 | EV_DEF_CURRENCY | Value transfer | Type reference (TYPE) | GRFN_CURRENCY | Default Currency | 20090129 | |||
| 6 | IV_EDITABLE | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | Boolean | 20080729 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080729 |
Method SET_REWORK_PROCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PROCESSOR | Call by reference | Type reference (TYPE) | SY-UNAME | User Name | 20090720 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20090720 |
Method UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DATA | Value transfer | Type reference (TYPE) | GRRM_S_API_INCIDENT_DATA | Posting API: Event Header | 20080729 | |||
| 2 | IT_CLASSIF | Value transfer | Type reference (TYPE) | GRRM_T_ILD_EVENT_CLASSIF | Posting API: Event Classification | 20080729 | |||
| 3 | IT_RISK_ALLOCATION | Value transfer | Type reference (TYPE) | GRRM_T_API_INCIDENT_RISK_ALLOC | List of Incident Risk Allocations | 20080925 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20080729 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 300 |