T5DC5 SAP (Process Control Pension Calculation) Table details

Dictionary Type: Table
Description: Process Control Pension Calculation




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




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

T5DC5 is a standard SAP Table which is used to store Process Control Pension Calculation data and is available within R/3 SAP systems depending on the version and release level.

The T5DC5 table consists of various fields, each holding specific information or linking keys about Process Control Pension Calculation data available in SAP. These include RNTOP (Processing Type for Pension Calculation), REART (Processing Subtype for Pension Calculation), PANVT (Validity Type for Entitlements), SANVT (Validity Category for Benefit Types).. 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)

Text table = T5DC5T

Text table = T5DC5T


SAP T5DC5 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_RNTOPCHAR2T5DW5P01C_RNTOP
REARTProcessing Subtype for Pension Calculation P01C_REARTCHAR1P01C_VANLA
PANVTValidity Type for Entitlements P01C_PANVTCHAR10CHAR10
SANVTValidity Category for Benefit Types P01C_SANVTCHAR10CHAR10
CHKWZPerform Waiting Period Check P01C_CHKWZCHAR1XFELD
CHKUAPerform Check for Vested Pension Entitlements P01C_CHKUACHAR1XFELD
NFPRFNo Qualification Period Check P01C_NFPRFCHAR1XFELD
ALTUACheck Old Vested Entitlement P01C_ALTUACHAR1XFELD
ERBRBCheck Exists for Basic Testator Pension Payments P01C_ERBRBCHAR1XFELD
HBLKZReduce Surviving Dependent Pension P01C_HBLKZCHAR1XFELD
OWNDTWork with Own Data P01C_OWNDTCHAR1XFELD
ERBDTWork with Testator Data P01C_ERBDTCHAR1XFELD
ALTGRCheck Age Limit for Pension Calculation P01C_ALTGRCHAR1XFELD
VALTGCheck Early Age Limit for Pension Calculation P01C_VALTGCHAR1XFELD
NALTGDo Not Check Age Limit P01C_NALTGCHAR1XFELD
ANRCHImputation P01C_ANRCHCHAR1XFELD
ABLAADetermine Benefit Types P01C_ABLAACHAR1XFELD
DTYPEStatement Type P01C_DTYPECHAR2T5DC7P01C_GRPID
VLSTGPension Benefit P01C_VLSTGCHAR1XFELD
SLSTGBenefit P01C_SLSTGCHAR1XFELD
SONLSOther Benefit P01C_SONLSCHAR1XFELD
PRERBChange Reason for Pension Payment P01C_PRERBCHAR2T530EPREAS
VMRBBSubmit Pension Payments P01C_VMRBBCHAR1XFELD
VMANSSubmit Entitlements P01C_VMANSCHAR1XFELD
VMGRDReason for Generating Interface Data P01C_VMGRDCHAR2T5DC7P01C_GRPID
EVAVMPerform Final Processing P01C_ENDVACHAR1XFELD
MEVVMFinal Processing Variant P01C_MODEVCHAR2T5DC7P01C_GRPID
VDINDIndividual Date for Balance Key Date P01C_VDINDCHAR1XFELD
UAUEBNo Recalculation for Vested Entitlement P01C_UAUEBCHAR1XFELD
ANBEWValuation of Entitlement P01C_ANBEWCHAR1XFELD
MTHHBMethod of Database Selection for Surviving Dependent Determ. P01C_MTHHBCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5DC5
INTO CORRESPONDING FIELDS OF WA_T5DC5
WHERE...

How to access SAP table T5DC5

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