/AWS1/CL_SISPERMSTMTSUMMARY¶
Summary of a permission statement
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sid TYPE /AWS1/SISSTATEMENTID /AWS1/SISSTATEMENTID¶
Unique identifier for the permission statement
Optional arguments:¶
it_condition TYPE /AWS1/CL_SISCONDITIONVALUES_W=>TT_CONDITIONBLOCK TT_CONDITIONBLOCK¶
Condition block for the permission statement
Queryable Attributes¶
sid¶
Unique identifier for the permission statement
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SID() |
Getter for SID, with configurable default |
ASK_SID() |
Getter for SID w/ exceptions if field has no value |
HAS_SID() |
Determine if SID has a value |
condition¶
Condition block for the permission statement
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONDITION() |
Getter for CONDITION, with configurable default |
ASK_CONDITION() |
Getter for CONDITION w/ exceptions if field has no value |
HAS_CONDITION() |
Determine if CONDITION 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_PERMSTATEMENTSUMMARIES¶
TYPES TT_PERMSTATEMENTSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SISPERMSTMTSUMMARY WITH DEFAULT KEY
.