/AWS1/CL_DFMPROBLEM¶
Represents a specific warning or failure.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_run TYPE REF TO /AWS1/CL_DFMPROBLEMDETAIL /AWS1/CL_DFMPROBLEMDETAIL¶
Information about the associated run.
io_job TYPE REF TO /AWS1/CL_DFMPROBLEMDETAIL /AWS1/CL_DFMPROBLEMDETAIL¶
Information about the associated job.
io_suite TYPE REF TO /AWS1/CL_DFMPROBLEMDETAIL /AWS1/CL_DFMPROBLEMDETAIL¶
Information about the associated suite.
io_test TYPE REF TO /AWS1/CL_DFMPROBLEMDETAIL /AWS1/CL_DFMPROBLEMDETAIL¶
Information about the associated test.
io_device TYPE REF TO /AWS1/CL_DFMDEVICE /AWS1/CL_DFMDEVICE¶
Information about the associated device.
iv_result TYPE /AWS1/DFMEXECUTIONRESULT /AWS1/DFMEXECUTIONRESULT¶
The problem's result.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
iv_message TYPE /AWS1/DFMMESSAGE /AWS1/DFMMESSAGE¶
A message about the problem's result.
Queryable Attributes¶
run¶
Information about the associated run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUN() |
Getter for RUN |
job¶
Information about the associated job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOB() |
Getter for JOB |
suite¶
Information about the associated suite.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUITE() |
Getter for SUITE |
test¶
Information about the associated test.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEST() |
Getter for TEST |
device¶
Information about the associated device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICE() |
Getter for DEVICE |
result¶
The problem's result.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULT() |
Getter for RESULT, with configurable default |
ASK_RESULT() |
Getter for RESULT w/ exceptions if field has no value |
HAS_RESULT() |
Determine if RESULT has a value |
message¶
A message about the problem's result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE 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_PROBLEMS¶
TYPES TT_PROBLEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DFMPROBLEM WITH DEFAULT KEY
.