/AWS1/CL_LICPRODUCTCODELSTITEM¶
A list item that contains a product code.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_productcodeid
TYPE /AWS1/LICPRODUCTCODEID
/AWS1/LICPRODUCTCODEID
¶
The product code ID
iv_productcodetype
TYPE /AWS1/LICPRODUCTCODETYPE
/AWS1/LICPRODUCTCODETYPE
¶
The product code type
Queryable Attributes¶
ProductCodeId¶
The product code ID
Accessible with the following methods¶
Method | Description |
---|---|
GET_PRODUCTCODEID() |
Getter for PRODUCTCODEID, with configurable default |
ASK_PRODUCTCODEID() |
Getter for PRODUCTCODEID w/ exceptions if field has no value |
HAS_PRODUCTCODEID() |
Determine if PRODUCTCODEID has a value |
ProductCodeType¶
The product code type
Accessible with the following methods¶
Method | Description |
---|---|
GET_PRODUCTCODETYPE() |
Getter for PRODUCTCODETYPE, with configurable default |
ASK_PRODUCTCODETYPE() |
Getter for PRODUCTCODETYPE w/ exceptions if field has no val |
HAS_PRODUCTCODETYPE() |
Determine if PRODUCTCODETYPE 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_PRODUCTCODELIST
¶
TYPES TT_PRODUCTCODELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LICPRODUCTCODELSTITEM WITH DEFAULT KEY
.