SAP ABAP Interface IF_GRRM_OB_API_AGGR_RUN (Aggregation Run)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-RM (Application Component) GRC Risk Management
⤷
GRRM_OB_ENTITY_API (Package) Operational Risk Management for Banks: Entity API

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GRRM_OB_API_AGGR_RUN | Aggregation Run API class | 20110510 |
Properties
Interface | IF_GRRM_OB_API_AGGR_RUN | |
Short Description | Aggregation Run |
General Data
Package | GRRM_OB_ENTITY_API | Operational Risk Management for Banks: Entity API |
Created | 20110510 | SAP |
Last changed | 20141106 | |
Unicode checks active |
Forward declarations
Interface IF_GRRM_OB_API_AGGR_RUN has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRFN_API_BASIS | Basis interface for the GRC API | 20110510 |
Friends
Interface IF_GRRM_OB_API_AGGR_RUN has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_ACTION_CANCEL | Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_ACTION | 'CANCEL' | Action: Delete | 20110512 | |
2 | GC_ACTION_CLOSE | Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_ACTION | 'CLOSE' | Action: Close | 20110511 | |
3 | GC_ACTION_PUBLISH | Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_ACTION | 'PUBLISH' | Action: Publish | 20110511 | |
4 | GC_AGGR_TYPE_KRI | Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_AGGR_TYPE | 'KRI' | Entity Type: KRI | 20110516 | |
5 | GC_AGGR_TYPE_RCSA | Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_AGGR_TYPE | 'RCSA' | Entity Type: RCSA | 20110516 | |
6 | GC_DOMAIN_ACTION | Constant | Public | Type reference (TYPE) | DOMNAME | 'GRRM_OB_AG_RUN_ACTION' | DDIC domain for action | 20110512 | |
7 | GC_DOMAIN_AGGR_TYPE | Constant | Public | Type reference (TYPE) | DOMNAME | 'GRRM_OB_AG_RUN_AGGR_TYPE' | DDIC domain for entity type | 20110516 | |
8 | GC_DOMAIN_EXECUTION_MODE | Constant | Public | Type reference (TYPE) | DOMNAME | 'GRRM_OB_AG_RUN_EXECUTION_MODE' | DDIC domain for execution mode | 20110512 | |
9 | GC_DOMAIN_STATUS | Constant | Public | Type reference (TYPE) | DOMNAME | 'GRRM_OB_AG_RUN_STATUS' | DDIC domain for status | 20110512 | |
10 | GC_EXECUTION_MODE_AUTOMATIC | Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_EXECUTION_MODE | 'A' | Execution Mode: Automatic | 20110511 | |
11 | GC_EXECUTION_MODE_MANUAL | Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_EXECUTION_MODE | 'M' | Execution Mode: Manual | 20110511 | |
12 | GC_STATUS_CANCELED | Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_STATUS | 'CANCELED' | Status: Canceled | 20110512 | |
13 | GC_STATUS_CLOSED | Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_STATUS | 'CLOSED' | Status: Closed | 20110511 | |
14 | GC_STATUS_IN_PROCESS | Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_STATUS | 'IN_PROCESS' | Status: In Process | 20110511 | |
15 | GC_STATUS_JOB_ERROR | Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_STATUS | 'JOB_ERROR' | Status: Job error | 20110512 | |
16 | GC_STATUS_PUBLISHED | Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_STATUS | 'PUBLISHED' | Status: Published | 20110511 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Return valid list of business actions | 20110511 |
2 | ![]() |
Static method | Public | Method | Create Aggregation Run | 20110510 |
3 | ![]() |
Instance method | Public | Method | Delete Aggregation Run | 20110510 |
4 | ![]() |
Instance method | Public | Method | Do business action | 20110511 |
5 | ![]() |
Static method | Public | Method | Query Aggregation Run | 20110510 |
6 | ![]() |
Instance method | Public | Method | Retrieve Aggregation Run | 20110510 |
7 | ![]() |
Instance method | Public | Method | Update Aggregation Run | 20110510 |
8 | ![]() |
Instance method | Public | Method | Schedule calculation via backround job | 20110517 |
Events
Interface IF_GRRM_OB_API_AGGR_RUN has no event.
Types
Interface IF_GRRM_OB_API_AGGR_RUN has no local type.
Method Signatures
Method ACTLIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_ACTION | Value transfer | Type reference (TYPE) | GRFN_T_ACTIVITY_FOR_STATUS | Texts for Business Transactions | 20110511 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110511 |
Method CREATE 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 | 20110510 | ||
2 | ![]() |
IS_AGGR_RUN | Call by reference | Type reference (TYPE) | GRRM_OB_S_API_AGGR_RUN | Aggregation Run API structure | 20110510 | ||
3 | ![]() |
RV_AGGR_RUN_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110510 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110510 |
Method DELETE Signature
Method DELETE on Interface IF_GRRM_OB_API_AGGR_RUN has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110510 |
Method DOACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ACTION | Call by reference | Type reference (TYPE) | GRRM_OB_AG_RUN_ACTION | Business Transaction | 20110511 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110511 |
Method QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_AGGR_RUN_LIST | Call by reference | Type reference (TYPE) | GRRM_OB_T_API_AGGR_RUN | Aggregation Run API table | 20110510 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20110510 | ||
3 | ![]() |
IV_AGGR_TYPE | Call by reference | Type reference (TYPE) | GRRM_OB_AG_RUN_AGGR_TYPE | Aggregation Run - Aggregation Type | 20110525 | ||
4 | ![]() |
IV_END_DATE | Call by reference | Type reference (TYPE) | GRRM_OB_AG_RUN_END_DATE | Aggregation Run - End Date | 20110510 | ||
5 | ![]() |
IV_PATTERN | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | API search pattern | 20110510 | ||
6 | ![]() |
IV_TF_YEAR | Call by reference | Type reference (TYPE) | GRFN_TF_YEAR | Timeframe Year | 20110524 | ||
7 | ![]() |
IV_TIMEFRAME | Call by reference | Type reference (TYPE) | GRFN_TIMEFRAME | Timeframe | 20110524 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110510 |
Method RETRIEVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_AGGR_RUN | Call by reference | Type reference (TYPE) | GRRM_OB_S_API_AGGR_RUN | Aggregation Run API structure | 20110510 | ||
2 | ![]() |
IV_EDITABLE | Call by reference | Type reference (TYPE) | GRFN_BOOLEAN | Indicator | 20110510 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110510 |
Method UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_AGGR_RUN | Call by reference | Type reference (TYPE) | GRRM_OB_S_API_AGGR_RUN | Aggregation Run API structure | 20110510 | ||
2 | ![]() |
IV_FULL_CHECK | Value transfer | Type reference (TYPE) | AS4FLAG | 'X' | Flag (X or Blank) | 20110805 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110510 |
Method UPDATE_JOB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_MESSAGE | Value transfer | Type reference (TYPE) | BAPIRETTAB | Info messages about job schedule | 20110517 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110517 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | V1000 |