/AWS1/CL_DIRFACETATTRUPDATE¶
A structure that contains information used to update an attribute.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_attribute TYPE REF TO /AWS1/CL_DIRFACETATTRIBUTE /AWS1/CL_DIRFACETATTRIBUTE¶
The attribute to update.
iv_action TYPE /AWS1/DIRUPDATEACTIONTYPE /AWS1/DIRUPDATEACTIONTYPE¶
The action to perform when updating the attribute.
Queryable Attributes¶
Attribute¶
The attribute to update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTE() |
Getter for ATTRIBUTE |
Action¶
The action to perform when updating the attribute.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTION() |
Getter for ACTION, with configurable default |
ASK_ACTION() |
Getter for ACTION w/ exceptions if field has no value |
HAS_ACTION() |
Determine if ACTION 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_FACETATTRIBUTEUPDATELIST¶
TYPES TT_FACETATTRIBUTEUPDATELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DIRFACETATTRUPDATE WITH DEFAULT KEY
.