T5ER1 SAP (Employment regulation files) Table details

Dictionary Type: Table
Description: Employment regulation files




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




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

T5ER1 is a standard SAP Table which is used to store Employment regulation files data and is available within R/3 SAP systems depending on the version and release level.

The T5ER1 table consists of various fields, each holding specific information or linking keys about Employment regulation files data available in SAP. These include NISSE (Company CA code), NUMEX (Employment provision file no.), NUEAN (INEM no. - year), NUENU (INEM no. - number).. 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: Can be enhanced (character-type)


SAP T5ER1 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
NISSECompany CA code NISS1NUMC11NUM11
NUMEXEmployment provision file no. PES_NUMEXCHAR8PES_NUMEX
NUEANINEM no. - year PES_NUEANNUMC4
NUENUINEM no. - number PES_NUENUNUMC6
DATAPDate of employment office approval of ERE PES_DATAPDATS8PES_DATAP
ENDDAEnd Date ENDDADATS8DATUM
PAGODDelegated payment indicator PES_PAGODCHAR1
TYPEEEmployment provision file type PES_TYPEECHAR2PES_TYPEE
DETBCDetermination of contribution bases for benefits calculation PES_DETBCNUMC2NUMC2
TERRITORYERE procedure territorial area PES_ERE_TERRITORYCHAR1PES_ERE_TERRITORY
PROCTYPEERE procedure type PES_ERE_PROC_TYPECHAR3PES_ERE_PROC_TYPE
CLAIMCAUSEAlleged cause PES_ERE_CLAIM_CAUSECHAR1PES_ERE_CLAIM_CAUSE
AGREEMENTAgreement between company and workers' representatives PES_ERE_AGREEMENTCHAR1PES_ERE_AGREEMENT
COMPDECDTDate of communication to authority on the action PES_ERE_COMP_DEC_DATEDATS8DATUM
WORKAUTDTLabor authorities resolution date PES_ERE_WORKAUT_DATEDATS8DATUM
AAPPDTReport date issued by Public Administrations PES_ERE_AAPP_DATEDATS8DATUM
JUDRESDTJudicial decision date - Bankruptcy procedure PES_ERE_JUD_RES_DATEDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ER1
INTO CORRESPONDING FIELDS OF WA_T5ER1
WHERE...

How to access SAP table T5ER1

Within an ECC or HANA version of SAP you can also view further information about T5ER1 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!