/AWS1/CL_CWOPIPELINEOUTPUT¶
Contains the output from pipeline test operations, including processed records and any errors encountered.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_record TYPE REF TO /AWS1/CL_CWORECORD /AWS1/CL_CWORECORD¶
The processed record output from the pipeline test operation.
io_error TYPE REF TO /AWS1/CL_CWOPLINOUTPUTERROR /AWS1/CL_CWOPLINOUTPUTERROR¶
Any error that occurred during the pipeline test operation for this record.
Queryable Attributes¶
Record¶
The processed record output from the pipeline test operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORD() |
Getter for RECORD |
Error¶
Any error that occurred during the pipeline test operation for this record.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PIPELINEOUTPUTS¶
TYPES TT_PIPELINEOUTPUTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWOPIPELINEOUTPUT WITH DEFAULT KEY
.