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

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

Functions

 IDFR_ask_id HexIdentifierTag
 This function calls the ITK pipe server function IDFR_ask_id to returns the Id of a given Identifier tag. More...
 
 IDFR_ask_idcontext HexIdentifierTag
 This function calls the ITK pipe server function IDFR_ask_idcontext to returns the reference to the idcontext object of a given Identifier tag. More...
 
 IDFR_create_altid IdentifierTypeName HexItemTag HexRevisionTag HexIDContextTag
 This function calls the ITK pipe server function IDFR_create_altid to create a alternate identifier of type <IdentifierTypeName> and <IdentifierTypeName>Rev for a given Item/ItemRevision tag. More...
 
 IDFR_find_identifiers AlternateId HexIDContextTag
 This function calls the ITK pipe server function IDFR_find_identifiers to return a list of all identifiers that have the given id in the given idcontext. More...
 

Detailed Description

All ITK functions of group IDFR supported by T4x.

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

Function Documentation

◆ IDFR_ask_id()

ITK::IDFR_ask_id   HexIdentifierTag  

This function calls the ITK pipe server function IDFR_ask_id to returns the Id of a given Identifier tag.

Parameters
HexIdentifierTagTeamcenter Identifier tag in the Tcl string format
Returns
List of ITK_ok (=0) and Identifier ID or list of ITK status and error message

◆ IDFR_ask_idcontext()

ITK::IDFR_ask_idcontext   HexIdentifierTag  

This function calls the ITK pipe server function IDFR_ask_idcontext to returns the reference to the idcontext object of a given Identifier tag.

Parameters
HexIdentifierTagTeamcenter Identifier tag in the Tcl string format
Returns
List of ITK_ok (=0) and idcontext object tag or list of ITK status and error message

◆ IDFR_create_altid()

ITK::IDFR_create_altid   IdentifierTypeName HexItemTag HexRevisionTag HexIDContextTag  

This function calls the ITK pipe server function IDFR_create_altid to create a alternate identifier of type <IdentifierTypeName> and <IdentifierTypeName>Rev for a given Item/ItemRevision tag.

Parameters
IdentifierTypeNameTeamcenter Identifier Type Name in the Tcl string format
HexItemTagTeamcenter Item tag in the Tcl string format
HexRevisionTagTeamcenter ItemRevision tag in the Tcl string format
HexIDContextTagidentifier context tag in the Tcl string format
Returns
List of ITK_ok, AltId tag and AltIdRev tag or list of ITK status and error message

◆ IDFR_find_identifiers()

ITK::IDFR_find_identifiers   AlternateId HexIDContextTag  

This function calls the ITK pipe server function IDFR_find_identifiers to return a list of all identifiers that have the given id in the given idcontext.

Parameters
AlternateIdUses case-insensitive search and allows wild-cards in id
HexIDContextTagidentifier context tag in the Tcl string format
Returns
List of ITK_ok (=0) and identifier tags or list of ITK status and error message