/AWS1/CL_DZNASSETPERMISSION¶
The asset permissions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_assetid TYPE /AWS1/DZNASSETID /AWS1/DZNASSETID¶
The asset ID as part of the asset permissions.
io_permissions TYPE REF TO /AWS1/CL_DZNPERMISSIONS /AWS1/CL_DZNPERMISSIONS¶
The details as part of the asset permissions.
Queryable Attributes¶
assetId¶
The asset ID as part of the asset permissions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETID() |
Getter for ASSETID, with configurable default |
ASK_ASSETID() |
Getter for ASSETID w/ exceptions if field has no value |
HAS_ASSETID() |
Determine if ASSETID has a value |
permissions¶
The details as part of the asset permissions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERMISSIONS() |
Getter for PERMISSIONS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ASSETPERMISSIONS¶
TYPES TT_ASSETPERMISSIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNASSETPERMISSION WITH DEFAULT KEY
.