SEMPLOYES_TI SAP (Employees: Enhancement by Time Field in Include (3)) Table details

Dictionary Type: Table
Description: Employees: Enhancement by Time Field in Include (3)




ABAP Code to SELECT data from SEMPLOYES_TI
Related tables to SEMPLOYES_TI
Access table SEMPLOYES_TI




Table field list including key, data, relationships and ABAP select examples

SEMPLOYES_TI is a standard SAP Table which is used to store Employees: Enhancement by Time Field in Include (3) data and is available within R/3 SAP systems depending on the version and release level.

The SEMPLOYES_TI table consists of various fields, each holding specific information or linking keys about Employees: Enhancement by Time Field in Include (3) data available in SAP. These include CARRIER (Airline Code), EMP_NUM (Airline employee personnel number), FIRST_NAME (Employee first name), LAST_NAME (Last name of employee).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SEMPLOYES_TI table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient S_MANDTCLNT3T000MANDT
CARRIERAirline Code S_CARR_IDCHAR3SCARRS_CARR_IDCARS_CARRIER_ID
EMP_NUMAirline employee personnel number SEMP_NUMNUMC10SEMP_NUM
FIRST_NAMEEmployee first name S_FNAMECHAR15S_FNAME
LAST_NAMELast name of employee S_LNAMECHAR20S_NNAME
DEPARTMENTDepartment code S_DEPARTMCHAR4SDEPMENTS_DEPARTM
AREAArea S_AREACHAR1S_AREA
SALARYSalary according to salary level SAMMOUNTCURR10(2) SAMMOUNT
CURRENCYLocal currency of airline S_CURRCODECUKY5SCURXS_CURR
AGENCYTravel Agency Number S_AGNCYNUMNUMC8STRAVELAGS_BUSPANUMAGENCYNUMSTRAVELAG_NAME_SIMPLE
CHANGED_BYAirline employee personnel number SEMP_NUMNUMC10SEMP_NUM
CH_DATELast changed on S_CHDATEDATS8DATUM
CH_TIMETime last change was made S_TIMETIMS6S_TIME

Key field Non-key field



How do I retrieve data from SAP table SEMPLOYES_TI using ABAP code

The following ABAP code Example will allow you to do a basic selection on SEMPLOYES_TI to SELECT all data from the table
DATA: WA_SEMPLOYES_TI TYPE SEMPLOYES_TI.

SELECT SINGLE *
FROM SEMPLOYES_TI
INTO CORRESPONDING FIELDS OF WA_SEMPLOYES_TI
WHERE...

How to access SAP table SEMPLOYES_TI

Within an ECC or HANA version of SAP you can also view further information about SEMPLOYES_TI and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!