/AWS1/CL_DZNBATCHGETATTROUTPUT¶
The results of the BatchGetAttribute action.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_attributeidentifier TYPE /AWS1/DZNATTRIBUTEIDENTIFIER /AWS1/DZNATTRIBUTEIDENTIFIER¶
The attribute ID.
Optional arguments:¶
it_forms TYPE /AWS1/CL_DZNFORMOUTPUT=>TT_FORMOUTPUTLIST TT_FORMOUTPUTLIST¶
The metadata forms that are part of the results of the BatchGetAttribute action.
Queryable Attributes¶
attributeIdentifier¶
The attribute ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTEIDENTIFIER() |
Getter for ATTRIBUTEIDENTIFIER, with configurable default |
ASK_ATTRIBUTEIDENTIFIER() |
Getter for ATTRIBUTEIDENTIFIER w/ exceptions if field has no |
HAS_ATTRIBUTEIDENTIFIER() |
Determine if ATTRIBUTEIDENTIFIER has a value |
forms¶
The metadata forms that are part of the results of the BatchGetAttribute action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMS() |
Getter for FORMS, with configurable default |
ASK_FORMS() |
Getter for FORMS w/ exceptions if field has no value |
HAS_FORMS() |
Determine if FORMS 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_BATCHGETATTRIBUTEITEMS¶
TYPES TT_BATCHGETATTRIBUTEITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNBATCHGETATTROUTPUT WITH DEFAULT KEY
.