![]() |
T4S4
19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
|
Commands to receive and edit the configuration. More...
Functions | |
applyConfiguration | |
Stores all edited settings permanently, i.e. writes those settings to the tpds.overlay. More... | |
assureConfigIsLoadedInSHM | |
Checks if CONFIG.SETUP.BASE is already existing in the shared memory, otherwise it is loaded. More... | |
discardConfiguration | |
Discards temporary changes, i.e. edited settings that have not been applied yet and reloads the settings from the configuration files. More... | |
getConfigKey key | |
Gets the currently configured value of a certain setting from CONFIG.SETUP.BASE. More... | |
getCurrentConfig | |
Returns the temporary configuration stored in CONFIG.SETUP.BASE. More... | |
setConfigKey key value | |
Sets a value for a given key of CONFIG.SETUP.BASE temporarily. More... | |
Commands to receive and edit the configuration.
CONFIGURATION::MANAGER::Util::applyConfiguration |
Stores all edited settings permanently, i.e. writes those settings to the tpds.overlay.
none |
CONFIGURATION::MANAGER::Util::assureConfigIsLoadedInSHM |
Checks if CONFIG.SETUP.BASE is already existing in the shared memory, otherwise it is loaded.
none |
CONFIGURATION::MANAGER::Util::discardConfiguration |
Discards temporary changes, i.e. edited settings that have not been applied yet and reloads the settings from the configuration files.
none |
CONFIGURATION::MANAGER::Util::getConfigKey | key | ||
Gets the currently configured value of a certain setting from CONFIG.SETUP.BASE.
key | Key stored within CONFIG.SETUP.BASE to be read |
CONFIGURATION::MANAGER::Util::getCurrentConfig |
Returns the temporary configuration stored in CONFIG.SETUP.BASE.
none |
CONFIGURATION::MANAGER::Util::setConfigKey | key value | ||
Sets a value for a given key of CONFIG.SETUP.BASE temporarily.
key | Key stored within CONFIG.SETUP.BASE to be updated |
value | New value for the given key |