/AWS1/CL_DIROBJECTATTRUPDATE¶
Structure that contains attribute update information.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_objectattributekey TYPE REF TO /AWS1/CL_DIRATTRIBUTEKEY /AWS1/CL_DIRATTRIBUTEKEY¶
The key of the attribute being updated.
io_objectattributeaction TYPE REF TO /AWS1/CL_DIROBJECTATTRACTION /AWS1/CL_DIROBJECTATTRACTION¶
The action to perform as part of the attribute update.
Queryable Attributes¶
ObjectAttributeKey¶
The key of the attribute being updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTATTRIBUTEKEY() |
Getter for OBJECTATTRIBUTEKEY |
ObjectAttributeAction¶
The action to perform as part of the attribute update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTATTRIBUTEACTION() |
Getter for OBJECTATTRIBUTEACTION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_OBJECTATTRIBUTEUPDATELIST¶
TYPES TT_OBJECTATTRIBUTEUPDATELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DIROBJECTATTRUPDATE WITH DEFAULT KEY
.