Skip to content

/AWS1/CL_PP2LSTNTFYCNTRIESRSLT

ListNotifyCountriesResult

CONSTRUCTOR

IMPORTING

Optional arguments:

it_notifycountries TYPE /AWS1/CL_PP2NOTIFYCOUNTRYINFO=>TT_NOTIFYCOUNTRYINFOLIST TT_NOTIFYCOUNTRYINFOLIST

An array of NotifyCountryInformation objects that contain the results.

iv_nexttoken TYPE /AWS1/PP2NEXTTOKEN /AWS1/PP2NEXTTOKEN

The token to be used for the next set of paginated results. If this field is empty then there are no more results.


Queryable Attributes

NotifyCountries

An array of NotifyCountryInformation objects that contain the results.

Accessible with the following methods

Method Description
GET_NOTIFYCOUNTRIES() Getter for NOTIFYCOUNTRIES, with configurable default
ASK_NOTIFYCOUNTRIES() Getter for NOTIFYCOUNTRIES w/ exceptions if field has no val
HAS_NOTIFYCOUNTRIES() Determine if NOTIFYCOUNTRIES has a value

NextToken

The token to be used for the next set of paginated results. If this field is empty then there are no more 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