SAP ABAP Class CL_GRRM_MODEL_OBJECTIVE (Objective Model Class)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_ORGUNIT_ATTRIBUTES (Package) Risk Management Specific Orgunit Attributes Model Package
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_MODEL Interface for handling of GRC API models 20080730
Properties
Class CL_GRRM_MODEL_OBJECTIVE  
Short Description Objective Model Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRRM_ORGUNIT_ATTRIBUTES   Risk Management Specific Orgunit Attributes Model Package 
Created 20080730   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
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 GRRMM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_MODEL Interface for handling of GRC API models 20080730
Friends
Class CL_GRRM_MODEL_OBJECTIVE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_OBJECTIVE_INFTY Constant Private Type reference (TYPE) INFTY '1854' Infotype 20080730
2 MC_OPPORTUNITY Constant Private Type reference (TYPE) GRFN_OBJTYPE 'OPP' 20080930
3 MC_OPP_TEXT Constant Private Type reference (TYPE) STRING 'Opportunities' 20080930
4 MC_ORGUNIT_TEXT Constant Private Type reference (TYPE) STRING 'Organizational Units' 20080930
5 MC_RISK_TEXT Constant Private Type reference (TYPE) STRING 'Risks' 20080930
6 MO_ORGUNIT_MODEL Instance attribute Private Object reference (TYPE REF TO) CL_GRFN_MODEL_CATALOGUE communicate with entities 20080827
7 MS_DATES Instance attribute Private Type reference (TYPE) GRFN_S_TF_DATES Timeframe details 20080730
8 MS_PARENT Instance attribute Private Type reference (TYPE) YS_PARENT 20080730
9 MT_HIERARCHY Instance attribute Private Type reference (TYPE) GRRM_T_OBJECTIVE_HIERARCHY table type for Objective list 20080730
10 MT_LOCKED_OBJECT Instance attribute Private Type reference (TYPE) YT_LOCK_OBJECTS 20080730
11 MT_OBJECTIVE_BUFFER Instance attribute Private Type reference (TYPE) GRRM_T_OBJECTIVE_BUFFER Objective Buffer table 20080730
12 MT_OBJ_ORG_BUFFER Instance attribute Private Type reference (TYPE) YT_OBJ_ORG_BUFFER 20080801
13 MT_ORG_OBJ_RELAT Instance attribute Private Type reference (TYPE) GRFN_T_RELAT_DATA table type for relation data 20080730
14 MT_RELAT_DATA Instance attribute Private Type reference (TYPE) GRFN_T_RELAT_DATA Infotype data 20080731
15 MV_FULLY_BUFFERRED Instance attribute Private Type reference (TYPE) GRFN_BOOLEAN Boolean 20080730
16 MV_LANG Instance attribute Private Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20080730
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ORG_OBJ_RELAT_DATA Instance method Private Method 20080730
2 ADD_RELAT_DATA Instance method Private Method 20080731
3 ADJUST_AMOUNT_TO_CURRENCY Instance method Private Method Adjust the Amount figures to the currency changes 20080730
4 CANCEL Instance method Public Method Cancel all the canges made to the Model 20080730
5 CHECK_DELETE_POSSIBLE Instance method Private Method 20080930
6 CHECK_VALID_PARENT Instance method Private Method 20080731
7 COMPLETE_RELAT_DATA Instance method Private Method 20080801
8 CONSTRUCTOR Instance method Public Constructor Constructor 20080730
9 CORRECT_OBJ_ORG_VALIDITY Instance method Private Method Adjust the validity of the object 20080801
10 CORRECT_VALIDITY Instance method Private Method Adjust the validity of the object 20080730
11 CREATE_OBJECTIVE Instance method Private Method Create a new objective 20080730
12 DELETE_OBJECTIVE Instance method Private Method Delete the objective 20080730
13 ENTITY_DEQUEUE Instance method Public Method Unlock all the locked entities 20080730
14 ENTITY_ENQUEUE Instance method Public Method Lock a particular entity object 20080730
15 ENTITY_LOCKED Instance method Public Method Check if the object is locked 20080730
16 FILL_OBJECTIVE_CUT Instance method Private Method Fill the CUT values for the objectives. 20080730
17 FILL_OBJECTIVE_ORG_RELAT Instance method Private Method Fill the relation data between the orgunit and Objective 20080730
18 FILL_VALUES_FOR_OBJECTIVES Instance method Private Method Fill the Objective values in structure format 20080730
19 GET_CHILDREN Instance method Public Method Get the children for the Objective 20080804
20 GET_CREATED_DATE Instance method Private Method 20081219
21 GET_OBJECTIVE_HIER Instance method Public Method 20080730
22 GET_ORGUNIT_OBJECTIVES Instance method Public Method Get the objectives associated to the orgunit 20080730
23 GET_PARENT Instance method Public Method 20080731
24 GET_RELAT_KEY Instance method Private Method 20080801
25 RAISE_ERROR Instance method Private Method Raise the error 20080730
26 READ_OBJECTIVE Instance method Public Method Read the data for a particular orgunit 20080730
27 READ_OBJ_ORG_RELAT Instance method Public Method 20080731
28 REFILL_HIER Instance method Private Method 20080730
29 REFRESH_BUFFERS Instance method Private Method Refresh the buffers after the SAVE operation 20080730
30 SET_OBJECTIVE_DATA Instance method Public Method Set the data for the selected objective. 20080730
31 SET_ORGUNIT_MODEL Instance method Public Method Set the model for the parent 20080827
32 UPDATE_OBJECTIVE Instance method Private Method Update the objective 20080730
33 UPDATE_ORG_OBJ_RELATE Instance method Public Method 20080801
Events
Class CL_GRRM_MODEL_OBJECTIVE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_LOCK_OBJECTS Public See coding 20080730 BEGIN OF ys_lock_objects, objtype TYPE grfn_objtype, objid TYPE grfn_objectid, END OF ys_lock_objects
2 YS_OBJ_ORG_BUFFER Public See coding 20080801 BEGIN OF ys_obj_org_buffer, objective_id TYPE grfn_objectid, orgunit_id TYPE grfn_objectid, orgunit_title TYPE grfn_title, orgunit_descr type grfn_text, validfrom type grfn_validfrom, validto type grfn_validto, command TYPE grfn_command, END OF ys_obj_org_buffer
3 YS_PARENT Public See coding 20080730 BEGIN OF ys_parent, objective_id TYPE grfn_objectid, title TYPE grfn_title, valid_from TYPE datum, valid_to TYPE datum, END OF ys_parent
4 YT_LOCK_OBJECTS Public See coding 20080730 yt_lock_objects TYPE SORTED TABLE OF ys_lock_objects WITH UNIQUE DEFAULT KEY
5 YT_OBJ_ORG_BUFFER Public See coding 20080801 yt_obj_org_buffer TYPE SORTED TABLE OF ys_obj_org_buffer WITH UNIQUE KEY objective_id orgunit_id
Method Signatures

Method ADD_ORG_OBJ_RELAT_DATA Signature

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

Method ADD_ORG_OBJ_RELAT_DATA on class CL_GRRM_MODEL_OBJECTIVE has no exception.

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_OBJECTIVE_HIERARCHY Objective hierarchy table 20080731
2 Exporting E_CHANGE Call by reference Type reference (TYPE) GRFN_BOOLEAN Boolean 20080731
3 Importing I_COMMAND Call by reference Type reference (TYPE) GRFN_COMMAND Operation 20080731
4 Importing I_KEY Call by reference Type reference (TYPE) GRFN_S_HR1001_KEY HR Key 20080731
5 Importing I_OBJECTID1 Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20080731
6 Importing I_OBJECTID2 Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20080731
7 Importing I_OBJTYPE1 Call by reference Type reference (TYPE) GRFN_OBJTYPE Object Type ID 20080731
8 Importing I_OBJTYPE2 Call by reference Type reference (TYPE) GRFN_OBJTYPE Object ID 20080731
9 Importing I_PRIOX Call by reference Type reference (TYPE) GRFN_PRIOX Priox 20080731
10 Importing I_RELAT Call by reference Type reference (TYPE) RELAT Relationship Between Objects 20080731
11 Importing I_RSIGN Call by reference Type reference (TYPE) RSIGN Relationship Specification 20080731
12 Importing I_VALIDFROM Call by reference Type reference (TYPE) GRFN_VALIDFROM Start Date 20080731
13 Importing I_VALIDTO Call by reference Type reference (TYPE) GRFN_VALIDTO End Date 20080731

Method ADD_RELAT_DATA on class CL_GRRM_MODEL_OBJECTIVE has no exception.

Method ADJUST_AMOUNT_TO_CURRENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_AMOUNT Value transfer Type reference (TYPE) GRFN_AMOUNT Currency amount 20080730
2 Importing IV_NEW_CURRENCY Value transfer Type reference (TYPE) GRFN_CURRENCY Currency 20080730
3 Importing IV_OLD_CURRENCY Value transfer Type reference (TYPE) GRFN_CURRENCY Currency 20080730
4 Returning RV_NEW_AMOUNT Value transfer Type reference (TYPE) GRFN_AMOUNT Currency amount 20080730
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method CANCEL Signature

Method CANCEL on class CL_GRRM_MODEL_OBJECTIVE has no parameter.
Method CANCEL on class CL_GRRM_MODEL_OBJECTIVE has no exception.

Method CHECK_DELETE_POSSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECTIVE_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_OBJECTIVE_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080731
2 Importing IV_PARENT_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080731
3 Returning RV_FAIL Value transfer Type reference (TYPE) GRFN_BOOLEAN Boolean 20080731
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080731

Method COMPLETE_RELAT_DATA Signature

Method COMPLETE_RELAT_DATA on class CL_GRRM_MODEL_OBJECTIVE has no parameter.
Method COMPLETE_RELAT_DATA on class CL_GRRM_MODEL_OBJECTIVE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Value transfer Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20080730
2 Importing IV_TF_YEAR Value transfer Type reference (TYPE) GRFN_TF_YEAR Timeframe Year 20080730
3 Importing IV_TIMEFRAME Value transfer Type reference (TYPE) GRFN_TIMEFRAME Timeframe 20080730

Method CONSTRUCTOR on class CL_GRRM_MODEL_OBJECTIVE has no exception.

Method CORRECT_OBJ_ORG_VALIDITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALIDFROM Value transfer Type reference (TYPE) GRFN_VALIDFROM Date 20080801
2 Exporting EV_VALIDTO Value transfer Type reference (TYPE) GRFN_VALIDTO Date 20080801
3 Importing IV_OBJECTIVE_ID Value transfer Type reference (TYPE) GRFN_OBJECTID 20080801
4 Importing IV_ORGUNIT_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080801
5 Importing IV_VALIDFROM Value transfer Type reference (TYPE) GRFN_VALIDFROM Date 20080801
6 Importing IV_VALIDTO Value transfer Type reference (TYPE) GRFN_VALIDTO Date 20080801
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080801

Method CORRECT_VALIDITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALIDFROM Value transfer Type reference (TYPE) GRFN_VALIDFROM Date 20080730
2 Exporting EV_VALIDTO Value transfer Type reference (TYPE) GRFN_VALIDTO Date 20080730
3 Importing IV_PARENT Value transfer Type reference (TYPE) GRFN_OBJECTID 20080730
4 Importing IV_VALIDFROM Value transfer Type reference (TYPE) GRFN_VALIDFROM Date 20080730
5 Importing IV_VALIDTO Value transfer Type reference (TYPE) GRFN_VALIDTO Date 20080730
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method CREATE_OBJECTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJECTIVE_DATA Value transfer Type reference (TYPE) GRRM_S_OBJECTIVE_DATA Orgunit data 20080730
2 Returning RV_OBJECT_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080730
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method DELETE_OBJECTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJECTIVE_DATA Call by reference Type reference (TYPE) GRRM_S_OBJECTIVE_DATA Orgunit data 20080730
2 Returning RV_OBJECT_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080730
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

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 20080730
2 Importing I_OBJTYPE Value transfer Type reference (TYPE) GRFN_OBJTYPE Object Type 20080730
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

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 20080730
2 Importing I_OBJID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20080730
3 Importing I_OBJTYPE Call by reference Type reference (TYPE) GRFN_OBJTYPE Object Type 20080730
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method ENTITY_LOCKED Signature

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

Method ENTITY_LOCKED on class CL_GRRM_MODEL_OBJECTIVE has no exception.

Method FILL_OBJECTIVE_CUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT_DATA Call by reference Type reference (TYPE) GRFN_T_OBJECT_DATA Table Type Object Data 20080730
2 Importing IS_INFTY_DATA Call by reference Type reference (TYPE) GRFN_S_INFTY_DATA Infotype data 20080730
3 Importing IS_OBJECTIVE_DATA Call by reference Type reference (TYPE) GRRM_S_OBJECTIVE_DATA Objective data 20080730

Method FILL_OBJECTIVE_CUT on class CL_GRRM_MODEL_OBJECTIVE has no exception.

Method FILL_OBJECTIVE_ORG_RELAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RELATE_DATA Value transfer Type reference (TYPE) GRFN_T_RELAT_DATA table type for relation data 20080730
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method FILL_VALUES_FOR_OBJECTIVES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT_DATA Call by reference Type reference (TYPE) GRFN_T_OBJECT_DATA Table Type Object Data 20080730
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

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_OBJECTIVE_LIST table type for Objective list 20080804
2 Importing IV_OBJECTIVE_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080804
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080804

Method GET_CREATED_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECTIVE_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20081219
2 Returning RV_CREATED_ON Value transfer Type reference (TYPE) DATUM Date 20081219

Method GET_CREATED_DATE on class CL_GRRM_MODEL_OBJECTIVE has no exception.

Method GET_OBJECTIVE_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECTIVE_LIST Call by reference Type reference (TYPE) GRRM_T_OBJECTIVE_LIST table type for Objective list 20080730
2 Importing IV_BYPASS_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130313
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method GET_ORGUNIT_OBJECTIVES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECTIVE_LIST Call by reference Type reference (TYPE) GRRM_T_OBJECTIVE_LIST table type for Objective list 20080730
2 Importing I_ORGUNIT_ID Call by reference Type reference (TYPE) GRFN_OBJECTID Object ID 20080730
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method GET_PARENT Signature

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

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 20080801
2 Importing I_BEGDA Call by reference Type reference (TYPE) GRFN_VALIDFROM Start Date 20080801
3 Importing I_ENDDA Call by reference Type reference (TYPE) GRFN_VALIDTO End Date 20080801
4 Importing I_OBJID1 Call by reference Type reference (TYPE) OBJEKTID Objid 20080801
5 Importing I_OBJID2 Call by reference Type reference (TYPE) OBJEKTID Objid 20080801
6 Importing I_OBJTYPE1 Call by reference Type reference (TYPE) GRFN_OBJTYPE Object Type ID 20080801
7 Importing I_OBJTYPE2 Call by reference Type reference (TYPE) GRFN_OBJTYPE Object Type ID 20080801

Method GET_RELAT_KEY on class CL_GRRM_MODEL_OBJECTIVE has no exception.

Method RAISE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NO Call by reference Type reference (TYPE) SY-MSGNO Message Number 20080730
2 Importing PAR1 Call by reference Type reference (TYPE) SY-MSGV1 Message Variable 20080730
3 Importing PAR2 Call by reference Type reference (TYPE) SY-MSGV2 Message Variable 20080730
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method READ_OBJECTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_OBJECTIVE_DATA Value transfer Type reference (TYPE) GRRM_S_OBJECTIVE_DATA Objective data 20080730
2 Importing IV_BYPASS_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130313
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method READ_OBJ_ORG_RELAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ORGUNIT_LIST Call by reference Type reference (TYPE) GRFN_T_ORGUNIT_LIST Table type for the orgunit list structure 20080731
2 Importing IV_OBJECTIVE_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080731
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080731

Method REFILL_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HR_HIER Value transfer Type reference (TYPE) GRFNH_T_HY_STRUC 20080730
2 Changing RT_HIER Call by reference Type reference (TYPE) GRRM_T_OBJECTIVE_LIST table type for Objective list 20080730
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method REFRESH_BUFFERS Signature

Method REFRESH_BUFFERS on class CL_GRRM_MODEL_OBJECTIVE has no parameter.
Method REFRESH_BUFFERS on class CL_GRRM_MODEL_OBJECTIVE has no exception.

Method SET_OBJECTIVE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJECTIVE_DATA Call by reference Type reference (TYPE) GRRM_S_OBJECTIVE_DATA Objective data 20080730
2 Importing I_COMMAND Call by reference Type reference (TYPE) GRFN_COMMAND Operation 20080730
3 Returning R_OBJECTIVE_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080730
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method SET_ORGUNIT_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) CL_GRFN_MODEL_CATALOGUE communicate with entities 20080827

Method SET_ORGUNIT_MODEL on class CL_GRRM_MODEL_OBJECTIVE has no exception.

Method UPDATE_OBJECTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJECTIVE_DATA Call by reference Type reference (TYPE) GRRM_S_OBJECTIVE_DATA Orgunit data 20080730
2 Returning RV_OBJECT_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080730
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080730

Method UPDATE_ORG_OBJ_RELATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ORGUNIT_LIST Call by reference Type reference (TYPE) GRFN_T_ORGUNIT_LIST Table type for the orgunit list structure 20080801
2 Importing IV_OBJECTIVE_ID Value transfer Type reference (TYPE) GRFN_OBJECTID Object ID 20080801
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080801
History
Last changed by/on SAP  20141106 
SAP Release Created in 300