/AWS1/CL_MPIOFFERSETASSOCDENT¶
A product and offer associated with an offer set.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_product TYPE REF TO /AWS1/CL_MPIPRODUCTINFORMATION /AWS1/CL_MPIPRODUCTINFORMATION¶
Information about the product associated with the offer set.
io_offer TYPE REF TO /AWS1/CL_MPIOFFERINFORMATION /AWS1/CL_MPIOFFERINFORMATION¶
Information about the offer associated with the offer set.
Queryable Attributes¶
product¶
Information about the product associated with the offer set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRODUCT() |
Getter for PRODUCT |
offer¶
Information about the offer associated with the offer set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OFFER() |
Getter for OFFER |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_OFFERSETASSOCDENTITYLIST¶
TYPES TT_OFFERSETASSOCDENTITYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPIOFFERSETASSOCDENT WITH DEFAULT KEY
.