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

All ITK functions of group CONSTANTS supported by T4x. More...

Functions

 CONSTANTS_get_global_constant_value constant_name
 This function calls the ITK pipe server function CONSTANTS_get_global_constant_value to get a the value the global constant. More...
 
 CONSTANTS_get_property_constant_value constant_name type_name preference_name
 This function calls the ITK pipe server function CONSTANTS_get_property_constant_value to get a the value the property constant. More...
 
 CONSTANTS_get_type_constant_value constant_name type_name
 This function calls the ITK pipe server function CONSTANTS_get_type_constant_value to get a the value of an type constant. More...
 

Detailed Description

All ITK functions of group CONSTANTS supported by T4x.

This group specifies all ITK functions of group CONSTANTS for which wrappers have been defined in T4x

Function Documentation

◆ CONSTANTS_get_global_constant_value()

ITK::CONSTANTS_get_global_constant_value   constant_name  

This function calls the ITK pipe server function CONSTANTS_get_global_constant_value to get a the value the global constant.

Parameters
constant_namestring
Returns
List of ITK_ok (=0) and constantValue or list of ITK status and error message

◆ CONSTANTS_get_property_constant_value()

ITK::CONSTANTS_get_property_constant_value   constant_name type_name preference_name  

This function calls the ITK pipe server function CONSTANTS_get_property_constant_value to get a the value the property constant.

Parameters
constant_namestring
type_namestring
preference_namestring
Returns
List of ITK_ok (=0) and constantValue or list of ITK status and error message

◆ CONSTANTS_get_type_constant_value()

ITK::CONSTANTS_get_type_constant_value   constant_name type_name  

This function calls the ITK pipe server function CONSTANTS_get_type_constant_value to get a the value of an type constant.

Parameters
constant_namestring
type_namestring
Returns
List of ITK_ok (=0) and constantValue or list of ITK status and error message

Referenced by T4X::CUSTOM::MAPPING::TOOLBOX::createTC_Object2().