![]() |
T4S4
19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
cleanUp Function FuncLocNumber BatchJobStatus AdditionalInfo args | |
Customer specific function to start an additional customer specific cleanUp after the normal update. More... | |
createTC_Object Function FuncLocNumber AdditionalInfo args | |
Customer specific function for the creation of a Tc item based on a functional location number. More... | |
getFunctionalLocationInfo FuncLocNumber AdditionalInfo args | |
Customer specific Mapping function for the get FunctionalLocation infos. More... | |
getTargetRevisionFromList ItemRevisionTagList args | |
Customer specific Mapping function for the selection of the correct IR from a given list of IR's. More... | |
SAP_FunctionalLocationMapping2TC_Object Function ItemType ItemRevisionType FuncLocNumber AdditionalInfo args | |
Customer specific Mapping function for the import/update of SAP functional location info to a tc item (see also the normal MM reverse mapping funtion) More... | |
selectTC_Object Function FuncLocNumber AdditionalInfo args | |
Customer specific select function to identify the corresponding target item revision. More... | |
updateTC_Object Function ItemTag ItemRevisionTag ItemType ItemRevisionType FuncLocNumber AdditionalInfo args | |
Customer specific function to start an additional customer specific post-action after the normal update. More... | |
T4S::FCL::CUSTOM::ITEM::IMPORT::cleanUp | Function FuncLocNumber 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 |
FunctionalLocationNumber | |
BatchJobStatus | end status f the import batch job |
AdditionalInfo | additional information |
T4S::FCL::CUSTOM::ITEM::IMPORT::createTC_Object | Function FuncLocNumber AdditionalInfo args | ||
Customer specific function for the creation of a Tc item based on a functional location number.
Function | Import function name, supports using same procedures and same namespace for different customer imports |
FunctionalLocationNumber | |
AdditionalInfo | additional information |
T4S::FCL::CUSTOM::ITEM::IMPORT::getFunctionalLocationInfo | FuncLocNumber AdditionalInfo args | ||
Customer specific Mapping function for the get FunctionalLocation infos.
FunctionalLocationNumber | |
AdditionalInfo | additional information |
T4S::FCL::CUSTOM::ITEM::IMPORT::getTargetRevisionFromList | ItemRevisionTagList args | ||
Customer specific Mapping function for the selection of the correct IR from a given list of IR's.
ItemRevisionTagList | list of tags found by selectTC_Object |
T4S::FCL::CUSTOM::ITEM::IMPORT::SAP_FunctionalLocationMapping2TC_Object | Function ItemType ItemRevisionType FuncLocNumber AdditionalInfo args | ||
Customer specific Mapping function for the import/update of SAP functional location 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 |
ItemType | import item type name |
ItemRevisionType | import item revision type name |
FunctionalLocationNumber | |
AdditionalInfo | additional information |
T4S::FCL::CUSTOM::ITEM::IMPORT::selectTC_Object | Function FuncLocNumber 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 |
FunctionalLocationNumber | |
AdditionalInfo | additional information |
FOUND
$ItemRevisionTag
-> T4X will continue the import execution with proc SAP_FunctionalLocationMapping2TC_Object
OK
$ItemRevisionTag
-> T4X will continue the import execution with proc SAP_FunctionalLocationMapping2TC_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::FCL::CUSTOM::ITEM::IMPORT::updateTC_Object | Function ItemTag ItemRevisionTag ItemType ItemRevisionType FuncLocNumber AdditionalInfo args | ||
Customer specific function to start an additional customer specific post-action after the normal update.
Function | Import function name, supports using same procedures and same namespace for different customer imports |
ItemTag | hexed import item tag |
ItemRevisionTag | hexed import item revision tag |
ItemType | import item type name |
ItemRevisionType | import item revision type name |
FunctionalLocationNumber | |
AdditionalInfo | additional information |