T5D48 SAP (Flexible Working Hours Policy: Management of Value Credits) Table details

Dictionary Type: Table
Description: Flexible Working Hours Policy: Management of Value Credits




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




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

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

The T5D48 table consists of various fields, each holding specific information or linking keys about Flexible Working Hours Policy: Management of Value Credits data available in SAP. These include PERNR (Personnel number), WGSCH (Value Credit Key), ENDDA (Field of type DATS), WGHFL (Exemption (Current Remuneration) from Value Credit).. 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 T5D48 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
WGSCHValue Credit Key P01_WGSCHCHAR4Assigned to domainP01_WGSCH
ENDDAField of type DATS DATSDATS8DATS
WGHFLExemption (Current Remuneration) from Value Credit P01_WGHFLCURR15(2) P01_WGBTR
WGHFEExemption (Non-Recurring Payment) from Value Credit P01_WGHFECURR15(2) P01_WGBTR
WGHAUStructure of Value Credit P01_WGHAUCURR15(2) P01_WGBTR
WGHVBRemaining Value Credit P01_WGHVBCURR15(2) P01_WGBTR
WGHSTPayment from Value Credit in Disruptive Event P01_WGHSTCURR15(2) P01_WGBTR
WGHVJValue Credit Status at Start of Previous Year P01_WGHVJCURR15(2) P01_WGBTR
WGHAJValue Credit Status at Start of Current Year P01_WGHAJCURR15(2) P01_WGBTR
WAERSFlexible Working Hours Policy: Currency of Value Credit P01_WGWAERCUKY5Assigned to domainWAERS
WGHAGEmployer's Contribution to Full SI Contribution P01_WGHAGCURR15(2) PRBETRG
WGH08Remaining Value Credit from Periods Before 2009 P01_WGH08CURR15(2) PRBETRG
UETEGTransferred Remuneration Credit P01_UETEGCURR15(2) P01_WGBTR
UETAGTransferred Employer Contribution Share P01_UETAGCURR15(2) P01_WGBTR
STVZWValue Credit Accrual Used for Disruptive Event Current Year P01_STVZWCURR15(2) P01_WGBTR

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5D48
INTO CORRESPONDING FIELDS OF WA_T5D48
WHERE...

How to access SAP table T5D48

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