Hierarchy

⤷

⤷

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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
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_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 | ![]() |
Constant | Private | Type reference (TYPE) | GRFN_HIERARCHY_PATH | 'ORM_CATM' | Evaluation Path HR ORG | 20080602 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | SUBTY | '0001' | Subtype | 20080602 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | GRFN_OBJTYPE | 'ACTIVITY' | Object Type. | 20081001 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'Opportunity Categories' | 20080930 | ||
5 | ![]() |
Constant | Private | Type reference (TYPE) | PLVAR | '01' | Plan Version | 20080603 | |
6 | ![]() |
Constant | Private | Type reference (TYPE) | GRFN_OBJTYPE | 'CRGROUP' | Object Type. | 20080930 | |
7 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'Risk Categories' | 20080930 | ||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRFN_UTIL_CDF_MODEL | CDF Model utility class | 20100513 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFN_S_TF_DATES | Timeframe details | 20080602 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRRMA_T_CACTIVITY_BUFFER | 20080602 | |||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_CRISK_BUFFER | 20080819 | |||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRRMA_T_CACTIVITY_HIER_BUFFER | 20080602 | |||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_KEY_BUFFER | 20080819 | |||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_LOCK_OBJECTS | 20080606 | |||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFNM_T_OBJECT_DATA | Object Data | 20080603 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFN_T_RELAT_DATA | table type for relation data | 20080605 | ||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SY-LANGU | Language Key of Current Text Environment | 20080602 |
Methods
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 | ![]() |
IS_CRISK | Call by reference | Type reference (TYPE) | CL_GRRM_MODEL_CRISK=>S_CRGROUP_DATA | Object ID | 20101108 | ||
2 | ![]() |
IV_CACT_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080819 | ||
3 | ![]() |
IV_CHILD_TP | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object Type. | 20090115 | ||
4 | ![]() |
IV_TP | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object Type. | 20080819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
I_COMMAND | Value transfer | Type reference (TYPE) | GRFN_COMMAND | Operation | 20080603 | ||
2 | ![]() |
I_OBJECTID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080603 | ||
3 | ![]() |
I_OBJTYPE | Value transfer | Type reference (TYPE) | GRFN_OBJTYPE | Object Type. | 20080603 | ||
4 | ![]() |
I_VALIDFROM | Value transfer | Type reference (TYPE) | GRFN_VALIDFROM | Start Date | 20080603 | ||
5 | ![]() |
I_VALIDTO | Value transfer | Type reference (TYPE) | GRFN_VALIDTO | End Date | 20080603 | ||
6 | ![]() |
R_OBJECTID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080603 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
CT_HIER | Call by reference | Type reference (TYPE) | GRRM_T_CACTIVITY_HIER | Table type for Activity Hierarchy | 20080605 | ||
2 | ![]() |
E_CHANGE | Call by reference | Type reference (TYPE) | GRFN_BOOLEAN | Boolean | 20080605 | ||
3 | ![]() |
I_COMMAND | Call by reference | Type reference (TYPE) | GRFN_COMMAND | Operation | 20080605 | ||
4 | ![]() |
I_KEY | Call by reference | Type reference (TYPE) | GRFN_S_HR1001_KEY | HR Key | 20080605 | ||
5 | ![]() |
I_OBJECTID1 | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080605 | ||
6 | ![]() |
I_OBJECTID2 | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080605 | ||
7 | ![]() |
I_OBJTYPE1 | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object Type ID | 20080605 | ||
8 | ![]() |
I_OBJTYPE2 | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object ID | 20080605 | ||
9 | ![]() |
I_PRIOX | Call by reference | Type reference (TYPE) | GRFN_PRIOX | Priox | 20080605 | ||
10 | ![]() |
I_RELAT | Call by reference | Type reference (TYPE) | RELAT | Relationship Between Objects | 20080605 | ||
11 | ![]() |
I_RSIGN | Call by reference | Type reference (TYPE) | RSIGN | Relationship Specification | 20080605 | ||
12 | ![]() |
I_VALIDFROM | Call by reference | Type reference (TYPE) | GRFN_VALIDFROM | Start Date | 20080605 | ||
13 | ![]() |
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 | ![]() |
XT_OBJECT | Call by reference | Type reference (TYPE) | GRFN_T_OBJECT_DATA | Table Type Object Data | 20080819 | ||
2 | ![]() |
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 | ![]() |
IV_CACTIVITY_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20120104 | ||
2 | ![]() |
IV_CUT_DATE | Call by reference | Type reference (TYPE) | GRFN_VALIDTO | End Date | 20120104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IV_CACTIVITY_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_ACTIVITY_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080704 | ||
2 | ![]() |
IV_PARENT_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080704 | ||
3 | ![]() |
RV_FAIL | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | Boolean | 20080704 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
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 | ![]() |
Generic GRC API exception | 20080605 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BEGDA | Call by reference | Type reference (TYPE) | GRFN_BEGDA | Start date | 20110510 | ||
2 | ![]() |
IV_ENDDA | Call by reference | Type reference (TYPE) | GRFN_ENDDA | End Date | 20110510 | ||
3 | ![]() |
IV_LANGUAGE | Value transfer | Type reference (TYPE) | SY-LANGU | Language Key of Current Text Environment | 20080602 | ||
4 | ![]() |
IV_TF_YEAR | Value transfer | Type reference (TYPE) | GRFN_TF_YEAR | OBSOLETE Timeframe Year | 20080602 | ||
5 | ![]() |
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 | ![]() |
EV_VALIDFROM | Call by reference | Type reference (TYPE) | GRFN_VALIDFROM | Begin Date | 20080603 | ||
2 | ![]() |
EV_VALIDTO | Call by reference | Type reference (TYPE) | GRFN_VALIDTO | End Date | 20080603 | ||
3 | ![]() |
IV_PARENT_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080603 | ||
4 | ![]() |
IV_PARENT_TP | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object Type. | 20080603 | ||
5 | ![]() |
IV_VALIDFROM | Call by reference | Type reference (TYPE) | GRFN_VALIDFROM | Begin Date | 20080603 | ||
6 | ![]() |
IV_VALIDTO | Call by reference | Type reference (TYPE) | GRFN_VALIDTO | End Date | 20080603 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080603 |
Method DEL_CRISK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CACT_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080819 | ||
2 | ![]() |
IV_CRISK_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080819 | ||
3 | ![]() |
IV_TP | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object Type. | 20080819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080904 |
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 | 20080606 | ||
2 | ![]() |
I_OBJTYPE | Value transfer | Type reference (TYPE) | GRFN_OBJTYPE | Object Type | 20080606 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080606 |
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 | 20080606 | |||
2 | ![]() |
I_OBJID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080606 | ||
3 | ![]() |
I_OBJTYPE | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object Type | 20080606 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080606 |
Method ENTITY_LOCKED 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 | 20080606 | |||
2 | ![]() |
I_OBJID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080606 | ||
3 | ![]() |
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 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20100917 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100917 |
Method FAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NO | Value transfer | Type reference (TYPE) | SY-MSGNO | Message Number | 20080723 | ||
2 | ![]() |
IV_V1 | Value transfer | Type reference (TYPE) | ANY | 20080602 | |||
3 | ![]() |
IV_V2 | Value transfer | Type reference (TYPE) | ANY | 20080602 | |||
4 | ![]() |
IV_V3 | Value transfer | Type reference (TYPE) | ANY | 20080602 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080602 |
Method FILL_CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_OBJECT | Call by reference | Type reference (TYPE) | GRFN_T_OBJECT_DATA | 20101108 | |||
2 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | GRRM_S_CACTIVITY_BUFFER | Activity Data Buffer | 20080603 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080603 |
Method FILL_CUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_OBJECT | Call by reference | Type reference (TYPE) | GRFN_T_OBJECT_DATA | 20101108 | |||
2 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | GRRM_S_CACTIVITY_BUFFER | Activity Data Buffer | 20080724 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080724 |
Method FILL_DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_OBJECT | Call by reference | Type reference (TYPE) | GRFN_T_OBJECT_DATA | 20101108 | |||
2 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | GRRM_S_CACTIVITY_BUFFER | Activity Data Buffer | 20080603 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080605 |
Method FILL_UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_OBJECT | Call by reference | Type reference (TYPE) | GRFN_T_OBJECT_DATA | Table Type Object Data | 20101108 | ||
2 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | GRRM_S_CACTIVITY_BUFFER | Activity Data Buffer | 20080604 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20081112 | ||
2 | ![]() |
RV_ACTIVITY_TYPE | Value transfer | Type reference (TYPE) | GRRM_ACTIVITY_TYPE_ID | Activity Type Id | 20081112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081112 |
Method GET_CATALOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_CATALOG | Value transfer | Type reference (TYPE) | GRRM_T_CACTIVITY_HIER | Table type for Activity Hierarchy | 20080602 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080603 |
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_CACTIVITY_HIER | Table type for Activity Hierarchy | 20080916 | ||
2 | ![]() |
IV_CACTIVITY_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080916 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080916 |
Method GET_CRISK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080819 | ||
2 | ![]() |
IV_TP | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object Type. | 20080819 | ||
3 | ![]() |
IV_TP_CRISK | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object Type. | 20090109 | ||
4 | ![]() |
RT_CRISK | Value transfer | Type reference (TYPE) | T_CRISK | 20080819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
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 | ![]() |
EV_VALID_BEGDA | Call by reference | Type reference (TYPE) | BEGDA | Start Date | 20100513 | ||
2 | ![]() |
EV_VALID_ENDDA | Call by reference | Type reference (TYPE) | ENDDA | End Date | 20100513 | ||
3 | ![]() |
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 | ![]() |
ES_KEY | Call by reference | Type reference (TYPE) | GRFN_S_HR1001_KEY | HR Key | 20080605 | ||
2 | ![]() |
I_BEGDA | Call by reference | Type reference (TYPE) | GRFN_VALIDFROM | Start Date | 20080605 | ||
3 | ![]() |
I_ENDDA | Call by reference | Type reference (TYPE) | GRFN_VALIDTO | End Date | 20080605 | ||
4 | ![]() |
I_OBJID1 | Call by reference | Type reference (TYPE) | OBJEKTID | Objid | 20080605 | ||
5 | ![]() |
I_OBJID2 | Call by reference | Type reference (TYPE) | OBJEKTID | Objid | 20080605 | ||
6 | ![]() |
I_OBJTYPE1 | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object Type ID | 20080605 | ||
7 | ![]() |
I_OBJTYPE2 | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object Type ID | 20080605 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080605 |
Method LOAD_CRISK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080819 | ||
2 | ![]() |
IV_TP | Call by reference | Type reference (TYPE) | GRFN_OBJTYPE | Object Type. | 20080819 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080904 |
Method READ_CACTIVITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FETCH | Call by reference | Type reference (TYPE) | GRFN_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20091014 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080602 | ||
3 | ![]() |
RS_CACTIVITY | Value transfer | Type reference (TYPE) | GRRM_S_CACTIVITY_DATA | 20080602 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080603 |
Method SET_ACTIVITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_DATA | Call by reference | Type reference (TYPE) | GRRM_S_CACTIVITY_DATA | Activity Data Structure | 20080603 | ||
2 | ![]() |
I_COMMAND | Call by reference | Type reference (TYPE) | GRFN_COMMAND | Operation | 20080603 | ||
3 | ![]() |
I_PARENT_ID | Call by reference | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080605 | ||
4 | ![]() |
R_CACTIVITY_ID | Value transfer | Type reference (TYPE) | GRFN_OBJECTID | Object ID | 20080603 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080603 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 300 |