![]() |
T4S4
18.2 C7549 A21431
Teamcenter Gateway for SAP S/4HANA API Reference
|
Namespaces | |
GEN | |
Functions | |
getEmployeeDetail EmployeeId args | |
Retrieves SAP employee information. All import parameters are transferred via the global ::SAPDat TCL array within the section Employee. More... | |
getEmployeeDetail2 EmployeeId ReadDB | |
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... | |
getEmployeeList2 ?LastName? ?SurName? ?ObjectId? | |
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... | |
getUserDetail2 userName | |
Retrieves SAP user information. All import parameters are transferred via the global ::SAPDat TCL array within the section BAPI_USER_GET_DETAIL. More... | |
getUserEmployee UserId args | |
Determines SAP user employee. All import parameters are transferred via the global ::SAPDat TCL array within the section User. More... | |
getUserEmployee2 userId | |
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... | |
getUserList2 | |
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... | |
TPSAP::USER::getEmployeeDetail | EmployeeId args | ||
Retrieves SAP employee information. All import parameters are transferred via the global ::SAPDat TCL array within the section Employee.
References getEmployeeDetail2().
TPSAP::USER::getEmployeeDetail2 | EmployeeId ReadDB | ||
Retrieves SAP employee information. All import parameters are transferred via the global ::SAPDat TCL array within the section Employee.
References TPSAP::getSessionLogChannel().
Referenced by getEmployeeDetail().
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.
References getEmployeeList2().
TPSAP::USER::getEmployeeList2 | ?LastName? ?SurName? ?ObjectId? | ||
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.
References TPSAP::getSessionLogChannel().
Referenced by getEmployeeList().
TPSAP::USER::getUserDetail | UserName args | ||
Retrieves SAP user information. All import parameters are transferred via the global ::SAPDat TCL array within the section User.
References getUserDetail2().
TPSAP::USER::getUserDetail2 | userName | ||
Retrieves SAP user information. All import parameters are transferred via the global ::SAPDat TCL array within the section BAPI_USER_GET_DETAIL.
References TPSAP::getSessionLogChannel().
Referenced by getUserDetail().
TPSAP::USER::getUserEmployee | UserId args | ||
Determines SAP user employee. All import parameters are transferred via the global ::SAPDat TCL array within the section User.
References getUserEmployee2().
TPSAP::USER::getUserEmployee2 | userId | ||
Determines SAP user employee. All import parameters are transferred via the global ::SAPDat TCL array within the section User.
References TPSAP::getSessionLogChannel().
Referenced by getUserEmployee().
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.
References getUserList2().
TPSAP::USER::getUserList2 |
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.
References TPSAP::getSessionLogChannel().
Referenced by getUserList().