Skip to content

/AWS1/CL_IOSASTPRPBINDINGVALUE

Represents a data binding value referencing a specific asset property. It's used to bind computation model variables to actual asset property values for processing.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_assetid TYPE /AWS1/IOSID /AWS1/IOSID

The ID of the asset containing the property. This identifies the specific asset instance's property value used in the computation model.

iv_propertyid TYPE /AWS1/IOSID /AWS1/IOSID

The ID of the property within the asset. This identifies the specific property's value used in the computation model.


Queryable Attributes

assetId

The ID of the asset containing the property. This identifies the specific asset instance's property value used in the computation model.

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

propertyId

The ID of the property within the asset. This identifies the specific property's value used in the computation model.

Accessible with the following methods

Method Description
GET_PROPERTYID() Getter for PROPERTYID, with configurable default
ASK_PROPERTYID() Getter for PROPERTYID w/ exceptions if field has no value
HAS_PROPERTYID() Determine if PROPERTYID has a value