![]() |
T4S4
19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
addRevisionRule2CCObject CCObjectTag ProductionOrderNumber args | |
This function creates a new RevRule and attach it to the CC Object. More... | |
cleanUp Function ProductionOrderNumber BatchJobStatus AdditionalInfo args | |
Customer specific function to start an additional customer specific cleanUp after the normal update. More... | |
createTC_Object Function ProductionOrderNumber AdditionalInfo args | |
Customer specific function for the creation of a Tc item based on a material number. More... | |
readSAP_ProductionOrder ProductionOrderNumber AdditionalInfo args | |
Customer specific Mapping function for the import/update of SAP material master info to a tc item (see also the normal MM reverse mapping funtion) More... | |
SAP_ProductionOrderMapping2TC_Object Function ObjectType ObjectRevisionType ProductionOrderNumber AdditionalInfo args | |
Customer specific Mapping function for the import/update of SAP material master info to a tc item (see also the normal MM reverse mapping funtion) More... | |
selectTC_Object Function ProductionOrderNumber AdditionalInfo args | |
Customer specific select function to identify the corresponding target item revision. More... | |
updateTC_Object Function ObjectTag ObjectRevTag ObjectType ObjectRevType ProductionOrderNumber AdditionalInfo args | |
Customer specific function to start an additional customer specific post-action after the normal update This could be an ownership change or a start of a workflow. More... | |
Variables | |
ProdOrderInfo | |
T4S::PO::CUSTOM::CC::IMPORT::addRevisionRule2CCObject | CCObjectTag ProductionOrderNumber args | ||
This function creates a new RevRule and attach it to the CC Object.
CCObjectTag | |
ProductionOrderNumber |
T4S::PO::CUSTOM::CC::IMPORT::cleanUp | Function ProductionOrderNumber BatchJobStatus AdditionalInfo args | ||
Customer specific function to start an additional customer specific cleanUp after the normal update.
Function | Import function name, supports using same procedures and same namespace for different customer imports |
ProductionOrderNumber | |
BatchJobStatus | end status f the import batch job |
AdditionalInfo | additional information |
T4S::PO::CUSTOM::CC::IMPORT::createTC_Object | Function ProductionOrderNumber AdditionalInfo args | ||
Customer specific function for the creation of a Tc item based on a material number.
Function | Import function name, supports using same procedures and same namespace for different customer imports |
ProductionOrderNumber | |
AdditionalInfo | additional information |
T4S::PO::CUSTOM::CC::IMPORT::readSAP_ProductionOrder | ProductionOrderNumber AdditionalInfo args | ||
Customer specific Mapping function for the import/update of SAP material master info to a tc item (see also the normal MM reverse mapping funtion)
ProductionOrderNumber | |
AdditionalInfo | additional information |
T4S::PO::CUSTOM::CC::IMPORT::SAP_ProductionOrderMapping2TC_Object | Function ObjectType ObjectRevisionType ProductionOrderNumber AdditionalInfo args | ||
Customer specific Mapping function for the import/update of SAP material master info to a tc item (see also the normal MM reverse mapping funtion)
Function | Import function name, supports using same procedures and same namespace for different customer imports |
ObjectType | import object type name |
ObjectRevisionType | import object revision type name |
ProductionOrderNumber | |
AdditionalInfo | additional information |
T4S::PO::CUSTOM::CC::IMPORT::selectTC_Object | Function ProductionOrderNumber AdditionalInfo args | ||
Customer specific select function to identify the corresponding target item revision.
Function | Import function name, supports using same procedures and same namespace for different customer imports |
ProductionOrderNumber | |
AdditionalInfo | additional information |
FOUND
$ItemRevisionTag
-> T4X will continue the import execution with proc SAP_ProductionOrderMapping2TC_Object
OK
$ItemRevisionTag
-> T4X will continue the import execution with proc SAP_ProductionOrderMapping2TC_Object
NOT_FOUND
$ErrorMessage
-> T4X will continue the import execution with proc createTC_Object
(using search query)
ITEMID_DOESNT_EXIST
$ErrorMessage
-> T4X will continue the import execution with proc createTC_Object
(using ITK::ITEM_exists)
SKIPPED
->
T4X will stop the import execution successfully without an error
any
other return value ->
T4X treats it as an error, there by customised error returns with info when/why the error occured are supported
T4S::PO::CUSTOM::CC::IMPORT::updateTC_Object | Function ObjectTag ObjectRevTag ObjectType ObjectRevType ProductionOrderNumber AdditionalInfo args | ||
Customer specific function to start an additional customer specific post-action after the normal update This could be an ownership change or a start of a workflow.
Function | Import function name, supports using same procedures and same namespace for different customer imports |
ObjectTag | hexed import object tag |
ObjectRevTag | not used, necessary place holder |
ObjectType | import object type name |
ObjectRevType | not used, necessary place holder |
ProductionOrderNumber | containing network id |
AdditionalInfo | additional information |
|
static |