Skip to content

/AWS1/CL_PIPPLVARIABLEDECLAR00

A variable declared at the pipeline level.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/PIPPIPELINEVARIABLENAME /AWS1/PIPPIPELINEVARIABLENAME

The name of a pipeline-level variable.

Optional arguments:

iv_defaultvalue TYPE /AWS1/PIPPIPELINEVARIABLEVALUE /AWS1/PIPPIPELINEVARIABLEVALUE

The value of a pipeline-level variable.

iv_description TYPE /AWS1/PIPPIPELINEVARIABLEDESC /AWS1/PIPPIPELINEVARIABLEDESC

The description of a pipeline-level variable. It's used to add additional context about the variable, and not being used at time when pipeline executes.


Queryable Attributes

name

The name of a pipeline-level variable.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

defaultValue

The value of a pipeline-level variable.

Accessible with the following methods

Method Description
GET_DEFAULTVALUE() Getter for DEFAULTVALUE, with configurable default
ASK_DEFAULTVALUE() Getter for DEFAULTVALUE w/ exceptions if field has no value
HAS_DEFAULTVALUE() Determine if DEFAULTVALUE has a value

description

The description of a pipeline-level variable. It's used to add additional context about the variable, and not being used at time when pipeline executes.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION 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_PLINVARIABLEDECLARATIONLIST

TYPES TT_PLINVARIABLEDECLARATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PIPPLVARIABLEDECLAR00 WITH DEFAULT KEY
.