/AWS1/CL_BDNCREATEACTRESPONSE¶
CreateActResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_actid TYPE /AWS1/BDNUUIDSTRING /AWS1/BDNUUIDSTRING¶
The unique identifier for the created act.
iv_status TYPE /AWS1/BDNACTSTATUS /AWS1/BDNACTSTATUS¶
The initial status of the act after creation.
Queryable Attributes¶
actId¶
The unique identifier for the created act.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTID() |
Getter for ACTID, with configurable default |
ASK_ACTID() |
Getter for ACTID w/ exceptions if field has no value |
HAS_ACTID() |
Determine if ACTID has a value |
status¶
The initial status of the act after creation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |