/AWS1/CL_CNTEVALREVIEWNTFRECIP¶
Information about a recipient who should be notified when an evaluation review is requested.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/CNTEVALREVNTFRECIPTYPE /AWS1/CNTEVALREVNTFRECIPTYPE¶
The type of notification recipient.
io_value TYPE REF TO /AWS1/CL_CNTEVALREVNTFRECIPVAL /AWS1/CL_CNTEVALREVNTFRECIPVAL¶
The value associated with the notification recipient type.
Queryable Attributes¶
Type¶
The type of notification recipient.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Value¶
The value associated with the notification recipient type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EVALREVIEWNOTIFRECIPNTLIST¶
TYPES TT_EVALREVIEWNOTIFRECIPNTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTEVALREVIEWNTFRECIP WITH DEFAULT KEY
.