SAP ABAP Class CL_GRFN_AUTH_ENGINE (Authorization infrastructure)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_ACCESS (Package) Roles, authorization, menu, access
⤷
⤷
Properties
| Class | CL_GRFN_AUTH_ENGINE | |
| Short Description | Authorization infrastructure | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_ACCESS | Roles, authorization, menu, access |
| Created | 20081112 | 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) |
Interfaces
Class CL_GRFN_AUTH_ENGINE has no interface implemented.
Friends
Class CL_GRFN_AUTH_ENGINE 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_AUTH_MODE | 'E' | Authorization Mode | 20091009 | ||
| 2 | Constant | Private | Type reference (TYPE) | GRFN_AUTH_MODE | 'H' | Authorization Mode | 20091009 | ||
| 3 | Constant | Private | Type reference (TYPE) | GRFN_AUTH_MODE | 'P' | Authorization Mode | 20091009 | ||
| 4 | Constant | Private | See coding | 20081112 | |||||
| 5 | Constant | Public | Type reference (TYPE) | GRFN_AUTH_CUST_FIELD | 'DISPLAY_PARENT_ROLES' | 'Display parent roles flag' | 20110817 | ||
| 6 | Constant | Public | Type reference (TYPE) | GRFN_AUTH_CUST_FIELD | 'DISPLAY_ROLE_DEF' | 'Display role definitions' | 20110819 | ||
| 7 | Constant | Public | Type reference (TYPE) | GRFN_AUTH_CUST_FIELD | 'EXTENDED_CHECK' | Extended check in role IMG | 20121005 | ||
| 8 | Constant | Public | Type reference (TYPE) | GRFN_AUTH_CUST_FIELD | 'ROLE_INHERITANCE' | Role inheritance flag in customizing | 20091016 | ||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRFN_APPLOG_AUTH | GRC Authorization Logging | 20081112 | |||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081112 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | GRFN_S_TF_DATES | Timeframe details | 20081112 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | YT_AUTHORIZE_BUFFER | 20081112 | ||||
| 13 | Static Attribute | Private | Type reference (TYPE) | YT_AUTH_BUFFER_PFCG | 20100721 | ||||
| 14 | Static Attribute | Public | Type reference (TYPE) | YT_EXPLANATION | String table | 20100824 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | YT_FORK_BUFFER | 20130926 | ||||
| 16 | Instance attribute | Private | Type reference (TYPE) | YT_GRFN_USER_BUFFER | 20081112 | ||||
| 17 | Instance attribute | Private | Type reference (TYPE) | YT_PARENT_BUFFER | 20081125 | ||||
| 18 | Instance attribute | Private | Type reference (TYPE) | SWWTWIID | Workflow: Table with Work Item IDs | 20110629 | |||
| 19 | Instance attribute | Private | Type reference (TYPE) | YT_TICKET_BASED_AUTH | 20081112 | ||||
| 20 | Instance attribute | Private | Type reference (TYPE) | YT_UPWARD_BUFFER | 20081125 | ||||
| 21 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20100824 | ||||
| 22 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20100817 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Checks authorization for specified object | 20081112 | |
| 2 | Instance method | Public | Method | Checks authorization to create an object | 20090225 | |
| 3 | Instance method | Public | Method | Checks authorization to delete an object | 20090225 | |
| 4 | Static method | Public | Method | 20100608 | ||
| 5 | Instance method | Public | Method | Checks authorization to display an object | 20090225 | |
| 6 | Instance method | Public | Method | Checks authorization to display an object | 20090225 | |
| 7 | Instance method | Public | Method | Checks authorization to change an object | 20090225 | |
| 8 | Instance method | Public | Method | 20081112 | ||
| 9 | Instance method | Public | Constructor | CONSTRUCTOR | 20081112 | |
| 10 | Instance method | Private | Method | ELA auth check | 20091012 | |
| 11 | Instance method | Public | Method | Determines agents for a certain agent slot | 20081112 | |
| 12 | Instance method | Public | Method | Determines agents for roles/sort sequence (no agent slot) | 20110217 | |
| 13 | Static method | Public | Method | Get fallback WF receiver | 20100608 | |
| 14 | Instance method | Public | Method | 20081125 | ||
| 15 | Instance method | Public | Method | Injects a ticket (work item) into the authorization system | 20081112 | |
| 16 | Instance method | Private | Method | PFCG based auth check | 20091009 | |
| 17 | Instance method | Public | Method | Revokes a ticket's authorizations from system | 20081112 | |
| 18 | Instance method | Private | Method | 20081125 | ||
| 19 | Instance method | Private | Method | 20081201 | ||
| 20 | Instance method | Private | Method | 20090114 | ||
| 21 | Instance method | Private | Method | Internal ticket injection | 20081112 | |
| 22 | Instance method | Private | Method | Checks whether the object has a relevant role assigned | 20081112 |
Events
Class CL_GRFN_AUTH_ENGINE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_EXPLANATION | Public | See coding | 20100824 | begin of ys_explanation,
order type sy-index,
object_id type grfn_api_object_id,
explanation type string,
end of ys_explanation
|
||
| 2 | YT_EXPLANATION | Public | See coding | 20100824 | yt_explanation type standard table of ys_explanation
|
Method Signatures
Method AUTHORIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | User is authorized to perform activity | 20081112 | |||
| 2 | I_DATAPART | Call by reference | Type reference (TYPE) | GRFN_DATAPART | Data Part for GRC Object Types | 20081112 | |||
| 3 | I_ENTITY | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity for which the authorization is checked | 20081112 | |||
| 4 | I_OBJECT | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object for which the authorization is checked | 20081112 | |||
| 5 | I_OPERATION | Call by reference | Type reference (TYPE) | GRFN_API_OPERATION_ID | Activitiy for which the authorization is checked | 20081112 | |||
| 6 | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Regulation | 20081112 | |||
| 7 | I_SUBENTITY | Call by reference | Type reference (TYPE) | GRFN_SUBENTITY | Subentity | 20081112 |
Method AUTHORIZE on class CL_GRFN_AUTH_ENGINE has no exception.
Method AUTHORIZE_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | User is authorized to perform activity | 20090225 | |||
| 2 | I_ENTITY | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity for which the authorization is checked | 20090225 | |||
| 3 | I_PARENT_OBJECT | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Parent Object for which the object shall be created | 20090225 | |||
| 4 | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Regulation | 20090225 | |||
| 5 | I_SUBENTITY | Call by reference | Type reference (TYPE) | GRFN_SUBENTITY | Subentity | 20090225 |
Method AUTHORIZE_CREATE on class CL_GRFN_AUTH_ENGINE has no exception.
Method AUTHORIZE_DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | User is authorized to perform activity | 20090225 | |||
| 2 | I_ENTITY | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity for which the authorization is checked | 20090225 | |||
| 3 | I_OBJECT | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object for which the authorization is checked | 20090225 | |||
| 4 | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Regulation | 20090225 |
Method AUTHORIZE_DELETE on class CL_GRFN_AUTH_ENGINE has no exception.
Method AUTHORIZE_PFCG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_AUTH_OBJ | Call by reference | Type reference (TYPE) | AGOBJECT | Auth. Object in User Master Maintenance | 20100608 | |||
| 2 | IV_FIELD1 | Call by reference | Type reference (TYPE) | AGRFIELD | Field name of an authorization | 20100608 | |||
| 3 | IV_FIELD10 | Call by reference | Type reference (TYPE) | AGRFIELD | Field name of an authorization | 20100608 | |||
| 4 | IV_FIELD2 | Call by reference | Type reference (TYPE) | AGRFIELD | Field name of an authorization | 20100608 | |||
| 5 | IV_FIELD3 | Call by reference | Type reference (TYPE) | AGRFIELD | Field name of an authorization | 20100608 | |||
| 6 | IV_FIELD4 | Call by reference | Type reference (TYPE) | AGRFIELD | Field name of an authorization | 20100608 | |||
| 7 | IV_FIELD5 | Call by reference | Type reference (TYPE) | AGRFIELD | Field name of an authorization | 20100608 | |||
| 8 | IV_FIELD6 | Call by reference | Type reference (TYPE) | AGRFIELD | Field name of an authorization | 20100608 | |||
| 9 | IV_FIELD7 | Call by reference | Type reference (TYPE) | AGRFIELD | Field name of an authorization | 20100608 | |||
| 10 | IV_FIELD8 | Call by reference | Type reference (TYPE) | AGRFIELD | Field name of an authorization | 20100608 | |||
| 11 | IV_FIELD9 | Call by reference | Type reference (TYPE) | AGRFIELD | Field name of an authorization | 20100608 | |||
| 12 | IV_USER | Call by reference | Type reference (TYPE) | UNAME | User Name | 20100608 | |||
| 13 | IV_VALUE1 | Call by reference | Type reference (TYPE) | AGVAL | Authorization value | 20100608 | |||
| 14 | IV_VALUE10 | Call by reference | Type reference (TYPE) | AGVAL | Authorization value | 20100608 | |||
| 15 | IV_VALUE2 | Call by reference | Type reference (TYPE) | AGVAL | Authorization value | 20100608 | |||
| 16 | IV_VALUE3 | Call by reference | Type reference (TYPE) | AGVAL | Authorization value | 20100608 | |||
| 17 | IV_VALUE4 | Call by reference | Type reference (TYPE) | AGVAL | Authorization value | 20100608 | |||
| 18 | IV_VALUE5 | Call by reference | Type reference (TYPE) | AGVAL | Authorization value | 20100608 | |||
| 19 | IV_VALUE6 | Call by reference | Type reference (TYPE) | AGVAL | Authorization value | 20100608 | |||
| 20 | IV_VALUE7 | Call by reference | Type reference (TYPE) | AGVAL | Authorization value | 20100608 | |||
| 21 | IV_VALUE8 | Call by reference | Type reference (TYPE) | AGVAL | Authorization value | 20100608 | |||
| 22 | IV_VALUE9 | Call by reference | Type reference (TYPE) | AGVAL | Authorization value | 20100608 | |||
| 23 | RV_AUTHORIZED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100608 |
Method AUTHORIZE_PFCG on class CL_GRFN_AUTH_ENGINE has no exception.
Method AUTHORIZE_QUERY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | User is authorized to perform activity | 20090225 | |||
| 2 | I_ENTITY | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity for which the authorization is checked | 20090225 | |||
| 3 | I_OBJECT | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object for which the authorization is checked | 20090225 | |||
| 4 | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Regulation | 20090225 |
Method AUTHORIZE_QUERY on class CL_GRFN_AUTH_ENGINE has no exception.
Method AUTHORIZE_RETRIEVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | User is authorized to perform activity | 20090225 | |||
| 2 | I_ENTITY | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity for which the authorization is checked | 20090225 | |||
| 3 | I_OBJECT | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object for which the authorization is checked | 20090225 | |||
| 4 | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Regulation | 20090225 |
Method AUTHORIZE_RETRIEVE on class CL_GRFN_AUTH_ENGINE has no exception.
Method AUTHORIZE_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | User is authorized to perform activity | 20090225 | |||
| 2 | I_DATAPART | Call by reference | Type reference (TYPE) | GRFN_DATAPART | Data Part for GRC Object Types | 20090225 | |||
| 3 | I_ENTITY | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity for which the authorization is checked | 20090225 | |||
| 4 | I_OBJECT | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object for which the authorization is checked | 20090225 | |||
| 5 | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Regulation | 20090225 |
Method AUTHORIZE_UPDATE on class CL_GRFN_AUTH_ENGINE has no exception.
Method CLEAN_BUFFER Signature
Method CLEAN_BUFFER on class CL_GRFN_AUTH_ENGINE has no parameter.
Method CLEAN_BUFFER on class CL_GRFN_AUTH_ENGINE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SESSION | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081112 |
Method CONSTRUCTOR on class CL_GRFN_AUTH_ENGINE has no exception.
Method ELA_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_AUTHORIZED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091012 | ||||
| 2 | EV_TICKET_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Work item ID | 20091012 | |||
| 3 | IV_ACTIVITY | Call by reference | Type reference (TYPE) | ACTIV_AUTH | Activity | 20091012 | |||
| 4 | IV_CENTRAL_CHECK | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091012 | ||||
| 5 | IV_DATAPART | Call by reference | Type reference (TYPE) | GRFN_DATAPART | Data Part for GRC Object Types | 20091012 | |||
| 6 | IV_ENTITY | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20091012 | |||
| 7 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091012 | |||
| 8 | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091012 | |||
| 9 | IV_SUBENTITY | Call by reference | Type reference (TYPE) | GRFN_SUBENTITY | Subentity | 20091012 | |||
| 10 | IV_USERNAME | Call by reference | Type reference (TYPE) | UNAME | User Name | 20091012 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20091012 |
Method GET_AGENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_EXCLUDE_USER | Call by reference | Type reference (TYPE) | GRFN_T_USER_LIST | Users to be excluded on object itself | 20081112 | |||
| 2 | IV_AGENT_SLOT | Call by reference | Type reference (TYPE) | GRFN_AGENTSLOT | Agent Slot | 20081112 | |||
| 3 | IV_ALL_GROUPS | Call by reference | Type reference (TYPE) | INT4 | 1 | 0 = all of them | 20081211 | ||
| 4 | IV_NO_FALLBACK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | No fallback user included in result | 20100608 | ||
| 5 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081112 | |||
| 6 | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081210 | |||
| 7 | RT_AGENT | Value transfer | Type reference (TYPE) | GRFN_T_AGENT | List of Agents | 20081112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081112 |
Method GET_AGENTS_BY_ROLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_AGENT | Call by reference | Type reference (TYPE) | GRFN_T_AGENT | List of Agents | 20110418 | |||
| 2 | ET_USER_ROLE | Call by reference | Type reference (TYPE) | GRFN_T_ROLE_LIST | User - roles | 20110418 | |||
| 3 | IT_EXCLUDE_USER | Call by reference | Type reference (TYPE) | GRFN_T_USER_LIST | Users to be excluded on object itself | 20110217 | |||
| 4 | IT_ROLES_SEQUENCE | Call by reference | Type reference (TYPE) | GRRM_OB_T_ROLES_SEQUENCE | Roles sequence | 20110217 | |||
| 5 | IV_ALL_GROUPS | Call by reference | Type reference (TYPE) | INT4 | 1 | 0 = all of them, 1 - first | 20110217 | ||
| 6 | IV_NO_FALLBACK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | No fallback user included in result | 20110217 | ||
| 7 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110217 | |||
| 8 | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110217 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20110217 |
Method GET_FALLBACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FALLBACK | Value transfer | Type reference (TYPE) | GRFN_T_AGENT | User name | 20100608 |
Method GET_FALLBACK on class CL_GRFN_AUTH_ENGINE has no exception.
Method GET_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081125 | |||
| 2 | IV_REGULATION | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081125 | |||
| 3 | RV_PARENT | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081125 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081125 |
Method INJECT_TICKET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WORKITEM | Call by reference | Type reference (TYPE) | SWW_WIID | Work item ID | 20081112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081112 |
Method PFCG_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTIVITY | Call by reference | Type reference (TYPE) | ACTIV_AUTH | Activity | 20091009 | |||
| 2 | IV_DATAPART | Call by reference | Type reference (TYPE) | GRFN_DATAPART | Data Part for GRC Object Types | 20091009 | |||
| 3 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091009 | |||
| 4 | IV_USER | Call by reference | Type reference (TYPE) | UNAME | User Name | 20091009 | |||
| 5 | RV_AUTHORIZED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091009 |
Method PFCG_CHECK on class CL_GRFN_AUTH_ENGINE has no exception.
Method REVOKE_TICKET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WORKITEM | Call by reference | Type reference (TYPE) | SWW_WIID | Work item ID | 20081112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081112 |
Method _CHECK_UPWARDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_REGULATION | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081125 | |||
| 2 | IV_SOURCE | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081125 | |||
| 3 | IV_TARGET | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081201 | |||
| 4 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081125 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081125 |
Method _FORK_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INCLUDING_SELF | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20081201 | |||
| 2 | IV_OBJECT | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081201 | |||
| 3 | IV_REGULATION | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20130603 | |||
| 4 | RT_OBJECT | Value transfer | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | table type of API object ID | 20081201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081201 |
Method _GET_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20090114 | |||
| 2 | IV_REGULATION | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20090114 | |||
| 3 | RV_PARENT | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20090114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20090114 |
Method _INSERT_TB_AUTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTIVITY | Call by reference | Type reference (TYPE) | ACTIV_AUTH | Activity | 20081112 | |||
| 2 | IV_DATAPART | Call by reference | Type reference (TYPE) | GRFN_DATAPART | Data Part for GRC Object Types | 20081112 | |||
| 3 | IV_ENTITY | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20081112 | |||
| 4 | IV_OBJECT | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081112 | |||
| 5 | IV_SUBENTITY | Call by reference | Type reference (TYPE) | GRFN_SUBENTITY | Subentity | 20081112 | |||
| 6 | IV_TICKET_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Work item ID | 20081112 |
Method _INSERT_TB_AUTH on class CL_GRFN_AUTH_ENGINE has no exception.
Method _ROLE_ASSIGNED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ROLE | Call by reference | Type reference (TYPE) | GRFN_T_ROLE | List of roles | 20081112 | |||
| 2 | IV_IGNORE_REG_RELEVANCE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090804 | |||
| 3 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081112 | |||
| 4 | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Regulation | 20100504 | |||
| 5 | IV_USERNAME | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20081112 | |||
| 6 | RV_ASSIGNMENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081112 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081112 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 300 |