![]() |
T4S4
18.1 C7177 A20283
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
bindProcToUser procname user | |
This function binds a user to a Tcl function. If the rights system is active (e.g. Worker context), then only this user can call the Tcl function. More... | |
getCallerMethode args | |
This function returns the current http method. More... | |
getClient args | |
This function returns the current client ip. More... | |
getHttpHeader args | |
This function returns the current http header. More... | |
getPasswd args | |
This function returns the current user password. More... | |
getServerId args | |
This function returns the current server ID (see CONFIG.APPSRV.SRVCONF). More... | |
getServerInstInfo srvid key | |
This function returns a key from the server instance configuration. More... | |
getSessionId args | |
This function returns the current sessionid ID . More... | |
getTOTicks args | |
This function calculates the time until the timeout. More... | |
getUser args | |
This function returns the current user ID. More... | |
getWTHID args | |
This function returns the current worker ID. More... | |
SYSUtils::bindProcToUser | procname user | ||
This function binds a user to a Tcl function. If the rights system is active (e.g. Worker context), then only this user can call the Tcl function.
.
procname | : the Tcl function with full namespace definition. |
user | : the name of the user |
References tpco_scanHEX16(), tpco_shmget(), and tpco_shmset().
SYSUtils::getCallerMethode | args | ||
This function returns the current http method.
getCallerMethode
only works in the context of a T4x server call.
T4x support follow http methods: GET POST HEAD OPTION PUT DELETE.
SYSUtils::getClient | args | ||
This function returns the current client ip.
getClient
only works in the context of a T4x server call.
SYSUtils::getHttpHeader | args | ||
This function returns the current http header.
getHttpHeader
only works in the context of a http server call.
References tpco_formatHEX16().
SYSUtils::getPasswd | args | ||
This function returns the current user password.
getPasswd
only works in the context of a T4x server call.
SYSUtils::getServerId | args | ||
This function returns the current server ID (see CONFIG.APPSRV.SRVCONF).
getServerId
only works in the context of a T4x server call.
Referenced by T4X::SOAP::CLIENT::callSoapOperation().
SYSUtils::getServerInstInfo | srvid key | ||
This function returns a key from the server instance configuration.
References tpco_shmget().
SYSUtils::getSessionId | args | ||
This function returns the current sessionid ID .
getSessionId
only works in the context of a T4x server call.
SYSUtils::getTOTicks | args | ||
This function calculates the time until the timeout.
getTOTicks
only works in the context of a T4x server call.
SYSUtils::getUser | args | ||
This function returns the current user ID.
getUser
only works in the context of a T4x server call.
SYSUtils::getWTHID | args | ||
This function returns the current worker ID.
getWTHID
only works in the context of a T4x server call.