T5E12 SAP (Assignment of Social Insurance center) Table details

Dictionary Type: Table
Description: Assignment of Social Insurance center




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




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

T5E12 is a standard SAP Table which is used to store Assignment of Social Insurance center data and is available within R/3 SAP systems depending on the version and release level.

The T5E12 table consists of various fields, each holding specific information or linking keys about Assignment of Social Insurance center data available in SAP. These include NISSE (Company CA code), ENDDA (End Date), BEGDA (Start Date), NISSC (Center identifier).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5E12 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 MANDTCLNT3T000MANDT
NISSECompany CA code NISS1NUMC11T5E08NUM11
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
NISSCCenter identifier NISSCNUMC3NUM3
GROUP_IDCompany group/grouping indentifier PES_GRPIDCHAR4T5E11PES_GRUPO
REGIMENRED system: Social Insurance category PES_REGNUMC2PES_REG
SECTORRED system: Social Insurance sector PES_SECNUMC2NUMC2
CALIFICRED system: Company code classifier PES_CALIFCHAR2CHAR2
TIPO_IDENRED system: Identification type PES_IDENCHAR1PES_IDEN
TIPO_EMPREAlphabetical type for employer PES_TIPEMPCHAR1PES_TIPEMP
RAZON_SOCRegistered company name PES_RZSCHAR55CHAR55
CONTACTORED system: Contact employee PES_CONTACCHAR34TEXT34
TELEFONORED system: Telephone number PES_TELCHAR12CHAR12
FAXRED system: Fax number PES_FAXCHAR12CHAR12
DOMICILAddress PES_DOMICCHAR32TEXT32
CODPOSPostal code PES_CDPOSNUMC5NUM5
LOCALIDADTown PES_LOCALCHAR32PES_LOCAL
DENO_EXPLOName of activity PES_EXPLOCHAR40CHAR40
COD_LOCTown code according to INEM PES_CODLOCNUMC5T5E35NUM5HRPADES_T5E35
AEPTXDescription of the company's main economic activity PES_AEPTXCHAR80TEXT80
COMPANY_EE_INDNumber of company employees indicator PES_COMPANY_EE_INDICATORCHAR1PES_COMPANY_EE_INDICATOR

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5E12
INTO CORRESPONDING FIELDS OF WA_T5E12
WHERE...

How to access SAP table T5E12

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