T5D46 SAP (Flexible Working Hours Policy: Management of Disr.Ev. ITD) Table details

Dictionary Type: Table
Description: Flexible Working Hours Policy: Management of Disr.Ev. ITD




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




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

T5D46 is a standard SAP Table which is used to store Flexible Working Hours Policy: Management of Disr.Ev. ITD data and is available within R/3 SAP systems depending on the version and release level.

The T5D46 table consists of various fields, each holding specific information or linking keys about Flexible Working Hours Policy: Management of Disr.Ev. ITD data available in SAP. These include PERNR (Personnel number), WOKNZ (West/East Indicator), MODSV (Modifier: Social Insurance Threshold Deficit), ENDDA (Field of type DATS).. 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: Cannot Be Enhanced


SAP T5D46 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
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
WOKNZWest/East Indicator WOKNZCHAR1WOKNZ
MODSVModifier: Social Insurance Threshold Deficit P01_MODSVCHAR1P01_MODSV
ENDDAField of type DATS DATSDATS8DATS
PHASEFlexible Working Hours Policy: Phase P01_PHASECHAR1P01_PHASE
KVZAJIncrease Disruptive Event ITD Current Year P01_KVZAJCURR15(2) P01_WGBTR
RVZAJIncrease Disruptive Event PI ITD Current Year P01_RVZAJCURR15(2) P01_WGBTR
RBZAJIncrease Disr. Ev. PI ITD Current Year (Pension Scheme) P01_RBZAJCURR15(2) P01_WGBTR
AVZAJIncrease Disruptive Event UI ITD Current Year P01_AVZAJCURR15(2) P01_WGBTR
PVZAJIncrease Disruptive Event CI ITD Current Year P01_PVZAJCURR15(2) P01_WGBTR
KVZVJIncrease Disruptive Event HI ITD Previous Year P01_KVZVJCURR15(2) P01_WGBTR
RVZVJIncrease Disruptive Event PI ITD Previous Year P01_RVZVJCURR15(2) P01_WGBTR
RBZVJIncrease Disr. Ev. PI ITD Previous Year (Pension Scheme) P01_RBZVJCURR15(2) P01_WGBTR
AVZVJIncrease Disruptive Event UI ITD Previous Year P01_AVZVJCURR15(2) P01_WGBTR
PVZVJIncrease Disruptive Event CI ITD Previous Year P01_PVZVJCURR15(2) P01_WGBTR
KVVVJTotal Disruptive Event HI ITD to Year Before Last P01_KVVVJCURR15(2) P01_WGBTR
RVVVJTotal Disruptive Event PI ITD to Year before Last P01_RVVVJCURR15(2) P01_WGBTR
RBVVJTotal Disr. Ev. PI ITD (Pension Scheme) Year before Last P01_RBVVJCURR15(2) P01_WGBTR
AVVVJTotal Disruptive Event UI ITD to Year before Last P01_AVVVJCURR15(2) P01_WGBTR
PVVVJTotal Disruptive Event UI ITD to Year before Last P01_PVVVJCURR15(2) P01_WGBTR
WAERSFlexible Working Hours Policy: Currency of Value Credit P01_WGWAERCUKY5Assigned to domainWAERS
DATUMDifferent Date for Disruptive Event bef. Reduction in EarnCp P01_WGDATDATS8DATUM
KVKNZContribution Group Key: Health Insurance P01_KVKNZCHAR1P01_KVKNZ
RVKNZContribution Group Key: Pension Insurance P01_RVKNZCHAR1P01_RVKNZ
AVKNZContribution Group Key: Unemployment Insurance P01_AVKNZCHAR1P01_AVKNZ
PVKNZContribution Group Key: Care Insurance P01_PVKNZCHAR1P01_PVKNZ
WERKSPersonnel Area for Disruptive Event P01_WERKSCHAR4T500PPERSA
BTRTLPersonnel Subarea for Disruptive Event P01_BTRTLCHAR4T001PBTRTL

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5D46
INTO CORRESPONDING FIELDS OF WA_T5D46
WHERE...

How to access SAP table T5D46

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