/AWS1/CL_BIIDISCTSBREAKDOWNA00¶
The discounted amount.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_description TYPE /AWS1/BIIBASICSTRING /AWS1/BIIBASICSTRING¶
The list of discounts information.
iv_amount TYPE /AWS1/BIIBASICSTRING /AWS1/BIIBASICSTRING¶
The discounted amount.
iv_rate TYPE /AWS1/BIIBASICSTRING /AWS1/BIIBASICSTRING¶
The details for the discount rate..
Queryable Attributes¶
Description¶
The list of discounts information.
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 |
Amount¶
The discounted amount.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AMOUNT() |
Getter for AMOUNT, with configurable default |
ASK_AMOUNT() |
Getter for AMOUNT w/ exceptions if field has no value |
HAS_AMOUNT() |
Determine if AMOUNT has a value |
Rate¶
The details for the discount rate..
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RATE() |
Getter for RATE, with configurable default |
ASK_RATE() |
Getter for RATE w/ exceptions if field has no value |
HAS_RATE() |
Determine if RATE 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_DISCNTSBREAKDOWNAMOUNTLIST¶
TYPES TT_DISCNTSBREAKDOWNAMOUNTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BIIDISCTSBREAKDOWNA00 WITH DEFAULT KEY
.