/AWS1/CL_BDCTOOLRSLTSTRUCTCONT¶
Contains structured content from a tool result.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_taskid TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The identifier of the task that produced the result.
iv_taskstatus TYPE /AWS1/BDCTASKSTATUS /AWS1/BDCTASKSTATUS¶
The status of the task that produced the result.
iv_stdout TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The standard output from the tool execution.
iv_stderr TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The standard error output from the tool execution.
iv_exitcode TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The exit code from the tool execution.
iv_executiontime TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The execution time of the tool operation in milliseconds.
Queryable Attributes¶
taskId¶
The identifier of the task that produced the result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKID() |
Getter for TASKID, with configurable default |
ASK_TASKID() |
Getter for TASKID w/ exceptions if field has no value |
HAS_TASKID() |
Determine if TASKID has a value |
taskStatus¶
The status of the task that produced the result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKSTATUS() |
Getter for TASKSTATUS, with configurable default |
ASK_TASKSTATUS() |
Getter for TASKSTATUS w/ exceptions if field has no value |
HAS_TASKSTATUS() |
Determine if TASKSTATUS has a value |
stdout¶
The standard output from the tool execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STDOUT() |
Getter for STDOUT, with configurable default |
ASK_STDOUT() |
Getter for STDOUT w/ exceptions if field has no value |
HAS_STDOUT() |
Determine if STDOUT has a value |
stderr¶
The standard error output from the tool execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STDERR() |
Getter for STDERR, with configurable default |
ASK_STDERR() |
Getter for STDERR w/ exceptions if field has no value |
HAS_STDERR() |
Determine if STDERR has a value |
exitCode¶
The exit code from the tool execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXITCODE() |
Getter for EXITCODE, with configurable default |
ASK_EXITCODE() |
Getter for EXITCODE w/ exceptions if field has no value |
HAS_EXITCODE() |
Determine if EXITCODE has a value |
executionTime¶
The execution time of the tool operation in milliseconds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONTIME() |
Getter for EXECUTIONTIME, with configurable default |
ASK_EXECUTIONTIME() |
Getter for EXECUTIONTIME w/ exceptions if field has no value |
STR_EXECUTIONTIME() |
String format for EXECUTIONTIME, with configurable default |
HAS_EXECUTIONTIME() |
Determine if EXECUTIONTIME has a value |