SAP ABAP Class CL_GRAC_MODEL_SUPP_RULES (Model Class for SOD Supplementary Rules)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_MODEL | Interface for handling of GRC API models | 20100310 |
Properties
| Class | CL_GRAC_MODEL_SUPP_RULES | |
| Short Description | Model Class for SOD Supplementary Rules | |
| Super Class | ||
| 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 | 20100310 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GRFN_API_MODEL | Interface for handling of GRC API models | 20100310 |
Friends
Class CL_GRAC_MODEL_SUPP_RULES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | GRAC_S_API_SUPPRULE | SuppRule Details | 20100510 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | GRACSUPPRULET | Supplement Rule Header | 20100506 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | GRACSUPPRULEHDR | Supplement Rule Header | 20100506 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | GRAC_T_API_SUPPRULE | Table Type for SuppRule Values | 20100510 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | YT_SUPPRULE_BUFFER | 20100310 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | GRAC_T_API_SUPPRULEID | 20100310 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | YT_SUPPRULE_LOCKED | 20100310 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | GRAC_T_SUPPRULE_VALUES | Table Type for SuppRule Values | 20100506 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check for supplementary rule | 20110330 | |
| 2 | Instance method | Public | Method | Delete SuppRule | 20100310 | |
| 3 | Instance method | Private | Method | Release Supplementary Rule for Editing | 20100510 | |
| 4 | Instance method | Public | Method | Lock the Supplementary Rule | 20100510 | |
| 5 | Instance method | Public | Method | Get the list of SuppRules | 20100310 | |
| 6 | Instance method | Public | Method | Get the details of a SuppRule | 20100310 | |
| 7 | Instance method | Public | Method | Get the list of header SuppRules | 20100310 | |
| 8 | Instance method | Private | Method | 20100510 | ||
| 9 | Instance method | Public | Method | Set the details for a SuppRule | 20100310 |
Events
Class CL_GRAC_MODEL_SUPP_RULES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_SUPPRULE_BUFFER | Public | See coding | 20100310 | BEGIN OF ys_supprule_buffer,
command TYPE grfn_command,
attr TYPE grac_s_supprule_hdr_att,
supplevelvalues TYPE grac_t_supprule_values,
attvalues TYPE grac_t_supprule_hdr_att,
END OF ys_supprule_buffer
|
||
| 2 | YS_SUPPRULE_LOCKED | Public | See coding | 20100310 | BEGIN OF ys_supprule_locked,
suppruleid TYPE grfn_guid,
END OF ys_supprule_locked
|
||
| 3 | YT_SUPPRULE_BUFFER | Public | See coding | 20100310 | yt_supprule_buffer TYPE SORTED TABLE OF ys_supprule_buffer WITH UNIQUE KEY attr-suppruleid
|
||
| 4 | YT_SUPPRULE_LOCKED | Public | See coding | 20100310 | yt_supprule_locked TYPE SORTED TABLE OF ys_supprule_locked WITH UNIQUE KEY suppruleid
|
Method Signatures
Method CHECK_SUPPRULE_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SUPPRULEID | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20110330 | |||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110330 |
Method CHECK_SUPPRULE_EXIST on class CL_GRAC_MODEL_SUPP_RULES has no exception.
Method DELETE_SUPPRULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SUPPRULEID | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20100311 |
Method DELETE_SUPPRULE on class CL_GRAC_MODEL_SUPP_RULES has no exception.
Method DEQUE_SUPP_RULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SUPPRULEID | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20100510 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100510 |
Method ENQUE_SUPP_RULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SUPP_RULE | Value transfer | Type reference (TYPE) | GRAC_S_SUPPRULE_ATT | SuppRule Details | 20100510 | |||
| 2 | IV_APP_TYPE | Value transfer | Type reference (TYPE) | GRAC_APP_TYPE | Application Type Information | 20100510 | |||
| 3 | IV_SUPPRULEID | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20100510 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100510 |
Method GET_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SUPPRULES | Call by reference | Type reference (TYPE) | GRAC_T_API_SUPPRULE | SuppRule Table Type | 20100311 | |||
| 2 | IV_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20100311 |
Method GET_LIST on class CL_GRAC_MODEL_SUPP_RULES has no exception.
Method GET_SUPPRULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_SUPPRULE_ATT | Call by reference | Type reference (TYPE) | GRAC_S_SUPPRULE_ATT | SuppRule Details | 20100311 | |||
| 2 | ET_SUPPRULE_VALUES | Call by reference | Type reference (TYPE) | GRAC_T_SUPPRULE_VALUES | Supplement Rule Values Table Type | 20100311 | |||
| 3 | IV_SUPPRULEID | Call by reference | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20100311 |
Method GET_SUPPRULE on class CL_GRAC_MODEL_SUPP_RULES has no exception.
Method GET_SUPPRULE_HDR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_API_SUPPRULE | Call by reference | Type reference (TYPE) | GRAC_T_API_SUPPRULE | Orgrule Details | 20100311 |
Method GET_SUPPRULE_HDR on class CL_GRAC_MODEL_SUPP_RULES has no exception.
Method RAISE_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NUM | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20100510 | |||
| 2 | IV_PAR1 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20100510 | |||
| 3 | IV_PAR2 | Call by reference | Type reference (TYPE) | SYMSGV | Message Variable | 20100510 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100510 |
Method SET_SUPPRULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_SUPPRULE_ATT | Call by reference | Type reference (TYPE) | GRAC_S_SUPPRULE_ATT | SuppRule Details | 20100311 | |||
| 2 | IT_SUPPRULE_VALUES | Call by reference | Type reference (TYPE) | GRAC_T_SUPPRULE_VALUES | Supplement Rule Values Table Type | 20100311 | |||
| 3 | IV_COMMAND | Call by reference | Type reference (TYPE) | GRFN_COMMAND | Operation | 20100311 |
Method SET_SUPPRULE on class CL_GRAC_MODEL_SUPP_RULES has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |