/AWS1/CL_TCRREGRECORDSENTRY¶
Binds one registry to the record IDs requested from it.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_registryid TYPE /AWS1/TCRREGISTRYIDENTIFIER /AWS1/TCRREGISTRYIDENTIFIER¶
Registry identifier that accepts either ARN or ID format
it_recordids TYPE /AWS1/CL_TCRREGRECORDIDLIST_W=>TT_REGISTRYRECORDIDLIST TT_REGISTRYRECORDIDLIST¶
The record IDs to retrieve from the registry. You can specify 1 through 100 record IDs.
Queryable Attributes¶
registryId¶
Registry identifier that accepts either ARN or ID format
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTRYID() |
Getter for REGISTRYID, with configurable default |
ASK_REGISTRYID() |
Getter for REGISTRYID w/ exceptions if field has no value |
HAS_REGISTRYID() |
Determine if REGISTRYID has a value |
recordIds¶
The record IDs to retrieve from the registry. You can specify 1 through 100 record IDs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDIDS() |
Getter for RECORDIDS, with configurable default |
ASK_RECORDIDS() |
Getter for RECORDIDS w/ exceptions if field has no value |
HAS_RECORDIDS() |
Determine if RECORDIDS 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_REGISTRYRECORDSENTRYLIST¶
TYPES TT_REGISTRYRECORDSENTRYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TCRREGRECORDSENTRY WITH DEFAULT KEY
.