Hierarchy

⤷

⤷

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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | ![]() |
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 | ![]() |
Constant | Private | Type reference (TYPE) | INFTY | '1854' | Infotype | 20080730 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | GRFN_OBJTYPE | 'OPP' | 20080930 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'Opportunities' | 20080930 | ||
4 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'Organizational Units' | 20080930 | ||
5 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'Risks' | 20080930 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRFN_MODEL_CATALOGUE | communicate with entities | 20080827 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFN_S_TF_DATES | Timeframe details | 20080730 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YS_PARENT | 20080730 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRRM_T_OBJECTIVE_HIERARCHY | table type for Objective list | 20080730 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_LOCK_OBJECTS | 20080730 | |||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRRM_T_OBJECTIVE_BUFFER | Objective Buffer table | 20080730 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_OBJ_ORG_BUFFER | 20080801 | |||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFN_T_RELAT_DATA | table type for relation data | 20080730 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFN_T_RELAT_DATA | Infotype data | 20080731 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFN_BOOLEAN | Boolean | 20080730 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SY-LANGU | Language Key of Current Text Environment | 20080730 |
Methods
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 | ![]() |
I_COMMAND | Call by reference | Type reference (TYPE) | GRFN_COMMAND | Operation | 20080730 | ||
2 | ![]() |
I_KEY | Call by reference | Type reference (TYPE) | GRFN_S_HR1001_KEY | HR Key | 20080730 | ||
3 | ![]() |
I_OBJECTID1 | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080730 | ||
4 | ![]() |
I_OBJECTID2 | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080730 | ||
5 | ![]() |
I_OBJTYPE1 | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object Type ID | 20080730 | ||
6 | ![]() |
I_OBJTYPE2 | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object ID | 20080730 | ||
7 | ![]() |
I_PRIOX | Call by reference | Type reference (TYPE) | GRFN_PRIOX | Priox | 20080730 | ||
8 | ![]() |
I_RELAT | Call by reference | Type reference (TYPE) | RELAT | Relationship Between Objects | 20080730 | ||
9 | ![]() |
I_RSIGN | Call by reference | Type reference (TYPE) | RSIGN | Relationship Specification | 20080730 | ||
10 | ![]() |
I_VALIDFROM | Call by reference | Type reference (TYPE) | GRFN_VALIDFROM | Start Date | 20080730 | ||
11 | ![]() |
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 | ![]() |
CT_HIER | Call by reference | Type reference (TYPE) | GRRM_T_OBJECTIVE_HIERARCHY | Objective hierarchy table | 20080731 | ||
2 | ![]() |
E_CHANGE | Call by reference | Type reference (TYPE) | GRFN_BOOLEAN | Boolean | 20080731 | ||
3 | ![]() |
I_COMMAND | Call by reference | Type reference (TYPE) | GRFN_COMMAND | Operation | 20080731 | ||
4 | ![]() |
I_KEY | Call by reference | Type reference (TYPE) | GRFN_S_HR1001_KEY | HR Key | 20080731 | ||
5 | ![]() |
I_OBJECTID1 | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080731 | ||
6 | ![]() |
I_OBJECTID2 | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080731 | ||
7 | ![]() |
I_OBJTYPE1 | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object Type ID | 20080731 | ||
8 | ![]() |
I_OBJTYPE2 | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object ID | 20080731 | ||
9 | ![]() |
I_PRIOX | Call by reference | Type reference (TYPE) | GRFN_PRIOX | Priox | 20080731 | ||
10 | ![]() |
I_RELAT | Call by reference | Type reference (TYPE) | RELAT | Relationship Between Objects | 20080731 | ||
11 | ![]() |
I_RSIGN | Call by reference | Type reference (TYPE) | RSIGN | Relationship Specification | 20080731 | ||
12 | ![]() |
I_VALIDFROM | Call by reference | Type reference (TYPE) | GRFN_VALIDFROM | Start Date | 20080731 | ||
13 | ![]() |
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 | ![]() |
IV_AMOUNT | Value transfer | Type reference (TYPE) | GRFN_AMOUNT | Currency amount | 20080730 | ||
2 | ![]() |
IV_NEW_CURRENCY | Value transfer | Type reference (TYPE) | GRFN_CURRENCY | Currency | 20080730 | ||
3 | ![]() |
IV_OLD_CURRENCY | Value transfer | Type reference (TYPE) | GRFN_CURRENCY | Currency | 20080730 | ||
4 | ![]() |
RV_NEW_AMOUNT | Value transfer | Type reference (TYPE) | GRFN_AMOUNT | Currency amount | 20080730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IV_OBJECTIVE_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080930 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IV_OBJECTIVE_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080731 | ||
2 | ![]() |
IV_PARENT_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080731 | ||
3 | ![]() |
RV_FAIL | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | Boolean | 20080731 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IV_LANGUAGE | Value transfer | Type reference (TYPE) | SY-LANGU | Language Key of Current Text Environment | 20080730 | ||
2 | ![]() |
IV_TF_YEAR | Value transfer | Type reference (TYPE) | GRFN_TF_YEAR | Timeframe Year | 20080730 | ||
3 | ![]() |
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 | ![]() |
EV_VALIDFROM | Value transfer | Type reference (TYPE) | GRFN_VALIDFROM | Date | 20080801 | ||
2 | ![]() |
EV_VALIDTO | Value transfer | Type reference (TYPE) | GRFN_VALIDTO | Date | 20080801 | ||
3 | ![]() |
IV_OBJECTIVE_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | 20080801 | |||
4 | ![]() |
IV_ORGUNIT_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080801 | ||
5 | ![]() |
IV_VALIDFROM | Value transfer | Type reference (TYPE) | GRFN_VALIDFROM | Date | 20080801 | ||
6 | ![]() |
IV_VALIDTO | Value transfer | Type reference (TYPE) | GRFN_VALIDTO | Date | 20080801 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080801 |
Method CORRECT_VALIDITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_VALIDFROM | Value transfer | Type reference (TYPE) | GRFN_VALIDFROM | Date | 20080730 | ||
2 | ![]() |
EV_VALIDTO | Value transfer | Type reference (TYPE) | GRFN_VALIDTO | Date | 20080730 | ||
3 | ![]() |
IV_PARENT | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | 20080730 | |||
4 | ![]() |
IV_VALIDFROM | Value transfer | Type reference (TYPE) | GRFN_VALIDFROM | Date | 20080730 | ||
5 | ![]() |
IV_VALIDTO | Value transfer | Type reference (TYPE) | GRFN_VALIDTO | Date | 20080730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080730 |
Method CREATE_OBJECTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_OBJECTIVE_DATA | Value transfer | Type reference (TYPE) | GRRM_S_OBJECTIVE_DATA | Orgunit data | 20080730 | ||
2 | ![]() |
RV_OBJECT_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080730 |
Method DELETE_OBJECTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_OBJECTIVE_DATA | Call by reference | Type reference (TYPE) | GRRM_S_OBJECTIVE_DATA | Orgunit data | 20080730 | ||
2 | ![]() |
RV_OBJECT_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080730 |
Method ENTITY_DEQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OBJID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080730 | ||
2 | ![]() |
I_OBJTYPE | Value transfer | Type reference (TYPE) | GRFN_OBJTYPE | Object Type | 20080730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080730 |
Method ENTITY_ENQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_LOCKED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080730 | |||
2 | ![]() |
I_OBJID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080730 | ||
3 | ![]() |
I_OBJTYPE | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object Type | 20080730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080730 |
Method ENTITY_LOCKED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_LOCKED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080730 | |||
2 | ![]() |
I_OBJID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080730 | ||
3 | ![]() |
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 | ![]() |
ET_OBJECT_DATA | Call by reference | Type reference (TYPE) | GRFN_T_OBJECT_DATA | Table Type Object Data | 20080730 | ||
2 | ![]() |
IS_INFTY_DATA | Call by reference | Type reference (TYPE) | GRFN_S_INFTY_DATA | Infotype data | 20080730 | ||
3 | ![]() |
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 | ![]() |
ET_RELATE_DATA | Value transfer | Type reference (TYPE) | GRFN_T_RELAT_DATA | table type for relation data | 20080730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
ET_OBJECT_DATA | Call by reference | Type reference (TYPE) | GRFN_T_OBJECT_DATA | Table Type Object Data | 20080730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080730 |
Method GET_CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CHILDREN | Call by reference | Type reference (TYPE) | GRRM_T_OBJECTIVE_LIST | table type for Objective list | 20080804 | ||
2 | ![]() |
IV_OBJECTIVE_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080804 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IV_OBJECTIVE_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20081219 | ||
2 | ![]() |
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 | ![]() |
ET_OBJECTIVE_LIST | Call by reference | Type reference (TYPE) | GRRM_T_OBJECTIVE_LIST | table type for Objective list | 20080730 | ||
2 | ![]() |
IV_BYPASS_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130313 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
ET_OBJECTIVE_LIST | Call by reference | Type reference (TYPE) | GRRM_T_OBJECTIVE_LIST | table type for Objective list | 20080730 | ||
2 | ![]() |
I_ORGUNIT_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080730 |
Method GET_PARENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_OBJECTID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080731 | ||
2 | ![]() |
I_OBJECTID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080731 | ||
3 | ![]() |
I_OBJTYPE | Value transfer | Type reference (TYPE) | GRFN_OBJTYPE | Object Type ID | 20080731 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
ES_KEY | Call by reference | Type reference (TYPE) | GRFN_S_HR1001_KEY | HR Key | 20080801 | ||
2 | ![]() |
I_BEGDA | Call by reference | Type reference (TYPE) | GRFN_VALIDFROM | Start Date | 20080801 | ||
3 | ![]() |
I_ENDDA | Call by reference | Type reference (TYPE) | GRFN_VALIDTO | End Date | 20080801 | ||
4 | ![]() |
I_OBJID1 | Call by reference | Type reference (TYPE) | OBJEKTID | Objid | 20080801 | ||
5 | ![]() |
I_OBJID2 | Call by reference | Type reference (TYPE) | OBJEKTID | Objid | 20080801 | ||
6 | ![]() |
I_OBJTYPE1 | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object Type ID | 20080801 | ||
7 | ![]() |
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 | ![]() |
I_NO | Call by reference | Type reference (TYPE) | SY-MSGNO | Message Number | 20080730 | ||
2 | ![]() |
PAR1 | Call by reference | Type reference (TYPE) | SY-MSGV1 | Message Variable | 20080730 | ||
3 | ![]() |
PAR2 | Call by reference | Type reference (TYPE) | SY-MSGV2 | Message Variable | 20080730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080730 |
Method READ_OBJECTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_OBJECTIVE_DATA | Value transfer | Type reference (TYPE) | GRRM_S_OBJECTIVE_DATA | Objective data | 20080730 | ||
2 | ![]() |
IV_BYPASS_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130313 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
ET_ORGUNIT_LIST | Call by reference | Type reference (TYPE) | GRFN_T_ORGUNIT_LIST | Table type for the orgunit list structure | 20080731 | ||
2 | ![]() |
IV_OBJECTIVE_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080731 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080731 |
Method REFILL_HIER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_HR_HIER | Value transfer | Type reference (TYPE) | GRFNH_T_HY_STRUC | 20080730 | |||
2 | ![]() |
RT_HIER | Call by reference | Type reference (TYPE) | GRRM_T_OBJECTIVE_LIST | table type for Objective list | 20080730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IS_OBJECTIVE_DATA | Call by reference | Type reference (TYPE) | GRRM_S_OBJECTIVE_DATA | Objective data | 20080730 | ||
2 | ![]() |
I_COMMAND | Call by reference | Type reference (TYPE) | GRFN_COMMAND | Operation | 20080730 | ||
3 | ![]() |
R_OBJECTIVE_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
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 | ![]() |
IS_OBJECTIVE_DATA | Call by reference | Type reference (TYPE) | GRRM_S_OBJECTIVE_DATA | Orgunit data | 20080730 | ||
2 | ![]() |
RV_OBJECT_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IT_ORGUNIT_LIST | Call by reference | Type reference (TYPE) | GRFN_T_ORGUNIT_LIST | Table type for the orgunit list structure | 20080801 | ||
2 | ![]() |
IV_OBJECTIVE_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080801 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080801 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 300 |