SAP ABAP Class CL_GRAC_MODEL_ACC_REQ_TEMPLATE (Model class for Access Request Templates)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-AC (Application Component) Access Control
⤷
GRAC_ACCESS_REQUEST (Package) Access Control GRC Access Request

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_CUSTOMFIELD_MODEL | Model extension to handle the custom fields | 20100525 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_MODEL | Interface for handling of GRC API models | 20100212 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_MODEL_STATUS | Enable to retrieve MCF information for object from model | 20100525 |
Properties
Class | CL_GRAC_MODEL_ACC_REQ_TEMPLATE | |
Short Description | Model class for Access Request Templates | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRAC_ACCESS_REQUEST | Access Control GRC Access Request |
Created | 20100212 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_GRAC_MODEL_ACC_REQ_TEMPLATE has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRFN_API_CUSTOMFIELD_MODEL | Model extension to handle the custom fields | 20100525 | ||
2 | IF_GRFN_API_MODEL | Interface for handling of GRC API models | 20100212 | ||
3 | IF_GRFN_MODEL_STATUS | Enable to retrieve MCF information for object from model | 20100525 |
Friends
Class CL_GRAC_MODEL_ACC_REQ_TEMPLATE 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_ACC_REQ_TEMPLATE | Structure for Access Request Template | 20100212 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRAC_T_API_ACC_REQ_TEMPLATE | Table for Access Request Template | 20100212 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20100507 | |
2 | ![]() |
Instance method | Public | Method | Delete Template | 20100216 |
3 | ![]() |
Instance method | Private | Method | Release All templates for editing | 20100216 |
4 | ![]() |
Instance method | Public | Method | Lock the template for editing | 20100216 |
5 | ![]() |
Instance method | Public | Method | Get Template | 20100216 |
6 | ![]() |
Instance method | Public | Method | Get template list | 20100216 |
7 | ![]() |
Instance method | Private | Method | Raise Error | 20100212 |
8 | ![]() |
Instance method | Public | Method | Update template into the buffer | 20100216 |
Events
Class CL_GRAC_MODEL_ACC_REQ_TEMPLATE has no event.
Types
Class CL_GRAC_MODEL_ACC_REQ_TEMPLATE has no local type.
Method Signatures
Method CREATE_GUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_GUID | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20100507 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100507 |
Method DELETE_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ACC_REQ_TEMPLATE | Call by reference | Type reference (TYPE) | GRAC_S_API_ACC_REQ_TEMPLATE | Structure type for Access Request Template API | 20100216 |
Method DELETE_TEMPLATE on class CL_GRAC_MODEL_ACC_REQ_TEMPLATE has no exception.
Method DEQUE_ALL_TEMPLATE Signature
Method DEQUE_ALL_TEMPLATE on class CL_GRAC_MODEL_ACC_REQ_TEMPLATE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100812 |
Method ENQUE_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ACC_REQ_TEMPLATE | Call by reference | Type reference (TYPE) | GRAC_S_API_ACC_REQ_TEMPLATE | Structure for Access Request Template | 20100812 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100812 |
Method GET_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ACC_REQ_TEMPLATE | Call by reference | Type reference (TYPE) | GRAC_S_API_ACC_REQ_TEMPLATE | Access request Template structure | 20100216 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100216 | ||
3 | ![]() |
IS_ACC_REQ_TEMPLATE | Call by reference | Type reference (TYPE) | GRAC_S_API_ACC_REQ_TEMPLATE | Access request Template structure | 20100216 | ||
4 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | Language Key | 20100216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100216 |
Method GET_TEMPLATE_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ACC_REQ_TEMPLATE_LIST | Call by reference | Type reference (TYPE) | GRAC_T_API_ACC_REQ_TEMPLATE | Table for Access Request Template | 20100216 | ||
2 | ![]() |
IS_ACC_REQ_SEARCH_RANGE | Call by reference | Type reference (TYPE) | GRAC_S_AC_ACC_REQ_SEARCH | Access Request Template Search | 20100315 | ||
3 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | SY-LANGU | Language Key of Current Text Environment | 20100216 |
Method GET_TEMPLATE_LIST on class CL_GRAC_MODEL_ACC_REQ_TEMPLATE has no exception.
Method RAISE_ERROR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NUM | Value transfer | Type reference (TYPE) | SYMSGNO | Message Number | 20100212 | ||
2 | ![]() |
IV_PAR1 | Value transfer | Type reference (TYPE) | SYMSGV | Message Variable | 20100212 | ||
3 | ![]() |
IV_PAR2 | Value transfer | Type reference (TYPE) | SYMSGV | Message Variable | 20100212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100212 |
Method UPDATE_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ACC_REQ_TEMPLATE | Call by reference | Type reference (TYPE) | GRAC_S_API_ACC_REQ_TEMPLATE | Structure for Access Request Template | 20100216 | ||
2 | ![]() |
IV_CREATE_MODE | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20100216 | ||
3 | ![]() |
RV_GUID | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20100507 |
Method UPDATE_TEMPLATE on class CL_GRAC_MODEL_ACC_REQ_TEMPLATE has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |