SAP ABAP Class IF_GRRM_OB_API_AGGR_RUN (Aggregation Run)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_GRFN_API_BASIS | Basis interface for the GRC API | 20110510 |
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
Class | IF_GRRM_OB_API_AGGR_RUN | |
Short Description | Aggregation Run | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20110510 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_GRRM_OB_API_AGGR_RUN has no forward declaration.
Interfaces
Class IF_GRRM_OB_API_AGGR_RUN has no interface implemented.
Friends
Class IF_GRRM_OB_API_AGGR_RUN has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_ACTION | 'CANCEL' | Action: Delete | 20110512 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_ACTION | 'CLOSE' | Action: Close | 20110511 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_ACTION | 'PUBLISH' | Action: Publish | 20110511 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_AGGR_TYPE | 'KRI' | Entity Type: KRI | 20110516 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_AGGR_TYPE | 'RCSA' | Entity Type: RCSA | 20110516 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | DOMNAME | 'GRRM_OB_AG_RUN_ACTION' | DDIC domain for action | 20110512 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | DOMNAME | 'GRRM_OB_AG_RUN_AGGR_TYPE' | DDIC domain for entity type | 20110516 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | DOMNAME | 'GRRM_OB_AG_RUN_EXECUTION_MODE' | DDIC domain for execution mode | 20110512 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | DOMNAME | 'GRRM_OB_AG_RUN_STATUS' | DDIC domain for status | 20110512 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_EXECUTION_MODE | 'A' | Execution Mode: Automatic | 20110511 | |
11 | ![]() |
Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_EXECUTION_MODE | 'M' | Execution Mode: Manual | 20110511 | |
12 | ![]() |
Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_STATUS | 'CANCELED' | Status: Canceled | 20110512 | |
13 | ![]() |
Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_STATUS | 'CLOSED' | Status: Closed | 20110511 | |
14 | ![]() |
Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_STATUS | 'IN_PROCESS' | Status: In Process | 20110511 | |
15 | ![]() |
Constant | Public | Type reference (TYPE) | GRRM_OB_AG_RUN_STATUS | 'JOB_ERROR' | Status: Job error | 20110512 | |
16 | ![]() |
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
Class IF_GRRM_OB_API_AGGR_RUN has no event.
Types
Class 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 class 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 |