/AWS1/CL_BDKDIMENSIONALPRICE00¶
Dimensional price rate.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_dimension TYPE /AWS1/BDKSTRING /AWS1/BDKSTRING¶
Dimension for the price rate.
iv_price TYPE /AWS1/BDKSTRING /AWS1/BDKSTRING¶
Single-dimensional rate information.
iv_description TYPE /AWS1/BDKSTRING /AWS1/BDKSTRING¶
Description of the price rate.
iv_unit TYPE /AWS1/BDKSTRING /AWS1/BDKSTRING¶
Unit associated with the price.
Queryable Attributes¶
dimension¶
Dimension for the price rate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIMENSION() |
Getter for DIMENSION, with configurable default |
ASK_DIMENSION() |
Getter for DIMENSION w/ exceptions if field has no value |
HAS_DIMENSION() |
Determine if DIMENSION has a value |
price¶
Single-dimensional rate information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRICE() |
Getter for PRICE, with configurable default |
ASK_PRICE() |
Getter for PRICE w/ exceptions if field has no value |
HAS_PRICE() |
Determine if PRICE has a value |
description¶
Description of the price rate.
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 |
unit¶
Unit associated with the price.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNIT() |
Getter for UNIT, with configurable default |
ASK_UNIT() |
Getter for UNIT w/ exceptions if field has no value |
HAS_UNIT() |
Determine if UNIT 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_RATECARD¶
TYPES TT_RATECARD TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKDIMENSIONALPRICE00 WITH DEFAULT KEY
.