Skip to content

/AWS1/CL_TBDSTEPAMOUNTCAPABI00

The details outlining the minimum and maximum capability of a step.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/TBDAMOUNTCAPABILITYNAME /AWS1/TBDAMOUNTCAPABILITYNAME

The name of the step.

Optional arguments:

iv_min TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The minimum amount.

iv_max TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The maximum amount.

iv_value TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The amount value.


Queryable Attributes

name

The name of the step.

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

min

The minimum amount.

Accessible with the following methods

Method Description
GET_MIN() Getter for MIN, with configurable default
ASK_MIN() Getter for MIN w/ exceptions if field has no value
STR_MIN() String format for MIN, with configurable default
HAS_MIN() Determine if MIN has a value

max

The maximum amount.

Accessible with the following methods

Method Description
GET_MAX() Getter for MAX, with configurable default
ASK_MAX() Getter for MAX w/ exceptions if field has no value
STR_MAX() String format for MAX, with configurable default
HAS_MAX() Determine if MAX has a value

value

The amount value.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
STR_VALUE() String format for VALUE, with configurable default
HAS_VALUE() Determine if VALUE 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_STEPAMOUNTCAPABILITIES

TYPES TT_STEPAMOUNTCAPABILITIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDSTEPAMOUNTCAPABI00 WITH DEFAULT KEY
.