/AWS1/CL_DFMUNIQUEPROBLEM¶
A collection of one or more problems, grouped by their result.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_message TYPE /AWS1/DFMMESSAGE /AWS1/DFMMESSAGE¶
A message about the unique problems' result.
it_problems TYPE /AWS1/CL_DFMPROBLEM=>TT_PROBLEMS TT_PROBLEMS¶
Information about the problems.
Queryable Attributes¶
message¶
A message about the unique problems' 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 |
problems¶
Information about the problems.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROBLEMS() |
Getter for PROBLEMS, with configurable default |
ASK_PROBLEMS() |
Getter for PROBLEMS w/ exceptions if field has no value |
HAS_PROBLEMS() |
Determine if PROBLEMS 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_UNIQUEPROBLEMSBYEXECRSLTMAP¶
TYPES TT_UNIQUEPROBLEMSBYEXECRSLTMAP TYPE HASHED TABLE OF /AWS1/CL_DFMUNIQUEPROBLEM=>TS_UNIQUEPROBLEMSBYEX00_MAPROW WITH UNIQUE KEY key
.
TS_UNIQUEPROBLEMSBYEX00_MAPROW¶
TYPES: BEGIN OF TS_UNIQUEPROBLEMSBYEX00_MAPROW,
key TYPE /AWS1/DFMEXECUTIONRESULT,
value TYPE /AWS1/CL_DFMUNIQUEPROBLEM=>TT_UNIQUEPROBLEMS,
END OF TS_UNIQUEPROBLEMSBYEX00_MAPROW.
TT_UNIQUEPROBLEMS¶
TYPES TT_UNIQUEPROBLEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DFMUNIQUEPROBLEM WITH DEFAULT KEY
.