Skip to content

/AWS1/CL_BDOLISTPLYGENERSRSP

ListPolicyGenerationsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_policygenerations TYPE /AWS1/CL_BDOPOLICYGENERATION=>TT_POLICYGENERATIONS TT_POLICYGENERATIONS

An array of policy generation objects that match the specified criteria.

Optional arguments:

iv_nexttoken TYPE /AWS1/BDONEXTTOKEN /AWS1/BDONEXTTOKEN

A pagination token for retrieving additional policy generations if more results are available.


Queryable Attributes

policyGenerations

An array of policy generation objects that match the specified criteria.

Accessible with the following methods

Method Description
GET_POLICYGENERATIONS() Getter for POLICYGENERATIONS, with configurable default
ASK_POLICYGENERATIONS() Getter for POLICYGENERATIONS w/ exceptions if field has no v
HAS_POLICYGENERATIONS() Determine if POLICYGENERATIONS has a value

nextToken

A pagination token for retrieving additional policy generations if more results are available.

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