Skip to content

/AWS1/CL_EVBPUTEVENTSRESPONSE

PutEventsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_FAILEDENTRYCOUNT TYPE /AWS1/EVBINTEGER /AWS1/EVBINTEGER

The number of failed entries.

IT_ENTRIES TYPE /AWS1/CL_EVBPUTEVENTSRSLTENTRY=>TT_PUTEVENTSRESULTENTRYLIST TT_PUTEVENTSRESULTENTRYLIST

The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.

For each record, the index of the response element is the same as the index in the request array.


Queryable Attributes

FailedEntryCount

The number of failed entries.

Accessible with the following methods

Method Description
GET_FAILEDENTRYCOUNT() Getter for FAILEDENTRYCOUNT

Entries

The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.

For each record, the index of the response element is the same as the index in the request array.

Accessible with the following methods

Method Description
GET_ENTRIES() Getter for ENTRIES, with configurable default
ASK_ENTRIES() Getter for ENTRIES w/ exceptions if field has no value
HAS_ENTRIES() Determine if ENTRIES has a value