T5DWA SAP (CPS Pension Plans) Table details

Dictionary Type: Table
Description: CPS Pension Plans




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




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

T5DWA is a standard SAP Table which is used to store CPS Pension Plans data and is available within R/3 SAP systems depending on the version and release level.

The T5DWA table consists of various fields, each holding specific information or linking keys about CPS Pension Plans data available in SAP. These include ANGRP (Pension Plan), ENDDA (End Date), BEGDA (Start Date), FEAFR (Final Age: Women).. 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)


SAP T5DWA 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
ANGRPPension Plan P01C_ANGRPCHAR4T5DCWP01C_ANGRP
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
FEAFRFinal Age: Women P01C_FEAFRNUMC2NUM02
FEAMAFinal Age: Men P01C_FEAMANUMC2NUM02
FEAUAFinal Age Vested Entitlement P01C_FEAUANUMC2NUM02
DIAINDialog Entries Allowed P01C_DIAINCHAR1XFELD
NUMIDIdentification of Final Age Function P01C_FKTEACHAR2T5DWYP01C_NUMID

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5DWA
INTO CORRESPONDING FIELDS OF WA_T5DWA
WHERE...

How to access SAP table T5DWA

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