/AWS1/CL_MHSSTRATEGYSUMMARY¶
Object containing the summary of the strategy recommendations.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_strategy TYPE /AWS1/MHSSTRATEGY /AWS1/MHSSTRATEGY¶
The name of recommended strategy.
iv_count TYPE /AWS1/MHSINTEGER /AWS1/MHSINTEGER¶
The count of recommendations per strategy.
Queryable Attributes¶
strategy¶
The name of recommended strategy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STRATEGY() |
Getter for STRATEGY, with configurable default |
ASK_STRATEGY() |
Getter for STRATEGY w/ exceptions if field has no value |
HAS_STRATEGY() |
Determine if STRATEGY has a value |
count¶
The count of recommendations per strategy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNT() |
Getter for COUNT, with configurable default |
ASK_COUNT() |
Getter for COUNT w/ exceptions if field has no value |
HAS_COUNT() |
Determine if COUNT 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_LISTSTRATEGYSUMMARY¶
TYPES TT_LISTSTRATEGYSUMMARY TYPE STANDARD TABLE OF REF TO /AWS1/CL_MHSSTRATEGYSUMMARY WITH DEFAULT KEY
.