/AWS1/CL_SGMLASTUPDATESTATUS¶
A value that indicates whether the update was successful.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/SGMLASTUPDATESTATUSVALUE /AWS1/SGMLASTUPDATESTATUSVALUE¶
A value that indicates whether the update was made successful.
Optional arguments:¶
iv_failurereason TYPE /AWS1/SGMFAILUREREASON /AWS1/SGMFAILUREREASON¶
If the update wasn't successful, indicates the reason why it failed.
Queryable Attributes¶
Status¶
A value that indicates whether the update was made successful.
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 |
FailureReason¶
If the update wasn't successful, indicates the reason why it failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |