/AWS1/CL_SHIINVESTIGATIONFEE00¶
Represents user feedback for an investigation result. This structure captures the user's evaluation of the investigation's quality, usefulness, and any additional comments.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_usefulness TYPE /AWS1/SHIUSEFULNESSRATING /AWS1/SHIUSEFULNESSRATING¶
User assessment of the investigation result's quality and helpfulness. This rating indicates how valuable the investigation findings were in addressing the case.
iv_comment TYPE /AWS1/SHIFEEDBACKCOMMENT /AWS1/SHIFEEDBACKCOMMENT¶
Optional user comments providing additional context about the investigation feedback. This allows users to explain their rating or provide suggestions for improvement.
iv_submittedat TYPE /AWS1/SHITIMESTAMP /AWS1/SHITIMESTAMP¶
ISO 8601 timestamp when the feedback was submitted. This records when the user provided their assessment of the investigation results.
Queryable Attributes¶
usefulness¶
User assessment of the investigation result's quality and helpfulness. This rating indicates how valuable the investigation findings were in addressing the case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USEFULNESS() |
Getter for USEFULNESS, with configurable default |
ASK_USEFULNESS() |
Getter for USEFULNESS w/ exceptions if field has no value |
HAS_USEFULNESS() |
Determine if USEFULNESS has a value |
comment¶
Optional user comments providing additional context about the investigation feedback. This allows users to explain their rating or provide suggestions for improvement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMENT() |
Getter for COMMENT, with configurable default |
ASK_COMMENT() |
Getter for COMMENT w/ exceptions if field has no value |
HAS_COMMENT() |
Determine if COMMENT has a value |
submittedAt¶
ISO 8601 timestamp when the feedback was submitted. This records when the user provided their assessment of the investigation results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBMITTEDAT() |
Getter for SUBMITTEDAT, with configurable default |
ASK_SUBMITTEDAT() |
Getter for SUBMITTEDAT w/ exceptions if field has no value |
HAS_SUBMITTEDAT() |
Determine if SUBMITTEDAT has a value |