SAP ABAP Class CL_GRRM_OB_API_AGGR_RUN (Aggregation Run API class)
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 - 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 20110510
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRRM_OB_API_AGGR_RUN Aggregation Run 20110510
Properties
Class CL_GRRM_OB_API_AGGR_RUN  
Short Description Aggregation Run API class    
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_OB_ENTITY_API   Operational Risk Management for Banks: Entity API 
Created 20110510   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRRM_OB_API_AGGR_RUN has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRRM_OB_API_AGGR_RUN Aggregation Run 20110510
Friends
# Friend Modeled only Created on Description
1 CL_GRFN_API_SESSION 20110510 Session Management for GRC APIs
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ACTION_CANCEL Instance attribute Public Attribute reference (LIKE) 20110512
2 GC_ACTION_CLOSE Instance attribute Public Attribute reference (LIKE) 20110512
3 GC_ACTION_PUBLISH Instance attribute Public Attribute reference (LIKE) 20110512
4 GC_DOMAIN_ACTION Instance attribute Public Attribute reference (LIKE) 20110512
5 GC_DOMAIN_ENTITY_TYPE Instance attribute Public Attribute reference (LIKE) 20110512
6 GC_DOMAIN_EXECUTION_MODE Instance attribute Public Attribute reference (LIKE) 20110512
7 GC_DOMAIN_STATUS Instance attribute Public Attribute reference (LIKE) 20110512
8 GC_ENITY_TYPE_KRI Instance attribute Public Attribute reference (LIKE) 20110512
9 GC_ENITY_TYPE_RCSA Instance attribute Public Attribute reference (LIKE) 20110512
10 GC_EXECUTION_MODE_AUTOMATIC Instance attribute Public Attribute reference (LIKE) 20110512
11 GC_EXECUTION_MODE_MANUAL Instance attribute Public Attribute reference (LIKE) 20110512
12 GC_STATUS_CANCELED Instance attribute Public Attribute reference (LIKE) 20110512
13 GC_STATUS_CLOSED Instance attribute Public Attribute reference (LIKE) 20110512
14 GC_STATUS_IN_PROCESS Instance attribute Public Attribute reference (LIKE) 20110512
15 GC_STATUS_JOB_ERROR Instance attribute Private Attribute reference (LIKE) 20110512
16 GC_STATUS_PUBLISHED Instance attribute Public Attribute reference (LIKE) 20110512
17 MC_ERROR Constant Private Type reference (TYPE) SY-MSGTY 'E' Message Type 20110511
18 MC_FIELD_DUE_DATE Constant Private Type reference (TYPE) FIELDNAME 'DUE_DATE' Field Name 20110516
19 MC_FIELD_END_DATE Constant Private Type reference (TYPE) FIELDNAME 'END_DATE' Field Name 20110516
20 MC_FIELD_EXECUTION_MODE Constant Private Type reference (TYPE) FIELDNAME 'EXECUTION_MODE' Field Name 20110516
21 MC_FIELD_NAME Constant Private Type reference (TYPE) FIELDNAME 'NAME' Field Name 20110516
22 MC_FIELD_OU_HIER_ID Constant Private Type reference (TYPE) FIELDNAME 'OU_HIER_ID' Field Name 20110805
23 MC_FIELD_OWNER Constant Private Type reference (TYPE) FIELDNAME 'OWNER_T' Field Name 20110516
24 MC_FIELD_RC_HIER_ID Constant Private Type reference (TYPE) FIELDNAME 'RC_HIER_ID' Field Name 20110516
25 MC_FIELD_START_DATE Constant Private Type reference (TYPE) FIELDNAME 'START_DATE' Field Name 20110516
26 MC_MESSAGE_CLASS Constant Private Type reference (TYPE) SY-MSGID 'GRRM_OB_REPORTING' Message Class 20110511
27 MC_MESSAGE_CLASS_FN Constant Private Type reference (TYPE) SY-MSGID 'GRFN_ENTITY_API' Message Class 20110511
28 MC_MODEL_CLASS Constant Public Type reference (TYPE) CLASSNAME 'CL_GRRM_OB_MODEL_AGGR_RUN' Reference type 20110511
Methods
# Method Level Visibility Method type Description Created on
1 ACTLIST Instance method Public Method 20110512
2 CHECK_INPUT Instance method Private Method Check input data 20110511
3 CONSTRUCTOR Instance method Public Constructor Constructor 20110511
4 CREATE Instance method Public Method 20110510
5 DELETE Instance method Public Method 20110510
6 DOACTION Instance method Public Method 20110512
7 GET Static method Private Method Get 20110511
8 GET_BAPIRET Instance method Private Method Transform message into bapiret format 20110516
9 QUERY Instance method Public Method 20110510
10 RETRIEVE Instance method Public Method 20110510
11 UPDATE Instance method Public Method 20110510
12 UPDATE_JOB Instance method Public Method 20110517
Events
Class CL_GRRM_OB_API_AGGR_RUN has no event.
Types
Class CL_GRRM_OB_API_AGGR_RUN has no local type.
Method Signatures

Method ACTLIST Signature

Method ACTLIST on class CL_GRRM_OB_API_AGGR_RUN has no parameter.
Method ACTLIST on class CL_GRRM_OB_API_AGGR_RUN has no exception.

Method CHECK_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_AGGR_RUN Call by reference Type reference (TYPE) GRRM_OB_S_API_AGGR_RUN Aggregation Run Model Structure 20110511
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110511

Method CONSTRUCTOR 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 20110511
2 Importing IV_AGGR_RUN_ID Call by reference Type reference (TYPE) GRRM_OB_AG_RUN_API_ID Aggregation Run - API ID 20110511

Method CONSTRUCTOR on class CL_GRRM_OB_API_AGGR_RUN has no exception.

Method CREATE Signature

Method CREATE on class CL_GRRM_OB_API_AGGR_RUN has no parameter.
Method CREATE on class CL_GRRM_OB_API_AGGR_RUN has no exception.

Method DELETE Signature

Method DELETE on class CL_GRRM_OB_API_AGGR_RUN has no parameter.
Method DELETE on class CL_GRRM_OB_API_AGGR_RUN has no exception.

Method DOACTION Signature

Method DOACTION on class CL_GRRM_OB_API_AGGR_RUN has no parameter.
Method DOACTION on class CL_GRRM_OB_API_AGGR_RUN has no exception.

Method GET 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 20110511
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20110511
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) CL_GRRM_OB_API_AGGR_RUN Aggregation Run API 20110511

Method GET on class CL_GRRM_OB_API_AGGR_RUN has no exception.

Method GET_BAPIRET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELD Call by reference Type reference (TYPE) BAPI_FLD Field in parameter 20110516
2 Importing IV_ID Value transfer Type reference (TYPE) SY-MSGID Message Class 20110516
3 Importing IV_NO Value transfer Type reference (TYPE) SY-MSGNO Message Number 20110516
4 Importing IV_TP Value transfer Type reference (TYPE) BAPI_MTYPE Message Type 20110516
5 Importing IV_V1 Value transfer Type reference (TYPE) ANY Message Variable 20110516
6 Importing IV_V2 Value transfer Type reference (TYPE) ANY Message Variable 20110516
7 Importing IV_V3 Value transfer Type reference (TYPE) ANY Message Variable 20110516
8 Importing IV_V4 Value transfer Type reference (TYPE) ANY Message Variable 20110516
9 Returning RS_BAPIRET Value transfer Type reference (TYPE) BAPIRET2 Return Parameter 20110516

Method GET_BAPIRET on class CL_GRRM_OB_API_AGGR_RUN has no exception.

Method QUERY Signature

Method QUERY on class CL_GRRM_OB_API_AGGR_RUN has no parameter.
Method QUERY on class CL_GRRM_OB_API_AGGR_RUN has no exception.

Method RETRIEVE Signature

Method RETRIEVE on class CL_GRRM_OB_API_AGGR_RUN has no parameter.
Method RETRIEVE on class CL_GRRM_OB_API_AGGR_RUN has no exception.

Method UPDATE Signature

Method UPDATE on class CL_GRRM_OB_API_AGGR_RUN has no parameter.
Method UPDATE on class CL_GRRM_OB_API_AGGR_RUN has no exception.

Method UPDATE_JOB Signature

Method UPDATE_JOB on class CL_GRRM_OB_API_AGGR_RUN has no parameter.
Method UPDATE_JOB on class CL_GRRM_OB_API_AGGR_RUN has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in V1000