/AWS1/CL_BDCLISTRECSRESPONSE¶
ListRecommendationsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_recommendationsummaries TYPE /AWS1/CL_BDCRECSUMMARY=>TT_RECOMMENDATIONSUMMARYLIST TT_RECOMMENDATIONSUMMARYLIST¶
The list of recommendation summaries.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDCNEXTTOKEN /AWS1/BDCNEXTTOKEN¶
If the total number of results is greater than the
maxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.
Queryable Attributes¶
recommendationSummaries¶
The list of recommendation summaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDATIONSUMMARIES() |
Getter for RECOMMENDATIONSUMMARIES, with configurable defaul |
ASK_RECOMMENDATIONSUMMARIES() |
Getter for RECOMMENDATIONSUMMARIES w/ exceptions if field ha |
HAS_RECOMMENDATIONSUMMARIES() |
Determine if RECOMMENDATIONSUMMARIES has a value |
nextToken¶
If the total number of results is greater than the
maxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |