![]() |
T4S4
18.2 C7549 A21431
Teamcenter Gateway for SAP S/4HANA API Reference
|
Commands to edit the installed product keys configuration. More...
Functions | |
addProductKey ProductKey | |
Appends a new product key to the list of installed products. More... | |
getInstalledProductKeys | |
Returns a list containing the currently installed products. More... | |
isInstalled ProductKey | |
Checks if a certain product is installed. More... | |
removeProductKey ProductKey | |
Removes a product key from the list of installed products. More... | |
Commands to edit the installed product keys configuration.
CONFIGURATION::MANAGER::InstalledProductKeys::addProductKey | ProductKey | ||
Appends a new product key to the list of installed products.
ProductKey | product key to be added |
References CONFIGURATION::MANAGER::Util::getConfigKey(), CONFIGURATION::MANAGER::Util::setConfigKey(), and tpwrite().
CONFIGURATION::MANAGER::InstalledProductKeys::getInstalledProductKeys |
Returns a list containing the currently installed products.
none |
References CONFIGURATION::MANAGER::Util::getConfigKey().
CONFIGURATION::MANAGER::InstalledProductKeys::isInstalled | ProductKey | ||
Checks if a certain product is installed.
ProductKey | product key to check for |
References CONFIGURATION::MANAGER::Util::getConfigKey().
CONFIGURATION::MANAGER::InstalledProductKeys::removeProductKey | ProductKey | ||
Removes a product key from the list of installed products.
ProductKey | product key to be removed |
References CONFIGURATION::MANAGER::Util::getConfigKey(), and CONFIGURATION::MANAGER::Util::setConfigKey().