T4S4  19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
LOV ITK functions

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

Functions

 LOV_ask_localized_descriptions HexLovTag LovLocale
 This function calls the ITK pipe server function LOV_ask_localized_descriptions to retrieve the localized descriptions of the specified LOV. Requires at least TC-11. More...
 
 LOV_ask_values_int HexLovTag
 This function calls the ITK pipe server function LOV_ask_values_int to retrieve the integer values of the specified LOV. Note that the LOV type should be "ListOfValuesInteger". More...
 
 LOV_find LovName
 This function calls the ITK pipe server function LOV_find to find LOVs having the specified name. Note that LOV names are not necessarily unique, so more than one LOV can be found potentially. More...
 

Detailed Description

All ITK functions of group LOV supported by T4x.

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

Function Documentation

◆ LOV_ask_localized_descriptions()

ITK::LOV_ask_localized_descriptions   HexLovTag LovLocale  

This function calls the ITK pipe server function LOV_ask_localized_descriptions to retrieve the localized descriptions of the specified LOV. Requires at least TC-11.

Parameters
HexLovTagHexed tag of LOV
LovLocaleLocale, having a format such as "en_US" for example
Returns
OK=0 and HexLovDescriptionList or list of ITK status and error message

◆ LOV_ask_values_int()

ITK::LOV_ask_values_int   HexLovTag  

This function calls the ITK pipe server function LOV_ask_values_int to retrieve the integer values of the specified LOV. Note that the LOV type should be "ListOfValuesInteger".

Parameters
HexLovTagHexed tag of LOV
Returns
OK=0 and LovValueList or list of ITK status and error message

◆ LOV_find()

ITK::LOV_find   LovName  

This function calls the ITK pipe server function LOV_find to find LOVs having the specified name. Note that LOV names are not necessarily unique, so more than one LOV can be found potentially.

Parameters
LovNameName of LOV
Returns
OK=0 and HexLovTagList or list of ITK status and error message