T5DCZ SAP (Imputation Rules for Company Pension Scheme) Table details

Dictionary Type: Table
Description: Imputation Rules for Company Pension Scheme




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




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

T5DCZ is a standard SAP Table which is used to store Imputation Rules for Company Pension Scheme data and is available within R/3 SAP systems depending on the version and release level.

The T5DCZ table consists of various fields, each holding specific information or linking keys about Imputation Rules for Company Pension Scheme data available in SAP. These include ANSPR (Identifier for Imputation Group), SEQNO (Number of Imputation Rule), ENDDA (End Date), BEGDA (Start Date).. 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 T5DCZ 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
ANSPRIdentifier for Imputation Group P01C_IDANRCHAR4T5DW1P01C_GRID4
SEQNONumber of Imputation Rule P01C_ANRNONUMC3P01C_NUMC3
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
ANRTYOrigin of Imputation Amount P01C_ANRTYCHAR1P01C_ANRTY
AZANSEntitlement for Imputation P01C_ANSP2CHAR4T5DCAP01C_ANSPR
LGAWBWage Type to Impute P01C_AZLGACHAR4T512ZLGART
LGAEZWage Type to Impute P01C_AZLGACHAR4T512ZLGART
KONSTConstant for Imputation P01C_AZKONCHAR5T5DC1P01C_KONST
FBSARFunction for Determination of Imputation Amount P01C_FBSARCHAR2T5DWYP01C_NUMID
FPAR1Function Module Parameters P01C_FPARMCHAR2CHAR02
KZEZLRun Individual Imputation P01C_KZEZLCHAR1XFELD
VORZEValency of Imputation Amount P01C_ANRVZCHAR1P01C_VORZE
PRZFIFixed Percentage for Imputation Amount P01C_ANRPRDEC5(2) PRZ32
PANVTValidity Type for Entitlements P01C_PANVTCHAR10CHAR10
SANVTValidity Category for Benefit Types P01C_SANVTCHAR10CHAR10
ALTNOAlternative to Imputation Rule P01C_ALTNONUMC3T5DCZP01C_NUMC3

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5DCZ
INTO CORRESPONDING FIELDS OF WA_T5DCZ
WHERE...

How to access SAP table T5DCZ

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