![]() |
T4S4
19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
|
All ITK functions of group OBJECT supported by T4x. More...
Functions | |
OBJECT_processReverseMappingData SelectedObjectTag TransactionId PreferencePrefix ReverseMappingBuffer | |
This function calls the ITK pipe server function OBJECT_processReverseMappingData, so that it is possible to use the same behaviour of the reverse mapping like in the work-flow or interactive transfer in the context of the batch transfer. More... | |
OBJECT_set_attribute_value TcObjectTag PropertyName NewPropertyValue | |
This function calls the ITK pipe server function OBJECT_set_attribute_value to update a attribute of an object. The function uses also AOM_save und AOM_refresh functions after the object was updated. More... | |
OBJECT_set_attribute_value2 TcObjectTag PropertyName NewPropertyValue | |
This function calls the ITK pipe server function OBJECT_set_attribute_value2 to update an attribute of an object. AOM_save and AOM_refresh have to be called after this call. More... | |
OBJECT_set_attribute_value_forcemode TcObjectTag PropertyName NewPropertyValue | |
This function calls the ITK pipe server function OBJECT_set_attribute_value_forcemode to update a attribute of an object with a force mode for the attributes without write access. The function uses also AOM_save and AOM_unload functions after the object was updated. More... | |
OBJECT_set_attribute_value_forcemode2 TcObjectTag PropertyName NewPropertyValue | |
This function calls the ITK pipe server function OBJECT_set_attribute_value_forcemode2 to update a attribute of an object with a force mode for the attributes without write access. The function is not saving the object to the database this requires an extra call of AOM_save and AOM_unload. More... | |
OBJECT_set_localized_attribute_value TcObjectTag PropertyName NewPropertyValue Mode Locale State | |
This function calls the ITK pipe server function OBJECT_set_localized_attribute_value to update a attribute of an object. More... | |
OBJECT_set_status ObjectTag StatusName | |
This function calls the ITK pipe server function OBJECT_set_status to modify status of a given object. More... | |
All ITK functions of group OBJECT supported by T4x.
This group specifies all ITK functions of group OBJECT for which wrappers have been defined in T4x
ITK::OBJECT_processReverseMappingData | SelectedObjectTag TransactionId PreferencePrefix ReverseMappingBuffer | ||
This function calls the ITK pipe server function OBJECT_processReverseMappingData, so that it is possible to use the same behaviour of the reverse mapping like in the work-flow or interactive transfer in the context of the batch transfer.
SelectedObjectTag | Start object for the reverse mapping function |
TransactionId | Transaction log-file name |
PreferencePrefix | ReverseMapping Preference Prefix |
ReverseMappingBuffer | String buffer that contains the StatusInfo array content (name value pairs for the reverse mapping). |
ITK::OBJECT_set_attribute_value | TcObjectTag PropertyName NewPropertyValue | ||
This function calls the ITK pipe server function OBJECT_set_attribute_value to update a attribute of an object. The function uses also AOM_save und AOM_refresh functions after the object was updated.
TcObjectTag | Tc object tag in the Tcl string format |
PropertyName | |
NewPropertyValue | Supports single or multiple value properties updates with a new property value. To update multi value properties the value has to be provided as a single string each value needs to be separated by a separator (e.g. "value1\nvalue2\nvalue3") |
ITK::OBJECT_set_attribute_value2 | TcObjectTag PropertyName NewPropertyValue | ||
This function calls the ITK pipe server function OBJECT_set_attribute_value2 to update an attribute of an object. AOM_save and AOM_refresh have to be called after this call.
TcObjectTag,Tc | object tag in the Tcl string format |
PropertyName | |
NewPropertyValue | Supports single or multiple value properties updates with a new property value. To update multi value properties the value has to be provided as a single string each value needs to be separated by a separator (e.g. "value1\nvalue2\nvalue3") |
ITK::OBJECT_set_attribute_value_forcemode | TcObjectTag PropertyName NewPropertyValue | ||
This function calls the ITK pipe server function OBJECT_set_attribute_value_forcemode to update a attribute of an object with a force mode for the attributes without write access. The function uses also AOM_save and AOM_unload functions after the object was updated.
TcObjectTag | Tc object tag in the Tcl string format |
PropertyName | |
NewPropertyValue | Supports single or multiple value properties updates with a new property value. To update multi value properties the value has to be provided as a single string each value needs to be separated by a separator (e.g. "value1\nvalue2\nvalue3") |
ITK::OBJECT_set_attribute_value_forcemode2 | TcObjectTag PropertyName NewPropertyValue | ||
This function calls the ITK pipe server function OBJECT_set_attribute_value_forcemode2 to update a attribute of an object with a force mode for the attributes without write access. The function is not saving the object to the database this requires an extra call of AOM_save and AOM_unload.
TcObjectTag | Tc object tag in the Tcl string format |
PropertyName | |
NewPropertyValue | Supports single or multiple value properties updates with a new property value. To update multi value properties the value has to be provided as a single string each value needs to be separated by a separator (e.g. "value1\nvalue2\nvalue3") |
ITK::OBJECT_set_localized_attribute_value | TcObjectTag PropertyName NewPropertyValue Mode Locale State | ||
This function calls the ITK pipe server function OBJECT_set_localized_attribute_value to update a attribute of an object.
TcObjectTag | Tc object tag in the Tcl string format |
PropertyName | |
NewPropertyValue | Supports single or multiple value properties updates with a new property value. To update multi value properties the value has to be provided as a single string each value needs to be separated by a separator (e.g. "value1\nvalue2\nvalue3") |
Mode | - FORCE - set attributes without write access FORCE_AND_SAVE - set attributes without write access, use AOM_refresh ahead and AOM_save after SAVE - use AOM_refresh ahead and AOM_save after any other string is validated as no force no save |
Locale | - language string (de_DE, it_IT, us_EN ...) |
State | - Approved / Invalid / Pending |