/AWS1/CL_IOMCOMPONENTUPDATEREQ¶
The component update request.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_updatetype TYPE /AWS1/IOMCOMPONENTUPDATETYPE /AWS1/IOMCOMPONENTUPDATETYPE¶
The update type of the component update request.
iv_description TYPE /AWS1/IOMDESCRIPTION /AWS1/IOMDESCRIPTION¶
The description of the component type.
iv_componenttypeid TYPE /AWS1/IOMCOMPONENTTYPEID /AWS1/IOMCOMPONENTTYPEID¶
The ID of the component type.
it_propertyupdates TYPE /AWS1/CL_IOMPROPERTYREQUEST=>TT_PROPERTYREQUESTS TT_PROPERTYREQUESTS¶
An object that maps strings to the properties to set in the component type update. Each string in the mapping must be unique to this object.
it_propertygroupupdates TYPE /AWS1/CL_IOMCOMPONENTPRPGRPREQ=>TT_COMPONENTPRPGROUPREQUESTS TT_COMPONENTPRPGROUPREQUESTS¶
The property group updates.
Queryable Attributes¶
updateType¶
The update type of the component update request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATETYPE() |
Getter for UPDATETYPE, with configurable default |
ASK_UPDATETYPE() |
Getter for UPDATETYPE w/ exceptions if field has no value |
HAS_UPDATETYPE() |
Determine if UPDATETYPE has a value |
description¶
The description of the component type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
componentTypeId¶
The ID of the component type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPONENTTYPEID() |
Getter for COMPONENTTYPEID, with configurable default |
ASK_COMPONENTTYPEID() |
Getter for COMPONENTTYPEID w/ exceptions if field has no val |
HAS_COMPONENTTYPEID() |
Determine if COMPONENTTYPEID has a value |
propertyUpdates¶
An object that maps strings to the properties to set in the component type update. Each string in the mapping must be unique to this object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPERTYUPDATES() |
Getter for PROPERTYUPDATES, with configurable default |
ASK_PROPERTYUPDATES() |
Getter for PROPERTYUPDATES w/ exceptions if field has no val |
HAS_PROPERTYUPDATES() |
Determine if PROPERTYUPDATES has a value |
propertyGroupUpdates¶
The property group updates.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPERTYGROUPUPDATES() |
Getter for PROPERTYGROUPUPDATES, with configurable default |
ASK_PROPERTYGROUPUPDATES() |
Getter for PROPERTYGROUPUPDATES w/ exceptions if field has n |
HAS_PROPERTYGROUPUPDATES() |
Determine if PROPERTYGROUPUPDATES 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_COMPONENTUPDATESMAPREQUEST¶
TYPES TT_COMPONENTUPDATESMAPREQUEST TYPE HASHED TABLE OF /AWS1/CL_IOMCOMPONENTUPDATEREQ=>TS_COMPONENTUPDSMAPREQ_MAPROW WITH UNIQUE KEY key
.
TS_COMPONENTUPDSMAPREQ_MAPROW¶
TYPES: BEGIN OF TS_COMPONENTUPDSMAPREQ_MAPROW,
key TYPE /AWS1/IOMNAME,
value TYPE REF TO /AWS1/CL_IOMCOMPONENTUPDATEREQ,
END OF TS_COMPONENTUPDSMAPREQ_MAPROW.