Skip to content

/AWS1/CL_PPTITEMRESPONSE

Provides information about the results of a request to create or update an endpoint that's associated with an event.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_endpointitemresponse TYPE REF TO /AWS1/CL_PPTENDPTITEMRESPONSE /AWS1/CL_PPTENDPTITEMRESPONSE

The response that was received after the endpoint data was accepted.

it_eventsitemresponse TYPE /AWS1/CL_PPTEVENTITEMRESPONSE=>TT_MAPOFEVENTITEMRESPONSE TT_MAPOFEVENTITEMRESPONSE

A multipart response object that contains a key and a value for each event in the request. In each object, the event ID is the key and an EventItemResponse object is the value.


Queryable Attributes

EndpointItemResponse

The response that was received after the endpoint data was accepted.

Accessible with the following methods

Method Description
GET_ENDPOINTITEMRESPONSE() Getter for ENDPOINTITEMRESPONSE

EventsItemResponse

A multipart response object that contains a key and a value for each event in the request. In each object, the event ID is the key and an EventItemResponse object is the value.

Accessible with the following methods

Method Description
GET_EVENTSITEMRESPONSE() Getter for EVENTSITEMRESPONSE, with configurable default
ASK_EVENTSITEMRESPONSE() Getter for EVENTSITEMRESPONSE w/ exceptions if field has no
HAS_EVENTSITEMRESPONSE() Determine if EVENTSITEMRESPONSE has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TS_MAPOFITEMRESPONSE_MAPROW

TYPES: BEGIN OF TS_MAPOFITEMRESPONSE_MAPROW,
  key TYPE /AWS1/PPT__STRING,
  value TYPE REF TO /AWS1/CL_PPTITEMRESPONSE,
END OF TS_MAPOFITEMRESPONSE_MAPROW.

TT_MAPOFITEMRESPONSE

TYPES TT_MAPOFITEMRESPONSE TYPE HASHED TABLE OF /AWS1/CL_PPTITEMRESPONSE=>TS_MAPOFITEMRESPONSE_MAPROW WITH UNIQUE KEY key
.