T4S4  18.1 C7177 A20283
Teamcenter Gateway for SAP S/4HANA API Reference
TPSAP::USER Namespace Reference

Functions

 getEmployeeDetail EmployeeId args
 Retrieves SAP employee information. All import parameters are transferred via the global ::SAPDat TCL array within the section Employee. More...
 
 getEmployeeList ?LastName? ?SurName? ?ObjectId? args
 Matchcode search for all employees in SAP. All import parameters are transferred via the global ::SAPDat TCL array within the section Employee. To achieve this functionality, the T4S JCO technology is used. Therefor it is necessary to download and install the proper SAP JCO libraries. More...
 
 getUserDetail UserName args
 Retrieves SAP user information. All import parameters are transferred via the global ::SAPDat TCL array within the section User. More...
 
 getUserEmployee UserId args
 Determines SAP user employee. All import parameters are transferred via the global ::SAPDat TCL array within the section User. More...
 
 getUserList args
 Search for all users in SAP. All import parameters are transferred via the global ::SAPDat TCL array within the section User. To achieve this functionality, the T4S JCO technology is used. Therefor it is necessary to download and install the proper SAP JCO libraries. More...
 

Function Documentation

◆ getEmployeeDetail()

TPSAP::USER::getEmployeeDetail   EmployeeId args  

Retrieves SAP employee information. All import parameters are transferred via the global ::SAPDat TCL array within the section Employee.

Returns
OK and global TCL array ::EmployeeResultDat or ERROR

References tpco_scanHEX16(), and tpwrite().

◆ getEmployeeList()

TPSAP::USER::getEmployeeList   ?LastName? ?SurName? ?ObjectId? args  

Matchcode search for all employees in SAP. All import parameters are transferred via the global ::SAPDat TCL array within the section Employee. To achieve this functionality, the T4S JCO technology is used. Therefor it is necessary to download and install the proper SAP JCO libraries.

Returns
OK and global TCL array ::EmployeeResultDat or ERROR

References tpco_scanHEX16(), and tpwrite().

◆ getUserDetail()

TPSAP::USER::getUserDetail   UserName args  

Retrieves SAP user information. All import parameters are transferred via the global ::SAPDat TCL array within the section User.

Returns
OK and global TCL array ::UserResultDat or ERROR

References tpco_scanHEX16(), and tpwrite().

◆ getUserEmployee()

TPSAP::USER::getUserEmployee   UserId args  

Determines SAP user employee. All import parameters are transferred via the global ::SAPDat TCL array within the section User.

Returns
OK and global TCL array ::UserResultDat or ERROR

References tpco_scanHEX16(), and tpwrite().

◆ getUserList()

TPSAP::USER::getUserList   args  

Search for all users in SAP. All import parameters are transferred via the global ::SAPDat TCL array within the section User. To achieve this functionality, the T4S JCO technology is used. Therefor it is necessary to download and install the proper SAP JCO libraries.

Returns
OK and global TCL array ::UserResultDat or ERROR

References tpco_scanHEX16(), and tpwrite().