/AWS1/CL_WSPMODIFICATIONSTATE¶
Describes a WorkSpace modification.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resource TYPE /AWS1/WSPMODRESOURCEENUM /AWS1/WSPMODRESOURCEENUM¶
The resource.
iv_state TYPE /AWS1/WSPMODIFICATIONSTATEENUM /AWS1/WSPMODIFICATIONSTATEENUM¶
The modification state.
Queryable Attributes¶
Resource¶
The resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCE() |
Getter for RESOURCE, with configurable default |
ASK_RESOURCE() |
Getter for RESOURCE w/ exceptions if field has no value |
HAS_RESOURCE() |
Determine if RESOURCE has a value |
State¶
The modification state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE 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_MODIFICATIONSTATELIST¶
TYPES TT_MODIFICATIONSTATELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WSPMODIFICATIONSTATE WITH DEFAULT KEY
.