T4S4  19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
T4S Namespace Reference

Namespaces

 BOM
 
 CONNECTION2SAP
 
 DIR
 
 DIRBOM
 
 ECM
 
 EQUI
 
 EQUIBOM
 
 FCL
 
 FUNCLOC
 
 FUNCLOC_BOM
 
 GENBOM
 
 GENERIC
 
 GENOBJ
 
 IDGEN
 
 iPPE
 
 MM
 
 ORDERBOM
 
 PIR
 
 PLMXML
 
 PLMXML2
 
 PO
 
 PROJECT
 
 PROJECT_ITEM
 
 PROJECT_ITEM_STRUCTURE
 
 PROJECT_SCHEDULE
 
 PROJECT_SCHEDULE_STRUCTURE
 
 PROP
 
 QUERY
 
 SCHEDULE
 
 TC
 
 VARIANT
 
 VARIANT_CHARACTERISTIC
 
 VARIANT_CLASS
 
 VARIANT_OPTIONS
 
 VARIANT_VALUE_RESTRICTION
 
 VENDOR
 
 WBS_BOM
 
 WC
 

Functions

 reconnect2SAP args
 Closes the current connection to SAP and reopens it automaticaly. More...
 
 storeInspectionSetup2MultiTransferCache ?mainTransferPattern? args
 Copies the content of the inspection setup array section into the multi transfer buffer. IMPORTANT: In order to activate the inspection setup functionality, T4S::storeSAPDat2MultiTransferCache Material (or any other T4S transfer object) must be called in advance. More...
 
 storeObjectClassification2MultiTransferCache ?mainTransferPattern? args
 Copies the content of the object classification array section into the multi transfer buffer. IMPORTANT: In order to activate the multi classification functionality, T4S::storeSAPDat2MultiTransferCache Material (or any other T4S transfer object) must be called in advance. More...
 
 storeSAPDat2MultiTransferCache strArrayPattern args
 Copies the content of a given array section into the multi transfer buffer. This is basically a snap shot of ::SAPDat($strArrayPattern:*) section so that T4S can later perform multiple transfer for each snap shot. More...
 

Detailed Description

Function Documentation

◆ reconnect2SAP()

T4S::reconnect2SAP   args  

Closes the current connection to SAP and reopens it automaticaly.

Parameters
args,none
Returns
none

◆ storeInspectionSetup2MultiTransferCache()

T4S::storeInspectionSetup2MultiTransferCache   ?mainTransferPattern? args  

Copies the content of the inspection setup array section into the multi transfer buffer. IMPORTANT: In order to activate the inspection setup functionality, T4S::storeSAPDat2MultiTransferCache Material (or any other T4S transfer object) must be called in advance.

Parameters
mainTransferPattern- optional (default Material) - Array pattern for main transfer loop
Returns
none

◆ storeObjectClassification2MultiTransferCache()

T4S::storeObjectClassification2MultiTransferCache   ?mainTransferPattern? args  

Copies the content of the object classification array section into the multi transfer buffer. IMPORTANT: In order to activate the multi classification functionality, T4S::storeSAPDat2MultiTransferCache Material (or any other T4S transfer object) must be called in advance.

Parameters
mainTransferPattern- optional (default Material) - Array pattern for main transfer loop
Returns
none

◆ storeSAPDat2MultiTransferCache()

T4S::storeSAPDat2MultiTransferCache   strArrayPattern args  

Copies the content of a given array section into the multi transfer buffer. This is basically a snap shot of ::SAPDat($strArrayPattern:*) section so that T4S can later perform multiple transfer for each snap shot.

Parameters
strArrayPattern,partof the array which will be copied. At the moment the following array patterns are supported:
Material (for multiple Material Master transfers (e. g. multiple plants))
Bom:BomHeader (for multiple BOM Header transfers (e. g. multiple plants). Each BOM Header will use the same BOM Positions)
EQUIBOM (for multiple Equipment BOM Header transfers (e. g. multiple plants). Each BOM Header will use the same BOM Positions)
FUNCLOC_BOM (for multiple Functional Location BOM Header transfers (e. g. multiple plants). Each BOM Header will use the same BOM Positions)
Charact (for multiple Characteristic updates during a configuration profile update. Also used for multiple characteristic updates using the Teamcenter Product Configurator feature.)
Class (for multiple class updates using the Teamcenter Product Configurator feature.)
WBS_BOM (for multiple WBS BOM Header transfers (e. g. multiple plants). Each BOM Header will use the same BOM Positions)
args,none
Returns
none