![]() |
T4S4
19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
|
Namespaces | |
SYSBase | |
Functions | |
aexec cmd | |
This function executes a external command (asynchron). More... | |
check_base64string base64string | |
Checks, whether the input string is a valid Base64 string. Newlines are ignored. More... | |
checked_base64tobinfile base64string filename ?writemode? | |
write the binary Base64-decoded version of the input string to a file. More... | |
deh16 string | |
This function converts a HEX16 string to a clear string. More... | |
enh16 string | |
This function converts a string to HEX16. More... | |
flip2Unix fname | |
This function converts the line ends of a file to unix notation. More... | |
flip2Windows fname | |
This function converts the line ends of a file to windows notation. More... | |
getSyslogDir args | |
This function returns the name of the T4x syslog directroy. More... | |
getTmpDir args | |
This function returns the name of the T4x tmp directroy. More... | |
idlewait msec | |
This function is an alternative to TCL "after". It does not block the idle loop. More... | |
instanceName args | |
This function returns the instance name of the T4x installation. More... | |
loadLibrary libraryName ?required? ?sourceName? ?libraryDirectory? | |
load a rfdt More... | |
secOfTheDay args | |
This function calculates the time of day in seconds. More... | |
sexec cmd | |
This function executes a external command (synchron). More... | |
unixid args | |
This function generates a ~unique~ ID 64Bit string. More... | |
SYSBase::aexec | cmd | ||
This function executes a external command (asynchron).
don't wait for command result.
cmd | the external command |
SYSBase::check_base64string | base64string | ||
SYSBase::checked_base64tobinfile | base64string filename ?writemode? | ||
write the binary Base64-decoded version of the input string to a file.
base64string | base64 encoded string |
filename | output file name |
writemode |
SYSBase::deh16 | string | ||
This function converts a HEX16 string to a clear string.
don't use this funktion (see tpco_formatHEX16)
string | the input HEX16 string |
SYSBase::enh16 | string | ||
This function converts a string to HEX16.
don't use this funktion (see tpco_scanHEX16)
string | the input string |
SYSBase::flip2Unix | fname | ||
This function converts the line ends of a file to unix notation.
fname | the file name |
SYSBase::flip2Windows | fname | ||
This function converts the line ends of a file to windows notation.
fname | the file name |
SYSBase::getSyslogDir | args | ||
This function returns the name of the T4x syslog directroy.
SYSBase::getTmpDir | args | ||
This function returns the name of the T4x tmp directroy.
SYSBase::idlewait | msec | ||
This function is an alternative to TCL "after". It does not block the idle loop.
msec | wait n-milliseconds |
SYSBase::instanceName | args | ||
This function returns the instance name of the T4x installation.
SYSBase::loadLibrary | libraryName ?required? ?sourceName? ?libraryDirectory? | ||
load a rfdt
library | name without rfdt, without path, (the path and extension is truncated) |
optional | required (default yes: true), else optional (false) |
optional | source name without sd, without path (the path and extension is truncated) |
optional | libraryDirectory |
SYSBase::secOfTheDay | args | ||
This function calculates the time of day in seconds.
SYSBase::sexec | cmd | ||
This function executes a external command (synchron).
wait for command result.
cmd | the external command |
SYSBase::unixid | args | ||
This function generates a ~unique~ ID 64Bit string.