/AWS1/CL_SSMINVENTORYITEMATTR¶
Attributes are the entries within the inventory item content. It contains name and value.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/SSMINVENTORYITEMATTRNAME /AWS1/SSMINVENTORYITEMATTRNAME¶
Name of the inventory item attribute.
iv_datatype TYPE /AWS1/SSMINVENTORYATTRDATATYPE /AWS1/SSMINVENTORYATTRDATATYPE¶
The data type of the inventory item attribute.
Queryable Attributes¶
Name¶
Name of the inventory item attribute.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
DataType¶
The data type of the inventory item attribute.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATATYPE() |
Getter for DATATYPE, with configurable default |
ASK_DATATYPE() |
Getter for DATATYPE w/ exceptions if field has no value |
HAS_DATATYPE() |
Determine if DATATYPE 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_INVENTORYITEMATTRIBUTELIST¶
TYPES TT_INVENTORYITEMATTRIBUTELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSMINVENTORYITEMATTR WITH DEFAULT KEY
.