T4S4  18.1 C7177 A20283
Teamcenter Gateway for SAP S/4HANA API Reference
GDE ITK functions

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...
 

Detailed Description

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

Function Documentation

◆ GDE_create()

ITK::GDE_create   Name Description Type  

This function calls the ITK pipe server function GDE_create to create a new GDE object.

Parameters
Name
Description
Type
Returns
List of ITK_ok (=0) and tag of the created GDE object or list of ITK status and error message

◆ GDE_set_attribute_value()

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.

Parameters
HexTcObjectTag,GDEobject tag
PropertyName
NewPropertyValueSupports 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")
Returns
ITK_ok (=0) or list of ITK status and error message