Skip to content

/AWS1/CL_DPIPUTPLINDEFNOUTPUT

Contains the output of PutPipelineDefinition.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_errored TYPE /AWS1/DPIBOOLEAN /AWS1/DPIBOOLEAN

Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

Optional arguments:

it_validationerrors TYPE /AWS1/CL_DPIVALIDATIONERROR=>TT_VALIDATIONERRORS TT_VALIDATIONERRORS

The validation errors that are associated with the objects defined in pipelineObjects.

it_validationwarnings TYPE /AWS1/CL_DPIVALIDATIONWARNING=>TT_VALIDATIONWARNINGS TT_VALIDATIONWARNINGS

The validation warnings that are associated with the objects defined in pipelineObjects.


Queryable Attributes

validationErrors

The validation errors that are associated with the objects defined in pipelineObjects.

Accessible with the following methods

Method Description
GET_VALIDATIONERRORS() Getter for VALIDATIONERRORS, with configurable default
ASK_VALIDATIONERRORS() Getter for VALIDATIONERRORS w/ exceptions if field has no va
HAS_VALIDATIONERRORS() Determine if VALIDATIONERRORS has a value

validationWarnings

The validation warnings that are associated with the objects defined in pipelineObjects.

Accessible with the following methods

Method Description
GET_VALIDATIONWARNINGS() Getter for VALIDATIONWARNINGS, with configurable default
ASK_VALIDATIONWARNINGS() Getter for VALIDATIONWARNINGS w/ exceptions if field has no
HAS_VALIDATIONWARNINGS() Determine if VALIDATIONWARNINGS has a value

errored

Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

Accessible with the following methods

Method Description
GET_ERRORED() Getter for ERRORED