Skip to content

/AWS1/CL_PPTSENDUSERSMSGRSP

Provides information about which users and endpoints a message was sent to.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_applicationid TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING

The unique identifier for the application that was used to send the message.

Optional arguments:

iv_requestid TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING

The unique identifier that was assigned to the message request.

it_result TYPE /AWS1/CL_PPTENDPTMESSAGERESULT=>TT_MAPOFMAPOFENDPTMSGRESULT TT_MAPOFMAPOFENDPTMSGRESULT

An object that indicates which endpoints the message was sent to, for each user. The object lists user IDs and, for each user ID, provides the endpoint IDs that the message was sent to. For each endpoint ID, it provides an EndpointMessageResult object.


Queryable Attributes

ApplicationId

The unique identifier for the application that was used to send the message.

Accessible with the following methods

Method Description
GET_APPLICATIONID() Getter for APPLICATIONID, with configurable default
ASK_APPLICATIONID() Getter for APPLICATIONID w/ exceptions if field has no value
HAS_APPLICATIONID() Determine if APPLICATIONID has a value

RequestId

The unique identifier that was assigned to the message request.

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

Result

An object that indicates which endpoints the message was sent to, for each user. The object lists user IDs and, for each user ID, provides the endpoint IDs that the message was sent to. For each endpoint ID, it provides an EndpointMessageResult object.

Accessible with the following methods

Method Description
GET_RESULT() Getter for RESULT, with configurable default
ASK_RESULT() Getter for RESULT w/ exceptions if field has no value
HAS_RESULT() Determine if RESULT has a value