![]() |
T4S4
18.2 C7416 A21152
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
createLogonParamList System Client User Passwd Language | |
Create standard logon parameter data structure as used for storing connection data. More... | |
getCurrentEAInfo Key | |
get connection info of given type for the current connection More... | |
getValueFromLogonInfo LogonInfo Key | |
get connection info of given type from a logon info list More... | |
T4S::CONNECTION2EA::createLogonParamList | System Client User Passwd Language | ||
Create standard logon parameter data structure as used for storing connection data.
Using this function, calls like
T4S::CONNECTION2SAP::setConnectionInfo2 $System $Client $CryptUser $CryptPasswd $Language $Mode $TargetType $TransAction] can be replaced by
set LogonInfo [T4S::CONNECTION2EA::createLogonParamList $System $Client $CryptUser $CryptPasswd $Language]
T4X::CONNECTION2EA::setConnectionInfo T4S $System $LogonInfo $Mode $TargetType $TransAction]
System | Identifier (name for a SAP system) |
Client | SAP client ID |
User | SAP user |
Passwd | SAP user password |
Language | SAP session language |
Referenced by T4S::CONNECTION2SAP::setConnectionInfo2(), and T4S::CONNECTION2SAP::setConnectionInfoPlain2().
T4S::CONNECTION2EA::getCurrentEAInfo | Key | ||
get connection info of given type for the current connection
Key | Possible values: SapUser SapPassword SapSystem SapClient SapLanguage LogOnIniMode. |
T4S::CONNECTION2EA::getValueFromLogonInfo | LogonInfo Key | ||
get connection info of given type from a logon info list
LogonInfo | standard logon info data structure as used for storing connection data |
Key | possible values: EASystem EAClient EAUser EAPassword EALanguage. |