Skip to content

/AWS1/CL_EC2PRODUCTCODE

Describes a product code.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_PRODUCTCODEID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The product code.

IV_PRODUCTCODETYPE TYPE /AWS1/EC2PRODUCTCODEVALUES /AWS1/EC2PRODUCTCODEVALUES

The type of product code.


Queryable Attributes

ProductCodeId

The product code.

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 type of product code.

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_EC2PRODUCTCODE WITH DEFAULT KEY
.