SAP ABAP Class CL_GRRM_MODEL_CACTIVITY (Model class for activity hierarchy)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_ACTIVITY (Package) Package for GRC RM Activity
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_CUSTOMFIELD_MODEL Model extension to handle the custom fields 20100513
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_MODEL Interface for handling of GRC API models 20080602
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_MODEL_STATUS Enable to retrieve MCF information for object from model 20100513
Properties
Class CL_GRRM_MODEL_CACTIVITY  
Short Description Model class for activity hierarchy    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRRM_ACTIVITY   Package for GRC RM Activity 
Created 20080602   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_GRRM_MODEL_CRISK Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 GRFNH Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 GRFNM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 GRRMA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_CUSTOMFIELD_MODEL Model extension to handle the custom fields 20100513
2 IF_GRFN_API_MODEL Interface for handling of GRC API models 20080602
3 IF_GRFN_MODEL_STATUS Enable to retrieve MCF information for object from model 20100513
Friends
Class CL_GRRM_MODEL_CACTIVITY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_CACTIVITY_HY_ID Constant Private Type reference (TYPE) GRFN_HIERARCHY_PATH 'ORM_CATM' Evaluation Path HR ORG 20080602
2 CV_SUBTY_DESCR Constant Private Type reference (TYPE) SUBTY '0001' Subtype 20080602
3 MC_ACTIVITY Constant Private Type reference (TYPE) GRFN_OBJTYPE 'ACTIVITY' Object Type. 20081001
4 MC_OPP_TEXT Constant Private Type reference (TYPE) STRING 'Opportunity Categories' 20080930
5 MC_PLVAR Constant Private Type reference (TYPE) PLVAR '01' Plan Version 20080603
6 MC_RISK_OBJTYPE Constant Private Type reference (TYPE) GRFN_OBJTYPE 'CRGROUP' Object Type. 20080930
7 MC_RISK_TEXT Constant Private Type reference (TYPE) STRING 'Risk Categories' 20080930
8 MO_MODEL_CDF Instance attribute Private Object reference (TYPE REF TO) CL_GRFN_UTIL_CDF_MODEL CDF Model utility class 20100513
9 MS_DATES Instance attribute Private Type reference (TYPE) GRFN_S_TF_DATES Timeframe details 20080602
10 MT_BUFFER Instance attribute Private Type reference (TYPE) GRRMA_T_CACTIVITY_BUFFER 20080602
11 MT_CRISK Instance attribute Private Type reference (TYPE) YT_CRISK_BUFFER 20080819
12 MT_HIER_BUFFER Instance attribute Private Type reference (TYPE) GRRMA_T_CACTIVITY_HIER_BUFFER 20080602
13 MT_KEY Instance attribute Private Type reference (TYPE) YT_KEY_BUFFER 20080819
14 MT_LOCKED_OBJECT Instance attribute Private Type reference (TYPE) YT_LOCK_OBJECTS 20080606
15 MT_OBJECT_DATA Instance attribute Private Type reference (TYPE) GRFNM_T_OBJECT_DATA Object Data 20080603
16 MT_RELAT_DATA Instance attribute Private Type reference (TYPE) GRFN_T_RELAT_DATA table type for relation data 20080605
17 MV_LANGUAGE Instance attribute Private Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20080602
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CRISK Instance method Public Method 20080819
2 ADD_OBJECT_DATA Instance method Private Method 20080603
3 ADD_RELAT_DATA Instance method Private Method 20080605
4 CHECK_CRISK_BUFFER Instance method Private Method 20080819
5 CHECK_CUT_POSSIBLE Instance method Private Method 20120104
6 CHECK_DELETE_POSSIBLE Instance method Private Method 20080930
7 CHECK_VALID_PARENT Instance method Private Method 20080704
8 COMPLETE_OBJECT_DATA Instance method Private Method 20080604
9 COMPLETE_RELAT_DATA Instance method Private Method 20080605
10 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080602
11 CORRECT_VALIDITY Instance method Private Method 20080603
12 DEL_CRISK Instance method Public Method 20080819
13 ENTITY_DEQUEUE Instance method Public Method Unlock all the locked entities 20080606
14 ENTITY_ENQUEUE Instance method Public Method Lock a particular entity object 20080606
15 ENTITY_LOCKED Instance method Public Method Check if the object is locked 20080606
16 EXISTS Instance method Public Method Check wheter the object exists 20100917
17 FAIL Instance method Private Method 20080602
18 FILL_CREATE Instance method Private Method 20080603
19 FILL_CUT Instance method Private Method 20080724
20 FILL_DELETE Instance method Private Method 20080603
21 FILL_UPDATE Instance method Private Method 20080604
22 GET_ACTIVITY_TYPE Instance method Public Method 20081112
23 GET_CATALOG Instance method Public Method 20080602
24 GET_CHILDREN Instance method Public Method 20080916
25 GET_CRISK Instance method Public Method 20080819
26 GET_OBJECT_VALIDITY Instance method Private Method Get object validity 20100513
27 GET_RELAT_KEY Instance method Private Method 20080605
28 LOAD_CRISK Instance method Private Method 20080819
29 READ_CACTIVITY Instance method Public Method 20080602
30 SET_ACTIVITY Instance method Public Method 20080603
Events
Class CL_GRRM_MODEL_CACTIVITY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_CRISK Public See coding 20080819 BEGIN OF s_crisk, crisk TYPE grfn_objectid, tp TYPE grfn_objtype, validfrom TYPE grfn_validfrom, validto TYPE grfn_validto, rc_type TYPE grrm_classification_types, END OF s_crisk
2 T_CRISK Public See coding 20080819 t_crisk TYPE SORTED TABLE OF s_crisk WITH UNIQUE KEY crisk
Method Signatures

Method ADD_CRISK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CRISK Call by reference Type reference (TYPE) CL_GRRM_MODEL_CRISK=>S_CRGROUP_DATA Object ID 20101108
2 Importing IV_CACT_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20080819
3 Importing IV_CHILD_TP Call by reference Type reference (TYPE) GRFN_OBJTYPE Object Type. 20090115
4 Importing IV_TP Call by reference Type reference (TYPE) GRFN_OBJTYPE Object Type. 20080819
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080904

Method ADD_OBJECT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMMAND Value transfer Type reference (TYPE) GRFN_COMMAND Operation 20080603
2 Importing I_OBJECTID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080603
3 Importing I_OBJTYPE Value transfer Type reference (TYPE) GRFN_OBJTYPE Object Type. 20080603
4 Importing I_VALIDFROM Value transfer Type reference (TYPE) GRFN_VALIDFROM Start Date 20080603
5 Importing I_VALIDTO Value transfer Type reference (TYPE) GRFN_VALIDTO End Date 20080603
6 Returning R_OBJECTID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080603
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080603

Method ADD_RELAT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_HIER Call by reference Type reference (TYPE) GRRM_T_CACTIVITY_HIER Table type for Activity Hierarchy 20080605
2 Exporting E_CHANGE Call by reference Type reference (TYPE) GRFN_BOOLEAN Boolean 20080605
3 Importing I_COMMAND Call by reference Type reference (TYPE) GRFN_COMMAND Operation 20080605
4 Importing I_KEY Call by reference Type reference (TYPE) GRFN_S_HR1001_KEY HR Key 20080605
5 Importing I_OBJECTID1 Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20080605
6 Importing I_OBJECTID2 Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20080605
7 Importing I_OBJTYPE1 Call by reference Type reference (TYPE) GRFN_OBJTYPE Object Type ID 20080605
8 Importing I_OBJTYPE2 Call by reference Type reference (TYPE) GRFN_OBJTYPE Object ID 20080605
9 Importing I_PRIOX Call by reference Type reference (TYPE) GRFN_PRIOX Priox 20080605
10 Importing I_RELAT Call by reference Type reference (TYPE) RELAT Relationship Between Objects 20080605
11 Importing I_RSIGN Call by reference Type reference (TYPE) RSIGN Relationship Specification 20080605
12 Importing I_VALIDFROM Call by reference Type reference (TYPE) GRFN_VALIDFROM Start Date 20080605
13 Importing I_VALIDTO Call by reference Type reference (TYPE) GRFN_VALIDTO End Date 20080605

Method ADD_RELAT_DATA on class CL_GRRM_MODEL_CACTIVITY has no exception.

Method CHECK_CRISK_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XT_OBJECT Call by reference Type reference (TYPE) GRFN_T_OBJECT_DATA Table Type Object Data 20080819
2 Changing XT_RELAT Call by reference Type reference (TYPE) GRFN_T_RELAT_DATA table type for relation data 20080819

Method CHECK_CRISK_BUFFER on class CL_GRRM_MODEL_CACTIVITY has no exception.

Method CHECK_CUT_POSSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CACTIVITY_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20120104
2 Importing IV_CUT_DATE Call by reference Type reference (TYPE) GRFN_VALIDTO End Date 20120104
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120104

Method CHECK_DELETE_POSSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CACTIVITY_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080930
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080930

Method CHECK_VALID_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVITY_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080704
2 Importing IV_PARENT_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080704
3 Returning RV_FAIL Value transfer Type reference (TYPE) GRFN_BOOLEAN Boolean 20080704
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080704

Method COMPLETE_OBJECT_DATA Signature

Method COMPLETE_OBJECT_DATA on class CL_GRRM_MODEL_CACTIVITY has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080604

Method COMPLETE_RELAT_DATA Signature

Method COMPLETE_RELAT_DATA on class CL_GRRM_MODEL_CACTIVITY has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080605

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BEGDA Call by reference Type reference (TYPE) GRFN_BEGDA Start date 20110510
2 Importing IV_ENDDA Call by reference Type reference (TYPE) GRFN_ENDDA End Date 20110510
3 Importing IV_LANGUAGE Value transfer Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20080602
4 Importing IV_TF_YEAR Value transfer Type reference (TYPE) GRFN_TF_YEAR OBSOLETE Timeframe Year 20080602
5 Importing IV_TIMEFRAME Value transfer Type reference (TYPE) GRFN_TIMEFRAME OBSOLETE Timeframe 20080602

Method CONSTRUCTOR on class CL_GRRM_MODEL_CACTIVITY has no exception.

Method CORRECT_VALIDITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALIDFROM Call by reference Type reference (TYPE) GRFN_VALIDFROM Begin Date 20080603
2 Exporting EV_VALIDTO Call by reference Type reference (TYPE) GRFN_VALIDTO End Date 20080603
3 Importing IV_PARENT_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20080603
4 Importing IV_PARENT_TP Call by reference Type reference (TYPE) GRFN_OBJTYPE Object Type. 20080603
5 Importing IV_VALIDFROM Call by reference Type reference (TYPE) GRFN_VALIDFROM Begin Date 20080603
6 Importing IV_VALIDTO Call by reference Type reference (TYPE) GRFN_VALIDTO End Date 20080603
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080603

Method DEL_CRISK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CACT_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20080819
2 Importing IV_CRISK_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20080819
3 Importing IV_TP Call by reference Type reference (TYPE) GRFN_OBJTYPE Object Type. 20080819
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080904

Method ENTITY_DEQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080606
2 Importing I_OBJTYPE Value transfer Type reference (TYPE) GRFN_OBJTYPE Object Type 20080606
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080606

Method ENTITY_ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_LOCKED Value transfer Type reference (TYPE) ABAP_BOOL 20080606
2 Importing I_OBJID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20080606
3 Importing I_OBJTYPE Call by reference Type reference (TYPE) GRFN_OBJTYPE Object Type 20080606
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080606

Method ENTITY_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LOCKED Value transfer Type reference (TYPE) ABAP_BOOL 20080606
2 Importing I_OBJID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20080606
3 Importing I_OBJTYPE Call by reference Type reference (TYPE) GRFN_OBJTYPE Object Type 20080606

Method ENTITY_LOCKED on class CL_GRRM_MODEL_CACTIVITY has no exception.

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20100917
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100917

Method FAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NO Value transfer Type reference (TYPE) SY-MSGNO Message Number 20080723
2 Importing IV_V1 Value transfer Type reference (TYPE) ANY 20080602
3 Importing IV_V2 Value transfer Type reference (TYPE) ANY 20080602
4 Importing IV_V3 Value transfer Type reference (TYPE) ANY 20080602
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080602

Method FILL_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT Call by reference Type reference (TYPE) GRFN_T_OBJECT_DATA 20101108
2 Importing IS_DATA Call by reference Type reference (TYPE) GRRM_S_CACTIVITY_BUFFER Activity Data Buffer 20080603
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080603

Method FILL_CUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT Call by reference Type reference (TYPE) GRFN_T_OBJECT_DATA 20101108
2 Importing IS_DATA Call by reference Type reference (TYPE) GRRM_S_CACTIVITY_BUFFER Activity Data Buffer 20080724
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080724

Method FILL_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT Call by reference Type reference (TYPE) GRFN_T_OBJECT_DATA 20101108
2 Importing IS_DATA Call by reference Type reference (TYPE) GRRM_S_CACTIVITY_BUFFER Activity Data Buffer 20080603
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080605

Method FILL_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT Call by reference Type reference (TYPE) GRFN_T_OBJECT_DATA Table Type Object Data 20101108
2 Importing IS_DATA Call by reference Type reference (TYPE) GRRM_S_CACTIVITY_BUFFER Activity Data Buffer 20080604
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080604

Method GET_ACTIVITY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20081112
2 Returning RV_ACTIVITY_TYPE Value transfer Type reference (TYPE) GRRM_ACTIVITY_TYPE_ID Activity Type Id 20081112
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20081112

Method GET_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_CATALOG Value transfer Type reference (TYPE) GRRM_T_CACTIVITY_HIER Table type for Activity Hierarchy 20080602
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080603

Method GET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHILDREN Call by reference Type reference (TYPE) GRRM_T_CACTIVITY_HIER Table type for Activity Hierarchy 20080916
2 Importing IV_CACTIVITY_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080916
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080916

Method GET_CRISK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20080819
2 Importing IV_TP Call by reference Type reference (TYPE) GRFN_OBJTYPE Object Type. 20080819
3 Importing IV_TP_CRISK Call by reference Type reference (TYPE) GRFN_OBJTYPE Object Type. 20090109
4 Returning RT_CRISK Value transfer Type reference (TYPE) T_CRISK 20080819
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080904

Method GET_OBJECT_VALIDITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALID_BEGDA Call by reference Type reference (TYPE) BEGDA Start Date 20100513
2 Exporting EV_VALID_ENDDA Call by reference Type reference (TYPE) ENDDA End Date 20100513
3 Importing I_OBJID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20100513

Method GET_OBJECT_VALIDITY on class CL_GRRM_MODEL_CACTIVITY has no exception.

Method GET_RELAT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_KEY Call by reference Type reference (TYPE) GRFN_S_HR1001_KEY HR Key 20080605
2 Importing I_BEGDA Call by reference Type reference (TYPE) GRFN_VALIDFROM Start Date 20080605
3 Importing I_ENDDA Call by reference Type reference (TYPE) GRFN_VALIDTO End Date 20080605
4 Importing I_OBJID1 Call by reference Type reference (TYPE) OBJEKTID Objid 20080605
5 Importing I_OBJID2 Call by reference Type reference (TYPE) OBJEKTID Objid 20080605
6 Importing I_OBJTYPE1 Call by reference Type reference (TYPE) GRFN_OBJTYPE Object Type ID 20080605
7 Importing I_OBJTYPE2 Call by reference Type reference (TYPE) GRFN_OBJTYPE Object Type ID 20080605
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080605

Method LOAD_CRISK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20080819
2 Importing IV_TP Call by reference Type reference (TYPE) GRFN_OBJTYPE Object Type. 20080819
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080904

Method READ_CACTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FETCH Call by reference Type reference (TYPE) GRFN_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20091014
2 Importing IV_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20080602
3 Returning RS_CACTIVITY Value transfer Type reference (TYPE) GRRM_S_CACTIVITY_DATA 20080602
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080603

Method SET_ACTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) GRRM_S_CACTIVITY_DATA Activity Data Structure 20080603
2 Importing I_COMMAND Call by reference Type reference (TYPE) GRFN_COMMAND Operation 20080603
3 Importing I_PARENT_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20080605
4 Returning R_CACTIVITY_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080603
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080603
History
Last changed by/on SAP  20141106 
SAP Release Created in 300