![]() |
T4S4
19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
changeFuncLoc_DeletionFlagActivate FuncLocNumber args | |
Activates the deletion flag of a given functional location. Important: This procedure has a dependency to the SAP transport package "TESISPLM_T4S_CALL_TRANSACTION" and does not work without it. More... | |
changeFuncLoc_DeletionFlagDeactivate FuncLocNumber args | |
Deactivates the deletion flag of a given functional location. Important: This procedure has a dependency to the SAP transport package "TESISPLM_T4S_CALL_TRANSACTION" and does not work without it. More... | |
changeFuncLoc_UserStatus FuncLocNumber UserStatus UserStatusLanguageISO ?UserStatusKey? args | |
Changes the user status of a given functional location. The status can be provided as either a "status text" + "status language (ISO)" or by just specifying the internal status key. Important: This procedure has a dependency to the SAP transport package "TESISPLM_T4S_FUNCLOC" and does not work without it. More... | |
FuncLoc_getDetail args | |
Retrieves detailed SAP functional location information. More... | |
FuncLoc_getList args | |
Matchcode search for functional locations in SAP. More... | |
getExternalNumber InternalNumber | |
Retrieves the SAP external functional location id for a given SAP internal functional location id. More... | |
getInternalNumber ExternalNumber | |
Retrieves the SAP internal functional location id for a given SAP external functional location id. More... | |
initFuncLocStructure args | |
Resets part the corresponding global TCL ::SAPDat array within the section FUNCLOC. More... | |
This functiion required CALL TRANSACTION to be installed properly on the SAP system. All parameters are passed into the function using the global TCL array ::SAPDat. The array pattern is ::SAPDat(FuncLocLink:<SAP FIELD STRUCTURE>:<SAP FIELD NAME>) Example for FuncLoc FROM: ::SAPDat(FuncLocLink:VINET:TPVON) Example for FuncLoc TO: ::SAPDat(FuncLocLink:VINET:TPNACH)
TPSAP::FUNCLOC::changeFuncLoc_DeletionFlagActivate | FuncLocNumber args | ||
Activates the deletion flag of a given functional location. Important: This procedure has a dependency to the SAP transport package "TESISPLM_T4S_CALL_TRANSACTION" and does not work without it.
FuncLocNumber |
TPSAP::FUNCLOC::changeFuncLoc_DeletionFlagDeactivate | FuncLocNumber args | ||
Deactivates the deletion flag of a given functional location. Important: This procedure has a dependency to the SAP transport package "TESISPLM_T4S_CALL_TRANSACTION" and does not work without it.
FuncLocNumber |
TPSAP::FUNCLOC::changeFuncLoc_UserStatus | FuncLocNumber UserStatus UserStatusLanguageISO ?UserStatusKey? args | ||
Changes the user status of a given functional location. The status can be provided as either a "status text" + "status language (ISO)" or by just specifying the internal status key.
Important: This procedure has a dependency to the SAP transport package "TESISPLM_T4S_FUNCLOC" and does not work without it.
FuncLocNumber | |
UserStatus | |
UserStatusLanguageISO | |
UserStatusKey | Optional (default empty) - If provided, this key will be used instead of UserStatus + UserStatusLanguageISO |
TPSAP::FUNCLOC::FuncLoc_getDetail | args | ||
Retrieves detailed SAP functional location information.
args | none |
TPSAP::FUNCLOC::FuncLoc_getList | args | ||
Matchcode search for functional locations in SAP.
args | none |
TPSAP::FUNCLOC::getExternalNumber | InternalNumber | ||
Retrieves the SAP external functional location id for a given SAP internal functional location id.
InternalNumber | SAP internal functional location id |
TPSAP::FUNCLOC::getInternalNumber | ExternalNumber | ||
Retrieves the SAP internal functional location id for a given SAP external functional location id.
ExternalNumber | SAP external functional location id |
TPSAP::FUNCLOC::initFuncLocStructure | args | ||
Resets part the corresponding global TCL ::SAPDat array within the section FUNCLOC.
args | none |