T5DC4 SAP (Control Increase (Increase and Attribution Time)) Table details

Dictionary Type: Table
Description: Control Increase (Increase and Attribution Time)




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




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

T5DC4 is a standard SAP Table which is used to store Control Increase (Increase and Attribution Time) data and is available within R/3 SAP systems depending on the version and release level.

The T5DC4 table consists of various fields, each holding specific information or linking keys about Control Increase (Increase and Attribution Time) data available in SAP. These include ZWTYP (Increase Type), MOZBV (Increase Basis According to Calculation Method), MOZAN (Grouping of Valuation Basis for Increase Calculation), MOZRA (Subtype Grouping for Increase Calculation).. 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: Can be enhanced (character-type or numeric)


SAP T5DC4 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
ZWTYPIncrease Type P01C_ZWTYPCHAR1P01C_ZWTYP
MOZBVIncrease Basis According to Calculation Method P01C_MOZBVCHAR2P01C_MOZBV
MOZANGrouping of Valuation Basis for Increase Calculation P01C_MOZANCHAR2T5DC7P01C_GRPID
MOZRASubtype Grouping for Increase Calculation P01C_MOZRACHAR2T5DC7P01C_GRPID
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
ZWEJJFinal Age for Increase P01C_ZWEJJNUMC2NUM02
ZWJEIDirect Input of Final Age for Increase P01C_ZWJEINUMC2NUM02
EDMTHRounding Method for Increase Months P01C_EDMTHCHAR1P01C_ZWRND
ZWEMWIndicator for Increase until Final Age P01C_ZWEMWCHAR1XFELD
ZWEUAIndicator for Increase Until VE Final Age P01C_ZWEUACHAR1XFELD
ZWEVFIndicator for Increase until Start of Pension P01C_ZWEVFCHAR1XFELD
ZWEEIIncrease Indicator Entered Individually P01C_ZWEEICHAR1XFELD
ZWMLEIndicator for Increase until Last Day of Month P01C_ZWMLECHAR1XFELD
ZWEMIMinimum Final Age for Increase Calculation P01C_ZWEMINUMC2NUM02
ZWEMAMaximum Final Age for Increase Calculation P01C_ZWEMANUMC2NUM02
ZWRELRelevant for Increase P01C_ZWRELCHAR1XFELD
ZLGARSecond Wage Type P01C_ZLGARCHAR4T512WLGART
ZLTRGSecond Fixed Benefits Provider P01C_ZLTRGCHAR4T5DCUP01C_AVFMA
ZLTZVSecond Benefits Provider for Company Responsible P01C_ZLTZVCHAR1XFELD
KZNPAIndicator: Only Include Increases P01C_KZNPACHAR1XFELD
MNTELProportional Reduction of Entitlement P01C_MNTELCHAR1XFELD
RUNDMRounding Rule for Proportional Reduction Factor M P01C_RUNDMCHAR1P01C_RNDMN
RUNDNRounding Rule for Proportional Reduction Value N P01C_RUNDNCHAR1P01C_RNDMN
GRUANGrouping for Valuation Basis P01C_GRUANCHAR2T5DC7P01C_GRPID
DPRTYDetermine Employment Period Percentage Rate P01C_DPRTYCHAR1P01C_DPRTY
DPRDJNumber of Employment Years for Formation of Section P01C_DPRDJNUMC2NUMC2
ZGASFPension with Only Yield Portion Taxable P01C_LGASFCHAR4T512WLGART
ZGASPPension Fully Taxable P01C_LGASPCHAR4T512WLGART

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5DC4
INTO CORRESPONDING FIELDS OF WA_T5DC4
WHERE...

How to access SAP table T5DC4

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