T5DWT SAP (Text Modules for Pension Calculation) Table details

Dictionary Type: Table
Description: Text Modules for Pension Calculation




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




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

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

The T5DWT table consists of various fields, each holding specific information or linking keys about Text Modules for Pension Calculation data available in SAP. These include TXTYP (Type of Text Module), TXTNR (Text Key), TXTBS (Text Module for Pension Calculations), FTLEN (Output length).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5DWT 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
SPRSLLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
TXTYPType of Text Module P01C_TXTYPCHAR2P01C_TXTYP
TXTNRText Key P01C_TXTNRCHAR6CHAR6
TXTBSText Module for Pension Calculations P01C_TXTBSCHAR100P01C_TXTBS
FTLENOutput length P01C_FTLENNUMC3NUMC03
TXVARReplace Text Variables P01C_TXVARCHAR1XFELD
NOCNDDo Not Condense Text Module P01C_NOCNDCHAR1XFELD
DAVARReplace Date Variable P01C_DAVARCHAR1XFELD
BEVARReplace Amount Variable P01C_BEVARCHAR1XFELD
CHVAZNumbr of Text Variables P01C_CHVAZNUMC1P01C_VARAZ
BEVAZNumber of Amount Variables P01C_BEVAZNUMC1P01C_VARAZ
DAVAZNumber of Date Variables P01C_DAVAZNUMC1P01C_VARAZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5DWT
INTO CORRESPONDING FIELDS OF WA_T5DWT
WHERE...

How to access SAP table T5DWT

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