Skip to content

/AWS1/CL_BCRLISTRECDACTIONSRSP

ListRecommendedActionsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_recommendedactions TYPE /AWS1/CL_BCRRECOMMENDEDACTION=>TT_RECOMMENDEDACTIONS TT_RECOMMENDEDACTIONS

The list of recommended actions that satisfy the filter criteria.

Optional arguments:

iv_nexttoken TYPE /AWS1/BCRNEXTTOKEN /AWS1/BCRNEXTTOKEN

The pagination token that indicates the next set of results that you want to retrieve.


Queryable Attributes

recommendedActions

The list of recommended actions that satisfy the filter criteria.

Accessible with the following methods

Method Description
GET_RECOMMENDEDACTIONS() Getter for RECOMMENDEDACTIONS, with configurable default
ASK_RECOMMENDEDACTIONS() Getter for RECOMMENDEDACTIONS w/ exceptions if field has no
HAS_RECOMMENDEDACTIONS() Determine if RECOMMENDEDACTIONS has a value

nextToken

The pagination token that indicates the next set of results that you want to retrieve.

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