T5D5C SAP (Supplementary Pension Public Sector: Payroll Table) Table details

Dictionary Type: Table
Description: Supplementary Pension Public Sector: Payroll Table




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




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

T5D5C is a standard SAP Table which is used to store Supplementary Pension Public Sector: Payroll Table data and is available within R/3 SAP systems depending on the version and release level.

The T5D5C table consists of various fields, each holding specific information or linking keys about Supplementary Pension Public Sector: Payroll Table data available in SAP. These include CAKEY (Payroll Key), ENDDA (End Date), BEGDA (Start Date), UMLA1 (Contribution Percentage (Standard Employer Contrib. Amount)).. 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 T5D5C 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
CAKEYPayroll Key VCAKYNUMC2VCAKY
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
UMLA1Contribution Percentage (Standard Employer Contrib. Amount) UMLA1DEC4(2) DEC2_2
UMLA2Contribution Percentage for Additional Contribution Amount UMLA2DEC4(2) DEC2_2
UMLASPercentage (Special Payment) UMLASDEC4(2) DEC2_2
GBAT1Limit for Additional Contributions for Compulsory Insurance GBAT1CURR9(2) WERTV5
GBAT2Limit for Additional Contribution in Contribution Month GBAT2CURR9(2) WERTV5
GB111Supplementary Pension Assessment Threshold GB111CURR9(2) WERTV5
GB112Supp. Pension Assessment Threshold in Payment Month GB112CURR9(2) WERTV5
ABRVFPayroll Procedure ABRVFCHAR2ABRVF
VSVPRPercentage for Additional SI Amount VSVPRDEC4(2) DEC2_2
EZALQIndicator: Factor Non-Recurr. Payt Acc. to Contrib. Months? EZALQCHAR1EZALQ
ALKUMPerform Alternative Cumulation? (Feature DZV03) ALKUMCHAR1CHAR1
FBALQIndicator: Factor Dummy Gross Amount Mid-Month? FBALQCHAR1CHAR1
UMLA3Contribution Percentage (Standard Employee Contrib. Amt) UMLA3DEC4(2) DEC2_2
SANIESP: Reorganization Amount (Public Sector Germany) SANIEDEC4(2) DEC2_2
GBAT3BAT I Threshold for Voluntary Insurance P01P_ZV_GBAT3CURR9(2) WERTV5
GBAT4BAT I Threshold for Voluntary Insurance in Contrib. Month P01P_ZV_GBAT4CURR9(2) WERTV5
VTMODContract Model P01_VTMODCHAR4T5DR3P01_VTMOD
VTMOD_ZUSContract Model P01_VTMODCHAR4T5DR3P01_VTMOD
VTMOD_ANContract Model P01_VTMODCHAR4T5DR3P01_VTMOD
AGZL_101AVmG: Do Not Add ER Supplementary Benefits to Tot. Gross Amt P01P_ZV_AGZL_101CHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5D5C
INTO CORRESPONDING FIELDS OF WA_T5D5C
WHERE...

How to access SAP table T5D5C

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