T5DC6 SAP (Processing Steps for Pension Calculation) Table details

Dictionary Type: Table
Description: Processing Steps for Pension Calculation




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




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

T5DC6 is a standard SAP Table which is used to store Processing Steps for Pension Calculation data and is available within R/3 SAP systems depending on the version and release level.

The T5DC6 table consists of various fields, each holding specific information or linking keys about Processing Steps for Pension Calculation data available in SAP. These include RNTOP (Processing Type for Pension Calculation), REART (Processing Subtype for Pension Calculation), RESLT (Condition Result), BI202 (Transfer Data to Entitlements).. 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 T5DC6 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
RNTOPProcessing Type for Pension Calculation P01C_RNTOPCHAR2T5DC5P01C_RNTOP
REARTProcessing Subtype for Pension Calculation P01C_REARTCHAR1T5DC5P01C_VANLA
RESLTCondition Result P01C_RESLTCHAR1P01C_RESLT
BI202Transfer Data to Entitlements P01C_BI202CHAR1P01C_BI202
NOZWSNo Increase Calculation P01C_NOZWSCHAR1XFELD
ZWCHSIncrease Calculation P01C_ZWCHSCHAR1XFELD
MOZRASubtype Grouping for Increase Calculation P01C_MOZRACHAR2T5DC7P01C_GRPID
RERSTExecute Reimbursement P01C_RERSTCHAR1XFELD
RCHKJSet Check ID for Reimbursement P01C_RCHKJCHAR1XFELD
RECALCalculate Reimbursement P01C_RECALCHAR1XFELD
ANBEWValuation of Entitlement P01C_ANBEWCHAR1XFELD
AWBEWValuate Vesting P01C_AWBEWCHAR1XFELD
UPDUASave Result of VE Check P01C_UPDUACHAR1XFELD
RELBERelevance for Statement P01C_RELBECHAR1XFELD
ERGRBPension Payment as Result P01C_ERGRBCHAR1XFELD
ABZRBCalculate Bonuses/Deductions on Pension Payments P01C_ABZRBCHAR1XFELD
ERGUAVested Pension Rights as Result P01C_ERGUACHAR1XFELD
ERGNONo Result P01C_ERGNOCHAR1XFELD
ERGZAPension Rights Status as Result P01C_ERGZACHAR1XFELD
ERGVMInterface for Reserve as Result P01C_ERGVMCHAR1XFELD
ERGBSVested Payments as Result P01C_ERGBSCHAR1XFELD
ANTBTReimbursement on Request P01C_ANTBTCHAR1XFELD
ENDVAPerform Final Processing P01C_ENDVACHAR1XFELD
MODEVFinal Processing Variant P01C_MODEVCHAR2T5DC7P01C_GRPID

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5DC6
INTO CORRESPONDING FIELDS OF WA_T5DC6
WHERE...

How to access SAP table T5DC6

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