Skip to content

/AWS1/CL_BDCMEMORYRECORDOUTPUT

Output information returned after processing a memory record operation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_memoryrecordid TYPE /AWS1/BDCMEMORYRECORDID /AWS1/BDCMEMORYRECORDID

The unique ID associated to the memory record.

iv_status TYPE /AWS1/BDCMEMORYRECORDSTATUS /AWS1/BDCMEMORYRECORDSTATUS

The status of the memory record operation (e.g., SUCCEEDED, FAILED).

Optional arguments:

iv_requestidentifier TYPE /AWS1/BDCREQUESTIDENTIFIER /AWS1/BDCREQUESTIDENTIFIER

The client-provided identifier that was used to track this record operation.

iv_errorcode TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER

The error code returned when the memory record operation fails.

iv_errormessage TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

A human-readable error message describing why the memory record operation failed.


Queryable Attributes

memoryRecordId

The unique ID associated to the memory record.

Accessible with the following methods

Method Description
GET_MEMORYRECORDID() Getter for MEMORYRECORDID, with configurable default
ASK_MEMORYRECORDID() Getter for MEMORYRECORDID w/ exceptions if field has no valu
HAS_MEMORYRECORDID() Determine if MEMORYRECORDID has a value

status

The status of the memory record operation (e.g., SUCCEEDED, FAILED).

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

requestIdentifier

The client-provided identifier that was used to track this record operation.

Accessible with the following methods

Method Description
GET_REQUESTIDENTIFIER() Getter for REQUESTIDENTIFIER, with configurable default
ASK_REQUESTIDENTIFIER() Getter for REQUESTIDENTIFIER w/ exceptions if field has no v
HAS_REQUESTIDENTIFIER() Determine if REQUESTIDENTIFIER has a value

errorCode

The error code returned when the memory record operation fails.

Accessible with the following methods

Method Description
GET_ERRORCODE() Getter for ERRORCODE, with configurable default
ASK_ERRORCODE() Getter for ERRORCODE w/ exceptions if field has no value
HAS_ERRORCODE() Determine if ERRORCODE has a value

errorMessage

A human-readable error message describing why the memory record operation failed.

Accessible with the following methods

Method Description
GET_ERRORMESSAGE() Getter for ERRORMESSAGE, with configurable default
ASK_ERRORMESSAGE() Getter for ERRORMESSAGE w/ exceptions if field has no value
HAS_ERRORMESSAGE() Determine if ERRORMESSAGE has a value

Public Local Types In This Class

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

TT_MEMORYRECORDSOUTPUTLIST

TYPES TT_MEMORYRECORDSOUTPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCMEMORYRECORDOUTPUT WITH DEFAULT KEY
.