/AWS1/CL_MHSASSESSMENTTARGET¶
Defines the criteria of assessment.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_condition TYPE /AWS1/MHSCONDITION /AWS1/MHSCONDITION¶
Condition of an assessment.
iv_name TYPE /AWS1/MHSSTRING /AWS1/MHSSTRING¶
Name of an assessment.
it_values TYPE /AWS1/CL_MHSASSESSMENTTGTVAL00=>TT_ASSESSMENTTARGETVALUES TT_ASSESSMENTTARGETVALUES¶
Values of an assessment.
Queryable Attributes¶
condition¶
Condition of an assessment.
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 |
name¶
Name of an assessment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
values¶
Values of an assessment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES 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_ASSESSMENTTARGETS¶
TYPES TT_ASSESSMENTTARGETS TYPE STANDARD TABLE OF REF TO /AWS1/CL_MHSASSESSMENTTARGET WITH DEFAULT KEY
.