/AWS1/CL_WISGETRECOMMENDATIO01¶
GetRecommendationsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_recommendations
TYPE /AWS1/CL_WISRECOMMENDATIONDATA=>TT_RECOMMENDATIONLIST
TT_RECOMMENDATIONLIST
¶
The recommendations.
Optional arguments:¶
it_triggers
TYPE /AWS1/CL_WISRECOMMENDATIONTR00=>TT_RECOMMENDATIONTRIGGERLIST
TT_RECOMMENDATIONTRIGGERLIST
¶
The triggers corresponding to recommendations.
Queryable Attributes¶
recommendations¶
The recommendations.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RECOMMENDATIONS() |
Getter for RECOMMENDATIONS, with configurable default |
ASK_RECOMMENDATIONS() |
Getter for RECOMMENDATIONS w/ exceptions if field has no val |
HAS_RECOMMENDATIONS() |
Determine if RECOMMENDATIONS has a value |
triggers¶
The triggers corresponding to recommendations.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TRIGGERS() |
Getter for TRIGGERS, with configurable default |
ASK_TRIGGERS() |
Getter for TRIGGERS w/ exceptions if field has no value |
HAS_TRIGGERS() |
Determine if TRIGGERS has a value |