/AWS1/CL_SGFBATCHGETRECRSLTDET¶
The output of records that have been retrieved in a batch.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_featuregroupname TYPE /AWS1/SGFVALUEASSTRING /AWS1/SGFVALUEASSTRING¶
The
FeatureGroupNamecontaining Records you retrieved in a batch.
iv_recordidvalueasstring TYPE /AWS1/SGFVALUEASSTRING /AWS1/SGFVALUEASSTRING¶
The value of the record identifier in string format.
it_record TYPE /AWS1/CL_SGFFEATUREVALUE=>TT_RECORD TT_RECORD¶
The
Recordretrieved.
Optional arguments:¶
iv_expiresat TYPE /AWS1/SGFEXPIRESAT /AWS1/SGFEXPIRESAT¶
The
ExpiresAtISO string of the requested record.
Queryable Attributes¶
FeatureGroupName¶
The
FeatureGroupNamecontaining Records you retrieved in a batch.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FEATUREGROUPNAME() |
Getter for FEATUREGROUPNAME, with configurable default |
ASK_FEATUREGROUPNAME() |
Getter for FEATUREGROUPNAME w/ exceptions if field has no va |
HAS_FEATUREGROUPNAME() |
Determine if FEATUREGROUPNAME has a value |
RecordIdentifierValueAsString¶
The value of the record identifier in string format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDIDVALUEASSTRING() |
Getter for RECORDIDVALUEASSTRING, with configurable default |
ASK_RECORDIDVALUEASSTRING() |
Getter for RECORDIDVALUEASSTRING w/ exceptions if field has |
HAS_RECORDIDVALUEASSTRING() |
Determine if RECORDIDVALUEASSTRING has a value |
Record¶
The
Recordretrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORD() |
Getter for RECORD, with configurable default |
ASK_RECORD() |
Getter for RECORD w/ exceptions if field has no value |
HAS_RECORD() |
Determine if RECORD has a value |
ExpiresAt¶
The
ExpiresAtISO string of the requested record.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRESAT() |
Getter for EXPIRESAT, with configurable default |
ASK_EXPIRESAT() |
Getter for EXPIRESAT w/ exceptions if field has no value |
HAS_EXPIRESAT() |
Determine if EXPIRESAT 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_BATCHGETRECORDRESULTDETAILS¶
TYPES TT_BATCHGETRECORDRESULTDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGFBATCHGETRECRSLTDET WITH DEFAULT KEY
.