![]() |
T4S4
18.1 C7177 A20283
Teamcenter Gateway for SAP S/4HANA API Reference
|
All ITK functions of group GDE supported by T4x. More...
Functions | |
GDE_create Name Description Type | |
This function calls the ITK pipe server function GDE_create to create a new GDE object. More... | |
GDE_set_attribute_value HexTcObjectTag PropertyName NewPropertyValue | |
This function calls the ITK pipe server function GDE_set_attribute_value to update a attribute of a GDE object. The function uses also AOM_save and AOM_refresh functions after the GDE object was updated. More... | |
All ITK functions of group GDE supported by T4x.
This group specifies all ITK functions of group GDE for which wrappers have been defined in T4x
ITK::GDE_create | Name Description Type | ||
ITK::GDE_set_attribute_value | HexTcObjectTag PropertyName NewPropertyValue | ||
This function calls the ITK pipe server function GDE_set_attribute_value to update a attribute of a GDE object. The function uses also AOM_save and AOM_refresh functions after the GDE object was updated.
HexTcObjectTag,GDE | object tag |
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") |