/AWS1/CL_AMUMUTATIONACTETSTA00¶
Represents the state configuration when an action modifies a property of another element within the same component.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_componentname TYPE /AWS1/AMUSTRING /AWS1/AMUSTRING¶
The name of the component that is being modified.
iv_property TYPE /AWS1/AMUSTRING /AWS1/AMUSTRING¶
The name of the component property to apply the state configuration to.
io_set TYPE REF TO /AWS1/CL_AMUCOMPONENTPROPERTY /AWS1/CL_AMUCOMPONENTPROPERTY¶
The state configuration to assign to the property.
Queryable Attributes¶
componentName¶
The name of the component that is being modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPONENTNAME() |
Getter for COMPONENTNAME, with configurable default |
ASK_COMPONENTNAME() |
Getter for COMPONENTNAME w/ exceptions if field has no value |
HAS_COMPONENTNAME() |
Determine if COMPONENTNAME has a value |
property¶
The name of the component property to apply the state configuration to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPERTY() |
Getter for PROPERTY, with configurable default |
ASK_PROPERTY() |
Getter for PROPERTY w/ exceptions if field has no value |
HAS_PROPERTY() |
Determine if PROPERTY has a value |
set¶
The state configuration to assign to the property.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SET() |
Getter for SET |