SAP ABAP Class IF_GRFN_API_ORGUNIT (Interface for orgunit entity APIs)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_GRFN_API_BASIS | Basis interface for the GRC API | 20080201 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GRFN_API_ORGUNIT | Orgunit Entity API class | 20071214 |
Properties
Class | IF_GRFN_API_ORGUNIT | |
Short Description | Interface for orgunit entity APIs | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20071207 | 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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_GRFN_API_ORGUNIT has no interface implemented.
Friends
Class IF_GRFN_API_ORGUNIT has no friend class.
Attributes
Class IF_GRFN_API_ORGUNIT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Return the children for a particular orgunit | 20080703 |
2 | ![]() |
Instance method | Public | Method | Return children of an orgunit for all org views | 20081125 |
3 | ![]() |
Instance method | Public | Method | Copy a corporate and its children to another org view | 20100301 |
4 | ![]() |
Static method | Public | Method | Create a new orgunit | 20071207 |
5 | ![]() |
Instance method | Public | Method | Delete the orgunit. | 20071207 |
6 | ![]() |
Static method | Public | Method | Get all corporates | 20100330 |
7 | ![]() |
Instance method | Public | Method | 20091022 | |
8 | ![]() |
Instance method | Public | Method | Get relevant orgunit views | 20100713 |
9 | ![]() |
Static method | Public | Method | Is corporate in the specified org view | 20100415 |
10 | ![]() |
Instance method | Public | Method | Is existed in view | 20100525 |
11 | ![]() |
Instance method | Public | Method | Cut and paste the orgunit data | 20080220 |
12 | ![]() |
Instance method | Public | Method | Return the parent of the orgunit | 20080912 |
13 | ![]() |
Static method | Public | Method | Used for retrieving the list of org units | 20071207 |
14 | ![]() |
Static method | Public | Method | Used for retrieving the list of org units from all views | 20100707 |
15 | ![]() |
Instance method | Public | Method | Retrieve the orgunit data | 20071207 |
16 | ![]() |
Static method | Public | Method | Search by pattern or range | 20100715 |
17 | ![]() |
Instance method | Public | Method | Set relevant orgunit views | 20100713 |
18 | ![]() |
Instance method | Public | Method | Update the orgunit | 20071207 |
19 | ![]() |
Instance method | Public | Method | Update the orgunit scoping information | 20130604 |
Events
Class IF_GRFN_API_ORGUNIT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_DATA | Public | See coding | 20130107 | BEGIN OF s_data,
id TYPE grfn_api_object_id,
name TYPE grfn_name,
descr TYPE grfn_text,
* validfrom TYPE grfn_begda,
* validto TYPE grfn_endda,
ou_reg_specific TYPE grpc_reg_spec_data_flag,
ou_sprovider TYPE grfn_shared_service,
ou_rts_ec_test TYPE grfn_elc_retest,
ou_rts_ec_ass TYPE grfn_elc_reass,
ou_val_ec_rem TYPE grfn_val_rem_plan,
ou_val_ec_test TYPE grfn_val_elc_test,
ou_val_ec_ass TYPE grfn_val_elc_ass,
ou_cost_per_cnt TYPE grfn_cost_per_control_api,
ou_currency TYPE grfn_currency,
ou_olsp TYPE grfn_olsp,
ou_signoff TYPE grfn_sign_off,
ou_aod TYPE grfn_deficiency_analysis,
ou_in_scope TYPE grfn_in_scope,
ou_country TYPE grfn_orgunit_country,
ou_region TYPE grfn_orgunit_region,
ou_parent TYPE s_parent,
END OF s_data
|
||
2 | S_PARENT | Public | See coding | 20130107 | BEGIN OF s_parent,
ou_parent_id TYPE grfn_api_object_id,
ou_orgunit_view TYPE grfn_org_view_id,
END OF s_parent
|
||
3 | T_DATA | Public | See coding | 20130107 | t_data TYPE STANDARD TABLE OF s_data WITH DEFAULT KEY
|
Method Signatures
Method CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ORGUNIT_CHILDREN | Call by reference | Type reference (TYPE) | GRFN_T_API_ORGUNIT_LIST | Table type for orgunit list | 20080703 | ||
2 | ![]() |
IV_ASSIGNMENT_TYPE | Value transfer | Type reference (TYPE) | GRFN_ASSIGNMENT_TYPE | Assignment Type | 20081121 | ||
3 | ![]() |
IV_EXPANDED | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | Boolean | 20080703 | ||
4 | ![]() |
IV_IGNORE_AUTH_CHECK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100920 | ||
5 | ![]() |
IV_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080912 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080703 |
Method CHILDREN_ALL_VIEWS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ORGUNIT_CHILDREN | Call by reference | Type reference (TYPE) | GRFN_T_API_ORGUNIT_LIST | Table type for orgunit list | 20081125 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20081125 |
Method COPY_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HIER_LEVELS | Call by reference | Type reference (TYPE) | GRFN_ORG_HIER_LEVEL | CL_GRFN_ORGUNIT_VIEW=>GC_HIER_LEVELS-ALL | Hierarchical Levels to Copy | 20100301 | |
2 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | IF_GRFN_API_REGULATION=>GC_CROSS_APPLICATION | Regulation ID for auth check only | 20100301 | |
3 | ![]() |
IV_SOURCE_VIEW_ID | Call by reference | Type reference (TYPE) | GRFN_ORG_VIEW_ID | Source Organiztion View ID | 20100301 | ||
4 | ![]() |
IV_TARGET_VIEW_ID | Call by reference | Type reference (TYPE) | GRFN_ORG_VIEW_ID | Target Organiztion View ID | 20100301 | ||
5 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100301 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100301 |
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ORGUNIT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Interface for orgunit entity APIs | 20080313 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20080618 | ||
3 | ![]() |
IS_ORGUNIT_DATA | Call by reference | Type reference (TYPE) | GRFN_S_API_ORGUNIT_DATA | Orgunit data | 20071214 | ||
4 | ![]() |
IV_ORGUNIT_VIEW | Call by reference | Type reference (TYPE) | GRFN_ORG_VIEW_ID | Organiztion View ID | 20100316 | ||
5 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081201 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080214 |
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081201 | ||
2 | ![]() |
I_DELETE_SUBNODES | Call by reference | Type reference (TYPE) | GRFN_BOOLEAN | XFELD | 20080103 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080214 |
Method GET_CORPORATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100330 | ||
2 | ![]() |
IV_ORGUNIT_VIEW | Call by reference | Type reference (TYPE) | GRFN_ORG_VIEW_ID | Organiztion View ID | 20100330 | ||
3 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Regulation ID | 20100330 | ||
4 | ![]() |
RT_CORPORATE | Value transfer | Type reference (TYPE) | GRFN_T_API_ORGUNIT_LIST | Table type for orgunit list | 20100330 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100330 |
Method GET_EXTENSION Signature
Method GET_EXTENSION on class IF_GRFN_API_ORGUNIT has no parameter.
Method GET_EXTENSION on class IF_GRFN_API_ORGUNIT has no exception.
Method GET_VIEWS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_ORGUNIT_VIEW | Value transfer | Type reference (TYPE) | GRFN_T_API_ORG_VIEW_RELAT | Table Type for Orgunit View Relation | 20100713 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100713 |
Method IS_CORPORATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100415 | ||
2 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100415 | ||
3 | ![]() |
IV_ORGUNIT_VIEW | Call by reference | Type reference (TYPE) | GRFN_ORG_VIEW_ID | Organiztion View ID | 20100415 | ||
4 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100415 |
Method IS_CORPORATE on class IF_GRFN_API_ORGUNIT has no exception.
Method IS_EXISTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ORGUNIT_VIEW | Call by reference | Type reference (TYPE) | GRFN_ORG_VIEW_ID | Organiztion View ID | 20100525 | ||
2 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100525 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100525 |
Method MOVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ORGUNIT_VIEW | Value transfer | Type reference (TYPE) | GRFN_ORG_VIEW_ID | Organiztion View ID | 20100316 | ||
2 | ![]() |
IV_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081201 | ||
3 | ![]() |
I_PARENT_ORGUNIT | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Orgunit data | 20080220 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080220 |
Method PARENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ORGUNIT_VIEW | Value transfer | Type reference (TYPE) | GRFN_ORG_VIEW_ID | Organiztion View ID | 20100316 | ||
2 | ![]() |
IV_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080912 | ||
3 | ![]() |
IV_REG_DEPEND | Value transfer | Type reference (TYPE) | ABAP_BOOL | Obsolete at GRC2010 | 20100415 | ||
4 | ![]() |
RV_PARENT | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080912 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080912 |
Method QUERY 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_API_ORGUNIT_LIST | Table type for the orgunit list structure | 20071207 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20080618 | ||
3 | ![]() |
IV_HIERARCHY_TYPE | Call by reference | Type reference (TYPE) | GRFN_ASSIGNMENT_TYPE | Assignment Type | 20080717 | ||
4 | ![]() |
IV_INTEGRATION_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Is Integration Mode | 20101018 | |
5 | ![]() |
IV_OBJECTIVE_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091029 | ||
6 | ![]() |
IV_PATTERN | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | Data element for the Search Pattern in the API | 20080724 | ||
7 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080822 | ||
8 | ![]() |
IV_REGULATION_SPECIFIC | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Filter by regulation | 20100624 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080214 |
Method QUERY_ALL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100707 | ||
2 | ![]() |
IV_INTEGRATION_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20101018 | ||
3 | ![]() |
IV_PATTERN | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | Data element for the Search Pattern in the API | 20100707 | ||
4 | ![]() |
RT_ORGUNIT_LIST | Value transfer | Type reference (TYPE) | GRFN_T_API_ORGUNIT_LIST | Table type for the orgunit list structure | 20100707 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100707 |
Method RETRIEVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ORGUNIT_DATA | Call by reference | Type reference (TYPE) | GRFN_S_API_ORGUNIT_DATA | Orgunit data | 20071214 | ||
2 | ![]() |
ES_ORGUNIT_DATA_PC | Call by reference | Type reference (TYPE) | GRFN_S_API_ORGUNIT_DATA_PC | FN-PC - Orgunit data | 20080425 | ||
3 | ![]() |
ES_ORGUNIT_DATA_RM | Call by reference | Type reference (TYPE) | GRFN_S_API_ORGUNIT_DATA_RM | FN-RM - Orgunit data | 20080425 | ||
4 | ![]() |
ET_ACTIVITIES | Call by reference | Type reference (TYPE) | GRFN_T_API_ORGUNIT_LOCAL_OBJ | Orgunit Local Object List | 20081211 | ||
5 | ![]() |
ET_INCIDENTS | Call by reference | Type reference (TYPE) | GRFN_T_API_ORGUNIT_LOCAL_OBJ | Orgunit Local Object List | 20081215 | ||
6 | ![]() |
ET_KRI_BUSIRULE | Call by reference | Type reference (TYPE) | GRFN_T_API_ORGUNIT_LOCAL_OBJ | Orgunit Local Object List | 20081215 | ||
7 | ![]() |
ET_KRI_INSTANCE | Call by reference | Type reference (TYPE) | GRFN_T_API_ORGUNIT_LOCAL_OBJ | Orgunit Local Object List | 20081215 | ||
8 | ![]() |
ET_OPPORTUNITIES | Call by reference | Type reference (TYPE) | GRFN_T_API_ORGUNIT_LOCAL_OBJ | Orgunit Local Object List | 20081211 | ||
9 | ![]() |
ET_RESPONSES | Call by reference | Type reference (TYPE) | GRFN_T_API_ORGUNIT_LOCAL_OBJ | Orgunit Local Object List | 20081215 | ||
10 | ![]() |
ET_RISKS | Call by reference | Type reference (TYPE) | GRFN_T_API_ORGUNIT_LOCAL_OBJ | Orgunit Local Object List | 20081211 | ||
11 | ![]() |
IV_EDITABLE | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | Boolean | 20080718 | ||
12 | ![]() |
IV_ORGUNIT_VIEW | Value transfer | Type reference (TYPE) | GRFN_ORG_VIEW_ID | Organiztion View ID | 20100317 | ||
13 | ![]() |
IV_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080214 |
Method SEARCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100715 | ||
2 | ![]() |
IT_SEARCH_RANGE | Call by reference | Type reference (TYPE) | GRFN_T_OBJECT_RANGE | Object Range Table | 20100715 | ||
3 | ![]() |
IV_ORGUNIT_VIEW | Call by reference | Type reference (TYPE) | GRFN_ORG_VIEW_ID | Organization View ID | 20100715 | ||
4 | ![]() |
IV_SEARCH_PATTERN | Call by reference | Type reference (TYPE) | GRFN_API_SEARCH_PATTERN | Search Pattern | 20100715 | ||
5 | ![]() |
RT_ORGUNIT_LIST | Value transfer | Type reference (TYPE) | GRFN_T_API_ORGUNIT_LIST | Table type for orgunit list | 20100715 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100715 |
Method SET_VIEWS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ORGUNIT_VIEW | Call by reference | Type reference (TYPE) | GRFN_T_API_ORG_VIEW_RELAT | Table Type for Orgunit View Relation | 20100713 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100713 |
Method UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ORGUNIT_DATA | Call by reference | Type reference (TYPE) | GRFN_S_API_ORGUNIT_DATA | Orgunit data | 20071214 | ||
2 | ![]() |
IS_ORGUNIT_DATA_PC | Call by reference | Type reference (TYPE) | GRFN_S_API_ORGUNIT_DATA_PC | FN-PC - Orgunit data | 20080425 | ||
3 | ![]() |
IS_ORGUNIT_DATA_RM | Call by reference | Type reference (TYPE) | GRFN_S_API_ORGUNIT_DATA_RM | FN-RM - Orgunit data | 20080425 | ||
4 | ![]() |
IV_ORGUNIT_VIEW | Call by reference | Type reference (TYPE) | GRFN_ORG_VIEW_ID | Organiztion View ID | 20100317 | ||
5 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20080214 |
Method UPDATE_SCOPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ORGUNIT_DATA | Call by reference | Type reference (TYPE) | GRFN_S_API_ORGUNIT_DATA | Orgunit data | 20130604 | ||
2 | ![]() |
IS_ORGUNIT_DATA_PC | Call by reference | Type reference (TYPE) | GRFN_S_API_ORGUNIT_DATA_PC | FN-PC - Orgunit data | 20130604 | ||
3 | ![]() |
IS_ORGUNIT_DATA_RM | Call by reference | Type reference (TYPE) | GRFN_S_API_ORGUNIT_DATA_RM | FN-RM - Orgunit data | 20130604 | ||
4 | ![]() |
IV_ORGUNIT_VIEW | Call by reference | Type reference (TYPE) | GRFN_ORG_VIEW_ID | Organiztion View ID | 20130604 | ||
5 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20130604 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20130704 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in |