/AWS1/CL_DFMOFFERINGSTATUS¶
The status of the offering.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/DFMOFFERINGTRANSACTTYPE /AWS1/DFMOFFERINGTRANSACTTYPE¶
The type specified for the offering status.
io_offering TYPE REF TO /AWS1/CL_DFMOFFERING /AWS1/CL_DFMOFFERING¶
Represents the metadata of an offering status.
iv_quantity TYPE /AWS1/DFMINTEGER /AWS1/DFMINTEGER¶
The number of available devices in the offering.
iv_effectiveon TYPE /AWS1/DFMDATETIME /AWS1/DFMDATETIME¶
The date on which the offering is effective.
Queryable Attributes¶
type¶
The type specified for the offering status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
offering¶
Represents the metadata of an offering status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OFFERING() |
Getter for OFFERING |
quantity¶
The number of available devices in the offering.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUANTITY() |
Getter for QUANTITY, with configurable default |
ASK_QUANTITY() |
Getter for QUANTITY w/ exceptions if field has no value |
HAS_QUANTITY() |
Determine if QUANTITY has a value |
effectiveOn¶
The date on which the offering is effective.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EFFECTIVEON() |
Getter for EFFECTIVEON, with configurable default |
ASK_EFFECTIVEON() |
Getter for EFFECTIVEON w/ exceptions if field has no value |
HAS_EFFECTIVEON() |
Determine if EFFECTIVEON has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TS_OFFERINGSTATUSMAP_MAPROW¶
TYPES: BEGIN OF TS_OFFERINGSTATUSMAP_MAPROW,
key TYPE /AWS1/DFMOFFERINGIDENTIFIER,
value TYPE REF TO /AWS1/CL_DFMOFFERINGSTATUS,
END OF TS_OFFERINGSTATUSMAP_MAPROW.
TT_OFFERINGSTATUSMAP¶
TYPES TT_OFFERINGSTATUSMAP TYPE HASHED TABLE OF /AWS1/CL_DFMOFFERINGSTATUS=>TS_OFFERINGSTATUSMAP_MAPROW WITH UNIQUE KEY key
.