/AWS1/CL_GDYPRODUCTCODE¶
Contains information about the product code for the EC2 instance.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_code
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The product code information.
iv_producttype
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The product code type.
Queryable Attributes¶
Code¶
The product code information.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
ProductType¶
The product code type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PRODUCTTYPE() |
Getter for PRODUCTTYPE, with configurable default |
ASK_PRODUCTTYPE() |
Getter for PRODUCTTYPE w/ exceptions if field has no value |
HAS_PRODUCTTYPE() |
Determine if PRODUCTTYPE 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_PRODUCTCODES
¶
TYPES TT_PRODUCTCODES TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYPRODUCTCODE WITH DEFAULT KEY
.