![]() |
T4S4
19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
callCustomerRuleHandler TransactionId SourceObjectInfo Action RuleName args | |
Customer specific Functional Location 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... | |
getObjectInfo TransactionId TargetTypeName ObjectKey args | |
Customer specific Mapping function to retrieve the object information from SAP. More... | |
getTcData ObjectTag args | |
This function is called to extract the Functional Location BOM data for a given BOM view tag, the resulting Tc data is stored in the TcData buffer. More... | |
SAP_FuncionalLocationBillOfMaterial2TC_Object TransactionId SourceObjectInfo TargetTypeName Status ObjectKey args | |
Customer specific Functional Location BOM reverse mapping function template. More... | |
TC_Object2SAP_FuncionalLocationBillOfMaterial TransactionId SourceObjectInfo TargetTypeName args | |
Customer specific Functional Location BOM header mapping function template. More... | |
TC_Object2SAP_FuncionalLocationBillOfMaterialPosition TransactionId PositionIndex SourceObjectInfo TargetTypeName args | |
Customer specific Functional Location BOM position mapping function template. More... | |
TC_Object2SAP_FuncionalLocationBillOfMaterialPostAction TransactionId SourceObjectInfo TargetTypeName 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 | |
BomHeaderInfo | |
BomPositionInfo | |
T4S::FUNCLOC_BOM::CUSTOM::MAPPING::callCustomerRuleHandler | TransactionId SourceObjectInfo Action RuleName args | ||
Customer specific Functional Location BOM RuleHandler function template.
TransactionId | unique ID for the transfer transaction |
SourceObjectInfo | source object information dict structure |
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" |
T4S::FUNCLOC_BOM::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::FUNCLOC_BOM::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::FUNCLOC_BOM::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::FUNCLOC_BOM::CUSTOM::MAPPING::getObjectInfo | TransactionId TargetTypeName ObjectKey args | ||
Customer specific Mapping function to retrieve the object information from SAP.
TransactionId | unique ID for the transfer transaction |
TargetTypeName | specified transaction target type name for generic TC object transfer |
ObjectKey | SAP object id information |
T4S::FUNCLOC_BOM::CUSTOM::MAPPING::getTcData | ObjectTag args | ||
T4S::FUNCLOC_BOM::CUSTOM::MAPPING::SAP_FuncionalLocationBillOfMaterial2TC_Object | TransactionId SourceObjectInfo TargetTypeName Status ObjectKey args | ||
Customer specific Functional Location BOM reverse mapping function template.
TransactionId | unique ID for the transfer transaction |
SourceObjectInfo | source object information dict structure |
TargetTypeName | specified transaction target type name for generic TC object transfer |
Status | Transfer Status The following values are valid:
|
ObjectKey | SAP object id information |
args | not used |
T4S::FUNCLOC_BOM::CUSTOM::MAPPING::TC_Object2SAP_FuncionalLocationBillOfMaterial | TransactionId SourceObjectInfo TargetTypeName args | ||
Customer specific Functional Location BOM header mapping function template.
TransactionId | unique ID for the transfer transaction |
SourceObjectInfo | source object information dict structure |
TargetTypeName | specified transaction target type name |
args | not used |
T4S::FUNCLOC_BOM::CUSTOM::MAPPING::TC_Object2SAP_FuncionalLocationBillOfMaterialPosition | TransactionId PositionIndex SourceObjectInfo TargetTypeName args | ||
Customer specific Functional Location BOM position mapping function template.
TransactionId | unique ID for the transfer transaction |
PositionIndex | Tc BOMLine index |
SourceObjectInfo | source object information dict structure |
TargetTypeName | specified transaction target type name |
args | not used |
T4S::FUNCLOC_BOM::CUSTOM::MAPPING::TC_Object2SAP_FuncionalLocationBillOfMaterialPostAction | TransactionId SourceObjectInfo TargetTypeName 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 |
|
static |