Skip to content

/AWS1/CL_PPTTMPLVERSIONSRSP

Provides information about all the versions of a specific message template.

CONSTRUCTOR

IMPORTING

Required arguments:

it_item TYPE /AWS1/CL_PPTTMPLVERSIONRSP=>TT_LISTOFTMPLVERSIONRESPONSE TT_LISTOFTMPLVERSIONRESPONSE

An array of responses, one for each version of the message template.

Optional arguments:

iv_message TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING

The message that's returned from the API for the request to retrieve information about all the versions of the message template.

iv_nexttoken TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

iv_requestid TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING

The unique identifier for the request to retrieve information about all the versions of the message template.


Queryable Attributes

Item

An array of responses, one for each version of the message template.

Accessible with the following methods

Method Description
GET_ITEM() Getter for ITEM, with configurable default
ASK_ITEM() Getter for ITEM w/ exceptions if field has no value
HAS_ITEM() Determine if ITEM has a value

Message

The message that's returned from the API for the request to retrieve information about all the versions of the message template.

Accessible with the following methods

Method Description
GET_MESSAGE() Getter for MESSAGE, with configurable default
ASK_MESSAGE() Getter for MESSAGE w/ exceptions if field has no value
HAS_MESSAGE() Determine if MESSAGE has a value

NextToken

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

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

RequestID

The unique identifier for the request to retrieve information about all the versions of the message template.

Accessible with the following methods

Method Description
GET_REQUESTID() Getter for REQUESTID, with configurable default
ASK_REQUESTID() Getter for REQUESTID w/ exceptions if field has no value
HAS_REQUESTID() Determine if REQUESTID has a value