![]() |
T4S4
18.2 C7549 A21431
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
getLogLineMessageType4rc rc_func ?strDefaultMessageType? args | |
Calculates the correspondig message type (for tpwrite log lines) based on the input return code. More... | |
getSessionLogChannel args | |
Returns the Session log-file name of the current transfer session. If no session log-file name is available, the default LogChannel is used. More... | |
hex2String strString2DeHex ?blnUseBinaryFormat? args | |
Converts a given HEX string into a normal string. More... | |
setSessionLogChannel args | |
Defines the session log file name channel based on the Teamcenter session information. More... | |
sortIndexedInterfaceTable tab | |
This function sort the result of an array names for an index array (e.g: BOM lines). More... | |
string2Hex strString2Hex ?blnUseBinaryScan? args | |
Converts a given string into HEX format. More... | |
Variables | |
SessionLogChannel | |
PL4X::CORE::getLogLineMessageType4rc | rc_func ?strDefaultMessageType? args | ||
Calculates the correspondig message type (for tpwrite log lines) based on the input return code.
rc_func | - return code for which the message type should be calculated |
strDefaultMessageType | - OPTIONAL - default: INTERN; Can be used to set DEBUG or any other message type as default |
Referenced by TPSAP::callDDIF_FIELDINFO_GET(), TPSAP::callRFC_FUNCTION_SEARCH(), and T4X::CORE::getLogLineMessageType4rc().
PL4X::CORE::getSessionLogChannel | args | ||
Returns the Session log-file name of the current transfer session. If no session log-file name is available, the default LogChannel is used.
none |
References tpco_getdefaultlogchannel().
Referenced by TPSAP::callDDIF_FIELDINFO_GET(), TPSAP::callRFC_FUNCTION_SEARCH(), PL4X::LOG::ENTER(), T4X::CORE::getSessionLogChannel(), PL4X::LOG::LEAVE(), and PL4X::LOG::LOG().
PL4X::CORE::hex2String | strString2DeHex ?blnUseBinaryFormat? args | ||
Converts a given HEX string into a normal string.
strString2DeHex | - HEX string to be converted |
blnUseBinaryFormat | - Optional (default FALSE) - If TRUE, TCL binary format will be used instead of tpco_scanHEX16 |
References tpco_formatHEX16().
PL4X::CORE::setSessionLogChannel | args | ||
Defines the session log file name channel based on the Teamcenter session information.
args,none |
References tpco_getdefaultlogchannel().
PL4X::CORE::sortIndexedInterfaceTable | tab | ||
This function sort the result of an array names for an index array (e.g: BOM lines).
tab | list of array name strings to sort with the following syntax: Name:XXX:YYY:1 Name:XXX:YYY:2 ... |
References tpco_fixstring().
PL4X::CORE::string2Hex | strString2Hex ?blnUseBinaryScan? args | ||
Converts a given string into HEX format.
strString2Hex | - String to be converted |
blnUseBinaryScan | - Optional (default FALSE) - If TRUE, TCL binary scan will be used instead of tpco_scanHEX16 |
References tpco_scanHEX16().
|
static |