Skip to content

/AWS1/CL_TCRBTCGTDSCVREGRECRSP

BatchGetDiscoverableRegistryRecordResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_registryrecords TYPE /AWS1/CL_TCRREGRECORDSUMMARY=>TT_REGISTRYRECORDSUMMARYLIST TT_REGISTRYRECORDSUMMARYLIST

The records that were successfully retrieved. Each record correlates to the request by its recordId.

it_errors TYPE /AWS1/CL_TCRBTCGTDSVREGRCDRROR=>TT_BATCHGETDSCVREGRECDRRORLIST TT_BATCHGETDSCVREGRECDRRORLIST

The per-record errors for records that could not be retrieved. This list is empty when all requested records were returned.


Queryable Attributes

registryRecords

The records that were successfully retrieved. Each record correlates to the request by its recordId.

Accessible with the following methods

Method Description
GET_REGISTRYRECORDS() Getter for REGISTRYRECORDS, with configurable default
ASK_REGISTRYRECORDS() Getter for REGISTRYRECORDS w/ exceptions if field has no val
HAS_REGISTRYRECORDS() Determine if REGISTRYRECORDS has a value

errors

The per-record errors for records that could not be retrieved. This list is empty when all requested records were returned.

Accessible with the following methods

Method Description
GET_ERRORS() Getter for ERRORS, with configurable default
ASK_ERRORS() Getter for ERRORS w/ exceptions if field has no value
HAS_ERRORS() Determine if ERRORS has a value