/AWS1/CL_SHICLOSECASERESPONSE¶
CloseCaseResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_casestatus TYPE /AWS1/SHICASESTATUS /AWS1/SHICASESTATUS¶
A response element providing responses for requests to CloseCase. This element responds
Closedif successful.
iv_closeddate TYPE /AWS1/SHITIMESTAMP /AWS1/SHITIMESTAMP¶
A response element providing responses for requests to CloseCase. This element responds with the ISO-8601 formatted timestamp of the moment when the case was closed.
Queryable Attributes¶
caseStatus¶
A response element providing responses for requests to CloseCase. This element responds
Closedif successful.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CASESTATUS() |
Getter for CASESTATUS, with configurable default |
ASK_CASESTATUS() |
Getter for CASESTATUS w/ exceptions if field has no value |
HAS_CASESTATUS() |
Determine if CASESTATUS has a value |
closedDate¶
A response element providing responses for requests to CloseCase. This element responds with the ISO-8601 formatted timestamp of the moment when the case was closed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOSEDDATE() |
Getter for CLOSEDDATE, with configurable default |
ASK_CLOSEDDATE() |
Getter for CLOSEDDATE w/ exceptions if field has no value |
HAS_CLOSEDDATE() |
Determine if CLOSEDDATE has a value |