/AWS1/CL_RBMFINISHEDWORLDSSUMM¶
Information about worlds that finished.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_finishedcount TYPE /AWS1/RBMINTEGER /AWS1/RBMINTEGER¶
The total number of finished worlds.
it_succeededworlds TYPE /AWS1/CL_RBMARNS_W=>TT_ARNS TT_ARNS¶
A list of worlds that succeeded.
io_failuresummary TYPE REF TO /AWS1/CL_RBMFAILURESUMMARY /AWS1/CL_RBMFAILURESUMMARY¶
Information about worlds that failed.
Queryable Attributes¶
finishedCount¶
The total number of finished worlds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINISHEDCOUNT() |
Getter for FINISHEDCOUNT |
succeededWorlds¶
A list of worlds that succeeded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCEEDEDWORLDS() |
Getter for SUCCEEDEDWORLDS, with configurable default |
ASK_SUCCEEDEDWORLDS() |
Getter for SUCCEEDEDWORLDS w/ exceptions if field has no val |
HAS_SUCCEEDEDWORLDS() |
Determine if SUCCEEDEDWORLDS has a value |
failureSummary¶
Information about worlds that failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURESUMMARY() |
Getter for FAILURESUMMARY |