Skip to content

/AWS1/CL_BDOTGTTRAFSPLITENTRY

An entry in a target traffic split configuration.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING

The name of this traffic split variant.

iv_weight TYPE /AWS1/BDOINTEGER /AWS1/BDOINTEGER

The percentage of traffic to route to this variant.

iv_targetname TYPE /AWS1/BDOTARGETNAME /AWS1/BDOTARGETNAME

The name of the target to route traffic to.

Optional arguments:

iv_description TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING

The description of this traffic split variant.

it_metadata TYPE /AWS1/CL_BDOTRAFSPLITMETMAP_W=>TT_TRAFFICSPLITMETADATAMAP TT_TRAFFICSPLITMETADATAMAP

Key-value metadata associated with this traffic split variant.


Queryable Attributes

name

The name of this traffic split variant.

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

weight

The percentage of traffic to route to this variant.

Accessible with the following methods

Method Description
GET_WEIGHT() Getter for WEIGHT, with configurable default
ASK_WEIGHT() Getter for WEIGHT w/ exceptions if field has no value
HAS_WEIGHT() Determine if WEIGHT has a value

targetName

The name of the target to route traffic to.

Accessible with the following methods

Method Description
GET_TARGETNAME() Getter for TARGETNAME, with configurable default
ASK_TARGETNAME() Getter for TARGETNAME w/ exceptions if field has no value
HAS_TARGETNAME() Determine if TARGETNAME has a value

description

The description of this traffic split variant.

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

metadata

Key-value metadata associated with this traffic split variant.

Accessible with the following methods

Method Description
GET_METADATA() Getter for METADATA, with configurable default
ASK_METADATA() Getter for METADATA w/ exceptions if field has no value
HAS_METADATA() Determine if METADATA 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_TARGETTRAFFICSPLITENTRIES

TYPES TT_TARGETTRAFFICSPLITENTRIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOTGTTRAFSPLITENTRY WITH DEFAULT KEY
.