Skip to content

/AWS1/CL_OUTQUOTECONSTRAINT

A physical constraint for a quote.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_quoteconstrainttype TYPE /AWS1/OUTQUOTECONSTRAINTTYPE /AWS1/OUTQUOTECONSTRAINTTYPE

The type of constraint. Valid values are RACK_MAXIMUM, RACK_MAX_POWER_KVA, and RACK_MAX_WEIGHT_LBS.

iv_value TYPE /AWS1/OUTCONSTRAINTVALUE /AWS1/OUTCONSTRAINTVALUE

The value of the constraint.


Queryable Attributes

QuoteConstraintType

The type of constraint. Valid values are RACK_MAXIMUM, RACK_MAX_POWER_KVA, and RACK_MAX_WEIGHT_LBS.

Accessible with the following methods

Method Description
GET_QUOTECONSTRAINTTYPE() Getter for QUOTECONSTRAINTTYPE, with configurable default
ASK_QUOTECONSTRAINTTYPE() Getter for QUOTECONSTRAINTTYPE w/ exceptions if field has no
HAS_QUOTECONSTRAINTTYPE() Determine if QUOTECONSTRAINTTYPE has a value

Value

The value of the constraint.

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
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_QUOTECONSTRAINTLIST

TYPES TT_QUOTECONSTRAINTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OUTQUOTECONSTRAINT WITH DEFAULT KEY
.