![]() |
T4S4
19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
callCustomerRuleHandler TransactionId Action RuleName ItemType ItemRevisionType args | |
Customer specific Equipment BOM RuleHandler function template. More... | |
ctrlAfterMultiTransferLoop TransactionId TransferIndex TransferStatus args | |
Customer specific mapping function to control the MultiTransferLoop. This function is called after every transfer within such a loop. It can be used to perform any action in between two transfers or to cancel the loop by modified the returned status. More... | |
ctrlAfterMultiTransferLoop_ContinueOnError TransactionId TransferIndex TransferStatus args | |
Customer specific mapping function to control, if the MultiTransferLoop should continue even if there was an error in the previous transfer during the loop. More... | |
ctrlBeforeMultiTransferLoop TransactionId TransferIndex args | |
Customer specific mapping function to control the MultiTransferLoop. This function is called before every transfer within such a loop. It can be used to perform any action in between two transfers. More... | |
getTcData ObjectTag args | |
This function is called to extract the Equipment BOM data for a given BOM view tag, the resulting Tc data is stored in the TcData buffer. More... | |
SAP_BillOfMaterial2TC_Object TransactionId Status args | |
Customer specific Equipment BOM reverse mapping function template. More... | |
TC_Object2SAP_BillOfMaterial TransactionId ItemType ItemRevisionType args | |
Customer specific Equipment BOM header mapping function template. More... | |
TC_Object2SAP_BillOfMaterialPosition TransactionId PositionIndex ItemType ItemRevisionType args | |
Customer specific Equipment BOM position mapping function template. More... | |
TC_Object2SAP_BillOfMaterialPostAction TransactionId ItemType ItemRevisionType MappingStatus args | |
This function is called AFTER the general mapping and can be used to perform additional steps after the header and position mapping. More... | |
Variables | |
BomPositionInfo | |
T4S::EQUIBOM::CUSTOM::MAPPING::callCustomerRuleHandler | TransactionId Action RuleName ItemType ItemRevisionType args | ||
Customer specific Equipment BOM RuleHandler function template.
TransactionId | unique ID for the transfer transaction |
Action | Work flow action |
RuleName | specified rule name in the work flow arguments named "-user_rule". If the argument is not specified the value is "Default" |
ItemType | |
ItemRevisionType | |
args | not used |
T4S::EQUIBOM::CUSTOM::MAPPING::ctrlAfterMultiTransferLoop | TransactionId TransferIndex TransferStatus args | ||
Customer specific mapping function to control the MultiTransferLoop. This function is called after every transfer within such a loop. It can be used to perform any action in between two transfers or to cancel the loop by modified the returned status.
TransactionId | Unique ID for the transfer transaction |
TransferIndex | The MultiTransferLoop index |
TransferStatus | The status of the previously performed transfer |
args | Not used |
T4S::EQUIBOM::CUSTOM::MAPPING::ctrlAfterMultiTransferLoop_ContinueOnError | TransactionId TransferIndex TransferStatus args | ||
Customer specific mapping function to control, if the MultiTransferLoop should continue even if there was an error in the previous transfer during the loop.
TransactionId | Unique ID for the transfer transaction |
TransferIndex | The MultiTransferLoop index |
TransferStatus | The status of the previously performed transfer |
args | Not used |
T4S::EQUIBOM::CUSTOM::MAPPING::ctrlBeforeMultiTransferLoop | TransactionId TransferIndex args | ||
Customer specific mapping function to control the MultiTransferLoop. This function is called before every transfer within such a loop. It can be used to perform any action in between two transfers.
TransactionId | Unique ID for the transfer transaction |
TransferIndex | The MultiTransferLoop index |
args | Not used |
T4S::EQUIBOM::CUSTOM::MAPPING::getTcData | ObjectTag args | ||
T4S::EQUIBOM::CUSTOM::MAPPING::SAP_BillOfMaterial2TC_Object | TransactionId Status args | ||
Customer specific Equipment BOM reverse mapping function template.
TransactionId | unique ID for the transfer transaction |
Status | Transfer Status The following values are valid:
|
args | not used |
T4S::EQUIBOM::CUSTOM::MAPPING::TC_Object2SAP_BillOfMaterial | TransactionId ItemType ItemRevisionType args | ||
Customer specific Equipment BOM header mapping function template.
TransactionId | unique ID for the transfer transaction |
ItemType | |
ItemRevisionType | |
args | not used |
T4S::EQUIBOM::CUSTOM::MAPPING::TC_Object2SAP_BillOfMaterialPosition | TransactionId PositionIndex ItemType ItemRevisionType args | ||
Customer specific Equipment BOM position mapping function template.
TransactionId | unique ID for the transfer transaction |
PositionIndex | Tc BOMLine index |
ItemType | |
ItemRevisionType | |
args | not used |
T4S::EQUIBOM::CUSTOM::MAPPING::TC_Object2SAP_BillOfMaterialPostAction | TransactionId ItemType ItemRevisionType MappingStatus args | ||
This function is called AFTER the general mapping and can be used to perform additional steps after the header and position mapping.
TransactionId | Unique ID for the transfer transaction |
PositionIndex | Tc BOMLine index |
ItemType | |
ItemRevisionType | |
MappingStatus | |
args | Not used |
|
static |