![]() |
T4S4
18.2 C7549 A21431
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... | |
rcwd args | |
get the T4x root directory 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 |
References tpwrite().
SYSBase::check_base64string | base64string | ||
Checks, whether the input string is a valid Base64 string. Newlines are ignored.
base64string | base64 encoded string |
Referenced by SYSBase::checked_base64tobinfile().
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 |
References SYSBase::check_base64string(), and tpco_b64tobinfile().
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.
References SYSBase::instanceName(), and tpco_getHostName().
SYSBase::getTmpDir | args | ||
This function returns the name of the T4x tmp directroy.
References rcwd(), and tpco_shmget().
Referenced by T4X::TRANSLOG::getTransLogFile().
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.
References rcwd(), tpco_shmexists(), tpco_shmexset(), and tpco_shmget().
Referenced by SYSBase::getSyslogDir().
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 |
References rcwd(), source(), tpco_loadRFDT(), and tpwrite().
rcwd | args | ||
get the T4x root directory
Referenced by T4X::SOAP::CLIENT::callSoapOperation(), CONFIGURATION::MANAGER::JobAgent::getJobAgentList(), SYSBase::getTmpDir(), SYSBase::instanceName(), SYSBase::loadLibrary(), T4X::loadMappingRfdt(), CONFIGURATION::MANAGER::LicenseServer::setHostName(), CONFIGURATION::MANAGER::JobAgent::setJobAgentList(), and CONFIGURATION::MANAGER::LicenseServer::setPortNumber().
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 |
References tpwrite().
SYSBase::unixid | args | ||
This function generates a ~unique~ ID 64Bit string.
Referenced by TPSAP::REFSETOFOPERATIONS::callBAPI_REFSETOFOPERATIONS_CREATE(), and CONFIGURATION::MANAGER::Scheduler::setScheduledProcessList().