SAP ABAP Class CL_GRRM_API_INCIDENT (Incident API)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-RM (Application Component) GRC Risk Management
⤷ GRRM_ENTITY_API (Package) Risk Management APIs
⤷ GRC-RM (Application Component) GRC Risk Management
⤷ GRRM_ENTITY_API (Package) Risk Management APIs
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_API_BASIS | Basis class for GRC API classes | 20080729 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_CUSTOMFIELD | Interface for Customer Field API | 20091015 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_QUERY | Query interface | 20130318 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_REPORT | Get data for reporting engine | 20080826 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRRM_API_INCIDENT | Incident | 20080729 |
Properties
Class | CL_GRRM_API_INCIDENT | |
Short Description | Incident API | |
Super Class | CL_GRFN_API_BASIS | Basis class for GRC API classes |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRRM_ENTITY_API | Risk Management APIs |
Created | 20080729 | 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 | GRRM0 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRFN_API_CUSTOMFIELD | Interface for Customer Field API | 20091015 | ||
2 | IF_GRFN_API_QUERY | Query interface | 20130318 | ||
3 | IF_GRFN_REPORT | Get data for reporting engine | 20080826 | ||
4 | IF_GRRM_API_INCIDENT | Incident | 20080729 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_GRFN_API_SESSION | 20080729 | Session Management for GRC APIs |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MC_ACTION_REFUSE | Constant | Public | Type reference (TYPE) | GRRM_ILD_ACTION | CL_GRRM_ILD_EVENT=>C_ACTION_REFUSE | Action "Refuse" | 20081105 | |
2 | MC_ACTION_RESUBMIT | Constant | Public | Type reference (TYPE) | GRRM_ILD_ACTION | CL_GRRM_ILD_EVENT=>C_ACTION_RESUBMIT | Action "Re-Submit" | 20081106 | |
3 | MC_ACTION_REWORK | Constant | Public | Type reference (TYPE) | GRRM_ILD_ACTION | CL_GRRM_ILD_EVENT=>C_ACTION_REWORK | Action "Rework" | 20081105 | |
4 | MC_ACTION_SUBMIT | Constant | Public | Type reference (TYPE) | GRRM_ILD_ACTION | CL_GRRM_ILD_EVENT=>C_ACTION_SUBMIT | Action "Submit" | 20081105 | |
5 | MC_ACTION_VALIDATE | Constant | Public | Type reference (TYPE) | GRRM_ILD_ACTION | CL_GRRM_ILD_EVENT=>C_ACTION_VALIDATE | Action "Validate" | 20081105 | |
6 | MC_DATAPART_REWORK | Constant | Public | Type reference (TYPE) | GRFN_DATAPART | 'REWORK' | Datapart "Rework" | 20081106 | |
7 | MC_DATAPART_VALIDATE | Constant | Public | Type reference (TYPE) | GRFN_DATAPART | 'VALIDATE' | Datapart "Validate" | 20081106 | |
8 | MC_DUMMY_ID | Constant | Public | Type reference (TYPE) | GRFN_API_OBJECT_ID | 'INCIDENT/99999*' | ILD Event ID | 20131223 | |
9 | MC_MODEL_CLASS | Constant | Public | Type reference (TYPE) | CLASSNAME | 'CL_GRRM_ILD_MODEL' | Reference Type | 20080826 | |
10 | MT_CLASSIF_DATA | Static Attribute | Private | Type reference (TYPE) | GRRM_T_ILD_CLASSIF_DATA | List of classifications | 20081016 | ||
11 | MT_CLASSIF_ITEM | Static Attribute | Private | Type reference (TYPE) | GRRM_T_ILD_CLASSIF_ITEM | ILD Classification Items | 20081016 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CHECK_AUTH | Static method | Private | Method | 20120606 | |
2 | CHECK_CLASSIF | Static method | Private | Method | 20081016 | |
3 | CHECK_EXISTENCE | Instance method | Private | Method | 20080729 | |
4 | CONSTRUCTOR | Instance method | Public | Constructor | CONSTRUCTOR | 20080819 |
5 | CREATE_AUTH | Static method | Private | Method | 20121101 | |
6 | GET | Static method | Private | Method | 20080729 | |
7 | GET_CLASSIF | Static method | Private | Method | 20081121 | |
8 | HAS_BUFFERED_CHANGES | Instance method | Public | Method | 20090513 | |
9 | QUERY | Instance method | Public | Method | 20100611 |
Events
Class CL_GRRM_API_INCIDENT has no event.
Types
Class CL_GRRM_API_INCIDENT has no local type.
Method Signatures
Method CHECK_AUTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20120606 | ||
2 | Importing | IV_DATAPART | Call by reference | Type reference (TYPE) | GRFN_DATAPART | Data Part for GRC Object Types | 20120606 | ||
3 | Importing | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20120606 | ||
4 | Importing | IV_OPERATION | Call by reference | Type reference (TYPE) | GRFN_API_OPERATION_ID | The ID of the operation | 20120606 | ||
5 | Importing | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20120606 | ||
6 | Returning | RV_AUTHORIZED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120606 |
Method CHECK_AUTH on class CL_GRRM_API_INCIDENT has no exception.
Method CHECK_CLASSIF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IT_CLASSIF | Call by reference | Type reference (TYPE) | GRRM_T_ILD_EVENT_CLASSIF | Posting API: Event Classification | 20081016 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081016 |
Method CHECK_EXISTENCE Signature
Method CHECK_EXISTENCE on class CL_GRRM_API_INCIDENT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20080729 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IO_SESSION | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20080819 | ||
2 | Importing | IV_OBJECT | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080819 |
Method CONSTRUCTOR on class CL_GRRM_API_INCIDENT has no exception.
Method CREATE_AUTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20121101 | ||
2 | Importing | IV_PARENT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20121101 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20121101 |
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IO_SESSION | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20080729 | ||
2 | Importing | IV_OBJECT_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080729 | ||
3 | Returning | RO_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GRRM_API_INCIDENT | Risk Clasification | 20080729 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20080729 |
Method GET_CLASSIF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081121 | ||
2 | Importing | IV_ORGUNIT_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20081121 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081121 |
Method HAS_BUFFERED_CHANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | RV_HAS_CHANGES | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090513 |
Method HAS_BUFFERED_CHANGES on class CL_GRRM_API_INCIDENT has no exception.
Method QUERY Signature
Method QUERY on class CL_GRRM_API_INCIDENT has no parameter.
Method QUERY on class CL_GRRM_API_INCIDENT has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 300 |