![]() |
T4S4
19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API 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... | |
getEmployeeDetail2 inputDict | |
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 netweaver technology is used. Therefor it is necessary to download and install the proper SAP netweaver libraries. More... | |
getEmployeeList2 inputDict | |
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 netweaver technology is used. Therefor it is necessary to download and install the proper SAP netweaver 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 inputDict | |
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 inputDict | |
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 netweaver technology is used. Therefor it is necessary to download and install the proper SAP netweaver libraries. More... | |
getUserList2 inputDict | |
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 netweaver technology is used. Therefor it is necessary to download and install the proper SAP netweaver 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.
EmployeeId |
TPSAP::USER::getEmployeeDetail2 | inputDict | ||
Retrieves SAP employee information. All import parameters are transferred via the global ::SAPDat TCL array within the section Employee.
inputDict | a dictionary with required keys what are EMPLOYEE_ID READDB the possible keys are:
|
Sample code sequence for getEmployeeDetail2
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 netweaver technology is used. Therefor it is necessary to download and install the proper SAP netweaver libraries.
LastName | |
SurName |
TPSAP::USER::getEmployeeList2 | inputDict | ||
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 netweaver technology is used. Therefor it is necessary to download and install the proper SAP netweaver libraries.
inputDict | a dictionary with required keys what is OBJECT_ID, the possible keys are:
|
Sample code sequence
TPSAP::USER::getUserDetail | UserName args | ||
Retrieves SAP user information. All import parameters are transferred via the global ::SAPDat TCL array within the section User.
UserName | |
args | not used |
TPSAP::USER::getUserDetail2 | inputDict | ||
Retrieves SAP user information. All import parameters are transferred via the global ::SAPDat TCL array within the section BAPI_USER_GET_DETAIL.
inputDict | a dictionary with required keys what is USERNAME, the possible keys are:
|
Sample code sequence
TPSAP::USER::getUserEmployee | UserId args | ||
Determines SAP user employee. All import parameters are transferred via the global ::SAPDat TCL array within the section User.
userId |
TPSAP::USER::getUserEmployee2 | inputDict | ||
Determines SAP user employee. All import parameters are transferred via the global ::SAPDat TCL array within the section User.
inputDict | a dictionary with required keys what is ID, the possible keys are:
|
Sample code sequence
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 netweaver technology is used. Therefor it is necessary to download and install the proper SAP netweaver libraries.
TPSAP::USER::getUserList2 | inputDict | ||
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 netweaver technology is used. Therefor it is necessary to download and install the proper SAP netweaver libraries.
inputDict | a dictionary with no required keys, the possible keys are:
|
Sample code sequence