/AWS1/CL_CUSSEARCHRECSRESPONSE¶
SearchRecommendationsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_profileid TYPE /AWS1/CUSUUID /AWS1/CUSUUID¶
The unique identifier of the profile for which to retrieve recommendations.
it_recommendations TYPE /AWS1/CL_CUSRECOMMENDATION=>TT_RECOMMENDATIONS TT_RECOMMENDATIONS¶
List of recommendations generated by the recommender.
Queryable Attributes¶
ProfileId¶
The unique identifier of the profile for which to retrieve recommendations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEID() |
Getter for PROFILEID, with configurable default |
ASK_PROFILEID() |
Getter for PROFILEID w/ exceptions if field has no value |
HAS_PROFILEID() |
Determine if PROFILEID has a value |
Recommendations¶
List of recommendations generated by the recommender.
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 |