/AWS1/CL_DZNASSETTARGETNAMEMAP¶
The name map for assets.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_assetid TYPE /AWS1/DZNASSETID /AWS1/DZNASSETID¶
The identifier of the inventory asset.
iv_targetname TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The target name in the asset target name map.
Queryable Attributes¶
assetId¶
The identifier of the inventory asset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETID() |
Getter for ASSETID, with configurable default |
ASK_ASSETID() |
Getter for ASSETID w/ exceptions if field has no value |
HAS_ASSETID() |
Determine if ASSETID has a value |
targetName¶
The target name in the asset target name map.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETNAME() |
Getter for TARGETNAME, with configurable default |
ASK_TARGETNAME() |
Getter for TARGETNAME w/ exceptions if field has no value |
HAS_TARGETNAME() |
Determine if TARGETNAME 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_ASSETTARGETNAMES¶
TYPES TT_ASSETTARGETNAMES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNASSETTARGETNAMEMAP WITH DEFAULT KEY
.