SAP ABAP Class CL_GRRM_API_ACTIVITY (API Class for Activity)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   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 20080723
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_CUSTOMFIELD Interface for Customer Field API 20081203
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_API_ROLE_CONTAINER API role container 20080808
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_REPORT Get data for reporting engine 20080820
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRRM_API_ACTIVITY Activity 20080723
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRRM_API_RISK_COLLECTION API can serve as a risk collection 20120111
Properties
Class CL_GRRM_API_ACTIVITY  
Short Description API Class for Activity    
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 20080723   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 GRFNM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 GRPC0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 GRPCB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 GRPCS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 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 20081203
2 IF_GRFN_API_QUERY Query interface 20130318
3 IF_GRFN_API_ROLE_CONTAINER API role container 20080808
4 IF_GRFN_REPORT Get data for reporting engine 20080820
5 IF_GRRM_API_ACTIVITY Activity 20080723
6 IF_GRRM_API_RISK_COLLECTION API can serve as a risk collection 20120111
Friends
# Friend Modeled only Created on Description
1 CL_GRFN_API_SESSION 20080723 Session Management for GRC APIs
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_CACT_MODEL Constant Public Type reference (TYPE) CLASSNAME 'CL_GRRM_MODEL_CACTIVITY' Reference type 20090112
2 MC_ERROR Constant Private Type reference (TYPE) SY-MSGTY 'E' Message Type 20080723
3 MC_MESSAGE_CLASS Constant Private Type reference (TYPE) SY-MSGID 'GRFN_ENTITY_API' Reference type 20080723
4 MC_MODEL_CLASS Constant Public Type reference (TYPE) CLASSNAME 'CL_GRRM_MODEL_ACTIVITY' Reference type 20080723
5 MC_MODEL_CRISK Constant Public Type reference (TYPE) CLASSNAME 'CL_GRRM_MODEL_CRISK' Reference type 20140206
6 MC_MODEL_RISK Constant Public Type reference (TYPE) CLASSNAME 'CL_GRRM_MODEL_RISK' Reference type 20140206
7 MC_ORG_MODEL Constant Public Type reference (TYPE) CLASSNAME 'CL_GRFN_MODEL_CATALOGUE' Reference type 20090112
8 MC_SURVEY_MODEL_CLASS_NAME Instance attribute Private Type reference (TYPE) CLASSNAME 'CL_GRFN_MODEL_SURVEY' Reference type 20100601
9 MT_CHILD Instance attribute Private Type reference (TYPE) GRRM_T_ACTIVITY_RELAT_CHILD Activity Child 20090112
10 MT_ORGUNIT_LIST Static Attribute Private Type reference (TYPE) GRFN_T_API_ORGUNIT_LIST Table type for orgunit list 20080723
Methods
# Method Level Visibility Method type Description Created on
1 ACTLIST Instance method Public Method 20110913
2 CHECK_EXISTENCE Instance method Private Method 20091216
3 CHECK_VALIDITY Instance method Private Method 20090112
4 CREATE Instance method Public Method 20110913
5 DEFAULT_IDS Static method Public Method 20080812
6 DELETE Instance method Public Method 20110913
7 DOACTION Instance method Public Method 20110913
8 GET Static method Private Method 20080730
9 GET_NOTES Instance method Private Method Get Notes 20130122
10 QUERY Instance method Public Method 20080804
11 RETRIEVE Instance method Public Method 20110913
12 SET_ORGUNIT Static method Public Method 20080723
13 UPDATE Instance method Public Method 20110913
Events
Class CL_GRRM_API_ACTIVITY has no event.
Types
Class CL_GRRM_API_ACTIVITY has no local type.
Method Signatures

Method ACTLIST Signature

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

Method CHECK_EXISTENCE Signature

Method CHECK_EXISTENCE on class CL_GRRM_API_ACTIVITY has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091216

Method CHECK_VALIDITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACTIVITY_DATA Call by reference Type reference (TYPE) GRRM_S_ACTIVITY_DATA API data structure for activity 20090112
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090112

Method CREATE Signature

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

Method DEFAULT_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CACTIVITY_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090105
2 Exporting EV_CACTIVITY_TITLE Value transfer Type reference (TYPE) GRFN_TITLE Title/Short Name 20090105
3 Exporting EV_ORGUNIT_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090105
4 Exporting EV_ORGUNIT_TITLE Value transfer Type reference (TYPE) GRFN_TITLE Title/Short Name 20090105
5 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Required if you retrive default ids 20090105
6 Importing IV_CACTIVITY_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20080812
7 Importing IV_ORGUNIT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20080812
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080820

Method DELETE Signature

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

Method DOACTION Signature

Method DOACTION on class CL_GRRM_API_ACTIVITY has no parameter.
Method DOACTION on class CL_GRRM_API_ACTIVITY 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 20080730
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20080730
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) CL_GRRM_API_ACTIVITY API Class for Activity 20080730
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080820

Method GET_NOTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATE Call by reference Type reference (TYPE) DATS Field of type DATS 20130122
2 Exporting EV_NOTE Call by reference Type reference (TYPE) GRFN_NOTE_TEXT Note Text 20130122
3 Exporting EV_TIME Call by reference Type reference (TYPE) TIMS Field of type TIMS 20130122
4 Exporting EV_USER Call by reference Type reference (TYPE) GRFN_USERID User ID 20130122
5 Importing IV_DATE Call by reference Type reference (TYPE) DATS Field of type DATS 20130122
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20130122

Method QUERY Signature

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

Method RETRIEVE Signature

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

Method SET_ORGUNIT 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 20080723
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080723

Method UPDATE Signature

Method UPDATE on class CL_GRRM_API_ACTIVITY has no parameter.
Method UPDATE on class CL_GRRM_API_ACTIVITY has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 300