/AWS1/CL_GLAGRANT¶
Contains information about a grant.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_grantee TYPE REF TO /AWS1/CL_GLAGRANTEE /AWS1/CL_GLAGRANTEE¶
The grantee.
iv_permission TYPE /AWS1/GLAPERMISSION /AWS1/GLAPERMISSION¶
Specifies the permission given to the grantee.
Queryable Attributes¶
Grantee¶
The grantee.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GRANTEE() |
Getter for GRANTEE |
Permission¶
Specifies the permission given to the grantee.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERMISSION() |
Getter for PERMISSION, with configurable default |
ASK_PERMISSION() |
Getter for PERMISSION w/ exceptions if field has no value |
HAS_PERMISSION() |
Determine if PERMISSION has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ACCESSCONTROLPOLICYLIST¶
TYPES TT_ACCESSCONTROLPOLICYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLAGRANT WITH DEFAULT KEY
.