T4S4  18.1 C7177 A20283
Teamcenter Gateway for SAP S/4HANA API Reference
T4X::QUERY Namespace Reference

for internal use only More...

Functions

 buildRowQueryDataString RowQueryName EntryFiledName EntryValue ?RowQueryDataString? args
 procedure to build the result string for TC, containing TCQuery,FieldName,Value in a special format The internal format looks like the following example: T4S_QUERY_TO_MAP_ROW:SAP2MatNo=P-xxx; More...
 

Detailed Description

for internal use only

Function Documentation

◆ buildRowQueryDataString()

T4X::QUERY::buildRowQueryDataString   RowQueryName EntryFiledName EntryValue ?RowQueryDataString? args  

procedure to build the result string for TC, containing TCQuery,FieldName,Value in a special format The internal format looks like the following example: T4S_QUERY_TO_MAP_ROW:SAP2MatNo=P-xxx;

Parameters
RowQueryNameName of the user query
EntryFiledNameName master form entry field
EntryValuethe wanted value of the master form field
RowQueryDataStringused to build row query search string with more then 1 entry
Returns
String containing the internal row to map the external query row to an existing Tc object.