SAP ABAP Class CL_GRAC_API_SOD_ORGRULE (Org Rule API)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-AC (Application Component) Access Control
⤷
GRAC_SOD (Package) Access Control GRC SoD Rules and etc.
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_API_BASIS | Basis class for GRC API classes | 20091119 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRAC_API_ORG_RULES | API Org Rules | 20091119 |
Properties
| Class | CL_GRAC_API_SOD_ORGRULE | |
| Short Description | Org Rule API | |
| Super Class | CL_GRFN_API_BASIS | Basis class for GRC API classes |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRAC_SOD | Access Control GRC SoD Rules and etc. |
| Created | 20091119 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GRAC_API_ORG_RULES | API Org Rules | 20091119 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_GRFN_API_SESSION | 20091209 | Session Management for GRC APIs |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | SY-MSGTY | 'E' | Message Type | 20091119 | ||
| 2 | Constant | Protected | Type reference (TYPE) | SY-MSGID | 'GRFN_ENTITY_API' | Message Class | 20091119 | ||
| 3 | Constant | Protected | Type reference (TYPE) | SY-MSGID | 'GRAC_ENTITY_API' | Reference type | 20091119 | ||
| 4 | Constant | Protected | Type reference (TYPE) | CLASSNAME | 'CL_GRAC_MODEL_ORG_RULES' | Reference type | 20091119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Validation Method for Existance check of a Orgrule Id. | 20110329 | |
| 2 | Instance method | Public | Method | Check the Orgrule ID is a Parent to another Orgrule | 20100326 | |
| 3 | Static method | Private | Method | Get Instance | 20091119 | |
| 4 | Static method | Public | Method | Retrieve single orgrule by Id | 20100320 | |
| 5 | Static method | Public | Method | Get parent org rules and filter the Org levels | 20091210 | |
| 6 | Instance method | Public | Method | Update Org Rules | 20100210 |
Events
Class CL_GRAC_API_SOD_ORGRULE has no event.
Types
Class CL_GRAC_API_SOD_ORGRULE has no local type.
Method Signatures
Method CHECK_ORGRULE_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ORGRULEID | Call by reference | Type reference (TYPE) | GRAC_ORGRULE_ID | Orgrule Id | 20110329 | |||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110329 |
Method CHECK_ORGRULE_EXIST on class CL_GRAC_API_SOD_ORGRULE has no exception.
Method CHECK_PARENT_ORGRULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_IS_PARENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100326 | ||||
| 2 | EV_ORGRULEID | Call by reference | Type reference (TYPE) | GRAC_ORG_RULE_ID | Organization Rule id | 20100327 | |||
| 3 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100326 | |||
| 4 | IV_ORGRULEID | Call by reference | Type reference (TYPE) | GRAC_ORG_RULE_ID | Organization Rule id | 20100326 |
Method CHECK_PARENT_ORGRULE on class CL_GRAC_API_SOD_ORGRULE has no exception.
Method GET 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 | 20091119 | |||
| 2 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091119 | |||
| 3 | RO_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GRAC_API_SOD_ORGRULE | Org Rule API | 20091119 |
Method GET on class CL_GRAC_API_SOD_ORGRULE has no exception.
Method GET_ORGRULE_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_API_ORGRULE | Call by reference | Type reference (TYPE) | GRAC_T_API_ORGRULE | OrgRule Table | 20100320 | |||
| 2 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100320 | |||
| 3 | IV_ORGRULEID | Call by reference | Type reference (TYPE) | GRAC_ORG_RULE_ID | Organization Rule id | 20100320 |
Method GET_ORGRULE_BY_ID on class CL_GRAC_API_SOD_ORGRULE has no exception.
Method GET_PARENT_ORGRULES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ORGRULE_SYSTEMS | Call by reference | Type reference (TYPE) | GRAC_T_SOD_SYSORGRULE | SOD Org Rule systems | 20110716 | |||
| 2 | ET_ORG_RULES | Call by reference | Type reference (TYPE) | GRAC_T_API_ORGRULE | OrgRule Table | 20091210 | |||
| 3 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091210 | |||
| 4 | IV_HDR_ONLY | Call by reference | Type reference (TYPE) | GRFN_BOOLEAN | Boolean | 20091217 | |||
| 5 | IV_ORGRULEID | Call by reference | Type reference (TYPE) | GRAC_ORG_RULE_ID | Organization Rule id | 20140627 |
Method GET_PARENT_ORGRULES on class CL_GRAC_API_SOD_ORGRULE has no exception.
Method UPDATE_STATUS 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 | 20110224 | |||
| 2 | IT_SOD_ORGRULE | Call by reference | Type reference (TYPE) | GRAC_T_ORGRULE_DETAILS | SOD OrgRule Values | 20100211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100210 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |