/AWS1/CL_IOSCOMPUTATIONMDELD01¶
A summary of how a specific data binding is used across computation models. This tracks dependencies between data sources and computation models, allowing you to understand the impact of changes to data sources.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_computationmodelids
TYPE /AWS1/CL_IOSCOMPUTATIONMDELI00=>TT_COMPUTATIONMODELIDLIST
TT_COMPUTATIONMODELIDLIST
¶
The list of computation model IDs that use this data binding. This allows identification of all computation models affected by changes to the referenced data source.
io_matcheddatabinding
TYPE REF TO /AWS1/CL_IOSMATCHEDDATABINDING
/AWS1/CL_IOSMATCHEDDATABINDING
¶
The data binding matched by the filter criteria. Contains details about specific data binding values used by the computation models.
Queryable Attributes¶
computationModelIds¶
The list of computation model IDs that use this data binding. This allows identification of all computation models affected by changes to the referenced data source.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMPUTATIONMODELIDS() |
Getter for COMPUTATIONMODELIDS, with configurable default |
ASK_COMPUTATIONMODELIDS() |
Getter for COMPUTATIONMODELIDS w/ exceptions if field has no |
HAS_COMPUTATIONMODELIDS() |
Determine if COMPUTATIONMODELIDS has a value |
matchedDataBinding¶
The data binding matched by the filter criteria. Contains details about specific data binding values used by the computation models.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MATCHEDDATABINDING() |
Getter for MATCHEDDATABINDING |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_COMPUTATIONMDELDATABINDIN00
¶
TYPES TT_COMPUTATIONMDELDATABINDIN00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSCOMPUTATIONMDELD01 WITH DEFAULT KEY
.