T5G42 SAP (HR-GB: National Insurance Categories) Table details

Dictionary Type: Table
Description: HR-GB: National Insurance Categories




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




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

T5G42 is a standard SAP Table which is used to store HR-GB: National Insurance Categories data and is available within R/3 SAP systems depending on the version and release level.

The T5G42 table consists of various fields, each holding specific information or linking keys about HR-GB: National Insurance Categories data available in SAP. These include CTOUT (Contracted Out Flag), ENDDA (End Date), BEGDA (Start Date), NITXT (HR-GB: National insurance category text).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5G42 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
NICATNI category (GB) NICATCHAR2NICAT
CTOUTContracted Out Flag P08_CTOUTCHAR1XFELD
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
NITXTHR-GB: National insurance category text P08_NITXTCHAR60DDTEXT
COPENContracted out NI Category P08_COPENCHAR1P08_COPEN
LVCATHR-GB. NI category mapping for late payments to leavers P08_LVCATCHAR2T5G42NICAT
CERNIHR-GB: Certificate for NI category P08_CERNICHAR1P08_CERNI
MFCATHR-GB: Allowed gender for NI category P08_MFCATCHAR1P08_MFCAT
EOYF1HR-GB: EOY indicator for NI exclusion (Column 1a, to LEL) P08_EOYF1CHAR1XFELD
EOYF2HR-GB: EOY indicator for NI exclusion (Column 1b, LEL-EET) P08_EOYF2CHAR1XFELD
EOYF3HR-GB: EOY indicator for NI exclusion (Column 1c, ERT-UEL) P08_EOYF3CHAR1XFELD
EOYF4HR-GB: EOY indicator for NI exclusion (Earnings from UEL) P08_EOYF4CHAR1XFELD
EOYF5HR-GB: EOY indicator for NI exclusion (Column 1d Ee+Er NICs) P08_EOYF5CHAR1XFELD
EOYF6HR-GB: EOY indicator for NI exclusion (Er NICs) P08_EOYF6CHAR1XFELD
EOYF7HR-GB: EOY indicator for NI exclusion (Column 1e, Ee NICs) P08_EOYF7CHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5G42
INTO CORRESPONDING FIELDS OF WA_T5G42
WHERE...

How to access SAP table T5G42

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