SAP ABAP Interface IF_GRAC_AD_ROLE_GENERATION (Interface for AC Provisioning Integration Scenario)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-AC (Application Component) Access Control
⤷
GRAC_ADAPTORS (Package) Access Control GRC Calls for Plag-in's and WSDL
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GRAC_AD_ROLE_GENERATION_HDB | Implementation class for Provisioning Integration Scenario | 20120503 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GRAC_AD_ROLE_GENERATION_LDP | Implementation class for Provisioning Integration Scenario | 20100429 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GRAC_AD_ROLE_GENERATION_RFC | Implementation class for Provisioning Integration Scenario | 20090930 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GRAC_AD_ROLE_GENERATION_WS | Implementation class for Provisioning Integration Scenario | 20100426 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GRAC_AD_ROLE_GEN_IDM_OB | Role Generation implementation for IDM | 20100524 |
Properties
| Interface | IF_GRAC_AD_ROLE_GENERATION | |
| Short Description | Interface for AC Provisioning Integration Scenario |
General Data
| Package | GRAC_ADAPTORS | Access Control GRC Calls for Plag-in's and WSDL |
| Created | 20090930 | SAP |
| Last changed | 20141106 | |
| Unicode checks active |
Forward declarations
Interface IF_GRAC_AD_ROLE_GENERATION has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GRAC_AD_TYPES | Data types used in AC Adaptor interfaces | 20090930 |
Friends
Interface IF_GRAC_AD_ROLE_GENERATION has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | YRETURN_CODE_FALSE | Instance attribute | Public | Attribute reference (LIKE) | 20090930 | ||||
| 2 | YRETURN_CODE_TRUE | Instance attribute | Public | Attribute reference (LIKE) | 20090930 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Create Role | 20090930 | |
| 2 | Instance method | Public | Method | Delete Role | 20091111 | |
| 3 | Instance method | Public | Method | Get the Role Generation status | 20091130 | |
| 4 | Instance method | Public | Method | Import All Roles from Target system | 20100218 | |
| 5 | Instance method | Public | Method | Mass Update the Roles | 20100621 | |
| 6 | Instance method | Public | Method | Retrive Role Details | 20100127 | |
| 7 | Instance method | Public | Method | Role History | 20100816 |
Events
Interface IF_GRAC_AD_ROLE_GENERATION has no event.
Types
Method Signatures
Method CREATE_ROLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | YT_MESSAGE | Message table | 20090930 | |||
| 2 | ET_OPERATION_RESULT | Call by reference | Type reference (TYPE) | YT_OPERATION_RESULT | Role(s) Creation Result if each Object ID | 20100221 | |||
| 3 | EV_RETURN_CODE | Call by reference | Type reference (TYPE) | YRETURN_CODE | Return Code | 20090930 | |||
| 4 | IT_ROLE | Call by reference | Type reference (TYPE) | YT_CREATE_ROLE | Role(s) structure | 20100221 | |||
| 5 | IV_LOGICAL_DESTINATION | Call by reference | Type reference (TYPE) | YLOGICAL_DESTINATION | Logical destination | 20090930 | |||
| 6 | IV_PASSWORD | Call by reference | Type reference (TYPE) | YROLE_PASSWORD | Password | 20100809 | |||
| 7 | IV_USER | Call by reference | Type reference (TYPE) | YROLE_USER | User Id | 20100809 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20091023 |
Method DELETE_ROLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | YT_MESSAGE | Message Table | 20091111 | |||
| 2 | ET_OPERATION_RESULT | Call by reference | Type reference (TYPE) | YT_OPERATION_RESULT | Role(s) Deletion Result if each Object ID | 20100224 | |||
| 3 | EV_RETURN_CODE | Call by reference | Type reference (TYPE) | YRETURN_CODE | Return Code | 20091111 | |||
| 4 | IV_DISTRIBUTE | Call by reference | Type reference (TYPE) | YDISTRIBUTE | Pass 'X' if want to distribute | 20091111 | |||
| 5 | IV_ENQUEUE_TRANSPORT | Call by reference | Type reference (TYPE) | YENQUEUE_TRANSPORT | 'X' | Pass 'X' if want to Enqueue Transport | 20091111 | ||
| 6 | IV_LOGICAL_DESTINATION | Call by reference | Type reference (TYPE) | YLOGICAL_DESTINATION | Logical destination | 20091111 | |||
| 7 | IV_PASSWORD | Call by reference | Type reference (TYPE) | YROLE_PASSWORD | Password | 20100824 | |||
| 8 | IV_ROLE | Call by reference | Type reference (TYPE) | YROLE | Role Name | 20091111 | |||
| 9 | IV_USER | Call by reference | Type reference (TYPE) | YROLE_USER | User Id | 20100824 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20091111 |
Method GET_ROLE_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | YT_MESSAGE | Message Table | 20091130 | |||
| 2 | ET_ROLE_STATUS | Call by reference | Type reference (TYPE) | YT_ROLE_STATUS | Role Generation Status | 20091130 | |||
| 3 | EV_RETURN_CODE | Call by reference | Type reference (TYPE) | YRETURN_CODE | Return Code | 20091130 | |||
| 4 | IT_ROLE | Call by reference | Type reference (TYPE) | YT_ROLE | Role List | 20091130 | |||
| 5 | IV_LOGICAL_DESTINATION | Call by reference | Type reference (TYPE) | YLOGICAL_DESTINATION | Logical destination | 20091130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20091130 |
Method IMPORT_ROLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_COMPOSITE_ROLES | Call by reference | Type reference (TYPE) | YT_COMPOSITE_ROLES | Composite Role (SAP:AGR_AGRS) | 20100218 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | YT_MESSAGE | Message table | 20100218 | |||
| 3 | ET_OBJ_CLASS | Call by reference | Type reference (TYPE) | YT_OBJ_CLASS | 20100903 | ||||
| 4 | ET_ROLE_ACTIONS | Call by reference | Type reference (TYPE) | YT_ROLE_ACTIONS | Role Actions (SAP:AGR_TCODES) | 20100218 | |||
| 5 | ET_ROLE_ATTRIBUTES | Call by reference | Type reference (TYPE) | YT_ROLE_ATTRIBUTES | Role Attributes (SAP:AGR_FLAGS) | 20100218 | |||
| 6 | ET_ROLE_AUTH_DATA1 | Call by reference | Type reference (TYPE) | YT_ROLE_AUTH_DATA_1 | Role Authorization Data (SAP:AGR_1250) | 20100218 | |||
| 7 | ET_ROLE_AUTH_DATA2 | Call by reference | Type reference (TYPE) | YT_ROLE_AUTH_DATA_2 | Role Authorization Data (SAP:AGR_1251) | 20100218 | |||
| 8 | ET_ROLE_AUTH_ORG_DATA | Call by reference | Type reference (TYPE) | YT_ROLE_ORG_DATA | Role Org elements for Auths (SAP:AGR_1252) | 20100218 | |||
| 9 | ET_ROLE_DEFINITION | Call by reference | Type reference (TYPE) | YT_ROLE_DEFINITION | Role Definition (SAP:AGR_DEFINE) | 20100218 | |||
| 10 | ET_ROLE_HIERARCHY_MENU | Call by reference | Type reference (TYPE) | YT_ROLE_HIERARCHY_MENU | Role Structure for Hierarchical Menu (SAP:AGR_TEXTS) | 20100218 | |||
| 11 | ET_ROLE_PROFILE | Call by reference | Type reference (TYPE) | YT_ROLE_PROFILE_DATA | Role Profile (SAP:AGR_1016) | 20100218 | |||
| 12 | EV_RETURN_CODE | Call by reference | Type reference (TYPE) | YRETURN_CODE | Return Code 0:success 4:failure | 20100218 | |||
| 13 | IT_ROLE | Call by reference | Type reference (TYPE) | YT_RANGE | Roles to be imported | 20100218 | |||
| 14 | IT_ROLE_EXCLUDE | Call by reference | Type reference (TYPE) | YT_RANGE | Roles to be excluded | 20100218 | |||
| 15 | IV_DATE_FROM | Call by reference | Type reference (TYPE) | YFROM_DATE | Roles Changed After this date | 20100218 | |||
| 16 | IV_LOGICAL_DESTINATION | Call by reference | Type reference (TYPE) | YLOGICAL_DESTINATION | Logical destination | 20100218 | |||
| 17 | IV_SYSTEM_ID | Call by reference | Type reference (TYPE) | YSYSTEM_ID | System ID | 20100430 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100218 |
Method MASS_UPDATE_ROLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Value transfer | Type reference (TYPE) | YT_MESSAGE | Message Table | 20100622 | |||
| 2 | EV_RETURN_CODE | Value transfer | Type reference (TYPE) | YRETURN_CODE | Return Code | 20100622 | |||
| 3 | IT_NEW_OBJECT | Value transfer | Type reference (TYPE) | YT_ROLE_AUTH | List of Role & Auth Obj | 20100622 | |||
| 4 | IT_NEW_ORG_VAL | Value transfer | Type reference (TYPE) | YT_ROLE_ORG | Table of Role Org Level Data | 20100622 | |||
| 5 | IT_NEW_TCODE | Value transfer | Type reference (TYPE) | YT_TCODE_001 | TCode List | 20100622 | |||
| 6 | IT_OLD_OBJECT | Value transfer | Type reference (TYPE) | YT_ROLE_AUTH | List of Role & Auth Obj | 20100622 | |||
| 7 | IT_OLD_ORG_VAL | Value transfer | Type reference (TYPE) | YT_ROLE_ORG | Table of Role Org Level Data | 20100622 | |||
| 8 | IT_OLD_TCODE | Value transfer | Type reference (TYPE) | YT_TCODE_001 | TCode List | 20100622 | |||
| 9 | IT_ROLES | Value transfer | Type reference (TYPE) | YT_ROLE_DETAIL | List of Role Details | 20100622 | |||
| 10 | IV_GEN_PROF | Value transfer | Type reference (TYPE) | YGEN_PROF | Boolean | 20100622 | |||
| 11 | IV_LOGICAL_DESTINATION | Call by reference | Type reference (TYPE) | YLOGICAL_DESTINATION | logical destination | 20100622 | |||
| 12 | IV_OPERATION | Value transfer | Type reference (TYPE) | YOPERATION | Character length 1 | 20100622 | |||
| 13 | IV_OPTION | Value transfer | Type reference (TYPE) | YOPTION_01 | Character length 1 | 20100622 |
Method MASS_UPDATE_ROLE on Interface IF_GRAC_AD_ROLE_GENERATION has no exception.
Method RETRIEVE_ROLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | YT_MESSAGE | Message table | 20100127 | |||
| 2 | ET_ROLE_DETAIL | Call by reference | Type reference (TYPE) | YT_ROLE_DETAIL | List of Role Details | 20100127 | |||
| 3 | ET_ROLE_OBJECT | Call by reference | Type reference (TYPE) | YT_ROLE_OBJECT | List of Role & Auth Obj | 20100127 | |||
| 4 | EV_RETURN_CODE | Call by reference | Type reference (TYPE) | YRETURN_CODE | Return Code 0:success 4:failure | 20100127 | |||
| 5 | IV_LANG | Call by reference | Type reference (TYPE) | YLANG | Language Key | 20100127 | |||
| 6 | IV_LOGICAL_DESTINATION | Call by reference | Type reference (TYPE) | YLOGICAL_DESTINATION | Logical destination | 20100127 | |||
| 7 | IV_PASSWORD | Call by reference | Type reference (TYPE) | YROLE_PASSWORD | Password | 20100825 | |||
| 8 | IV_ROLE | Call by reference | Type reference (TYPE) | YROLE | Role Name | 20100127 | |||
| 9 | IV_ROLE_TYPE | Call by reference | Type reference (TYPE) | YROLE_TYPE | Role Type (S)ingle,(C)omposite,(D)erived | 20100127 | |||
| 10 | IV_SUMMARY_FLAG | Call by reference | Type reference (TYPE) | YSUMMARY_FLAG | Flag to set the summary details | 20100621 | |||
| 11 | IV_USER | Call by reference | Type reference (TYPE) | YROLE_USER | User Id | 20100825 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100127 |
Method ROLE_HISTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | YT_MESSAGE | Message table | 20100816 | |||
| 2 | ET_ROLE_HISTORY | Call by reference | Type reference (TYPE) | YT_ROLE_HISTORY | Role History | 20100816 | |||
| 3 | EV_RETURN_CODE | Call by reference | Type reference (TYPE) | YRETURN_CODE | Return code | 20100816 | |||
| 4 | IV_AGR_NAME | Call by reference | Type reference (TYPE) | YROLE | Role Name | 20100816 | |||
| 5 | IV_CHANGE_BY | Call by reference | Type reference (TYPE) | GRAC_USER_NAME | User name | 20100816 | |||
| 6 | IV_CHANGE_LOG_LEVEL | Call by reference | Type reference (TYPE) | YROLE_FLAG | Flag for change role | 20100816 | |||
| 7 | IV_DATE_FROM | Call by reference | Type reference (TYPE) | YFROM_DATE | From date | 20100816 | |||
| 8 | IV_DATE_TO | Call by reference | Type reference (TYPE) | YTO_DATE | To date | 20100816 | |||
| 9 | IV_LANG | Call by reference | Type reference (TYPE) | YLANG | Language | 20100816 | |||
| 10 | IV_LOGICAL_DESTINATION | Call by reference | Type reference (TYPE) | YLOGICAL_DESTINATION | Logical Destination | 20100816 | |||
| 11 | IV_TIME_FROM | Call by reference | Type reference (TYPE) | YTIME_FROM | Time From | 20100816 | |||
| 12 | IV_TIME_TO | Call by reference | Type reference (TYPE) | YTIME_TO | Time to | 20100816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100816 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |