/AWS1/CL_WADTMPLSHARESUMMARY¶
Summary of a review template share.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_shareid TYPE /AWS1/WADSHAREID /AWS1/WADSHAREID¶
ShareId
iv_sharedwith TYPE /AWS1/WADSHAREDWITH /AWS1/WADSHAREDWITH¶
SharedWith
iv_status TYPE /AWS1/WADSHARESTATUS /AWS1/WADSHARESTATUS¶
Status
iv_statusmessage TYPE /AWS1/WADSTATUSMESSAGE /AWS1/WADSTATUSMESSAGE¶
Review template share invitation status message.
Queryable Attributes¶
ShareId¶
ShareId
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHAREID() |
Getter for SHAREID, with configurable default |
ASK_SHAREID() |
Getter for SHAREID w/ exceptions if field has no value |
HAS_SHAREID() |
Determine if SHAREID has a value |
SharedWith¶
SharedWith
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHAREDWITH() |
Getter for SHAREDWITH, with configurable default |
ASK_SHAREDWITH() |
Getter for SHAREDWITH w/ exceptions if field has no value |
HAS_SHAREDWITH() |
Determine if SHAREDWITH has a value |
Status¶
Status
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
StatusMessage¶
Review template share invitation status message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE 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_TEMPLATESHARESUMMARIES¶
TYPES TT_TEMPLATESHARESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADTMPLSHARESUMMARY WITH DEFAULT KEY
.