T5DWS SAP (Control Table for Statements CPS) Table details

Dictionary Type: Table
Description: Control Table for Statements CPS




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




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

T5DWS is a standard SAP Table which is used to store Control Table for Statements CPS data and is available within R/3 SAP systems depending on the version and release level.

The T5DWS table consists of various fields, each holding specific information or linking keys about Control Table for Statements CPS data available in SAP. These include GBWID (Statement Identifier), FMLNR (Form Number), DBWID (Statement Identifier), LTRGR (Benefits Provider).. 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: Cannot Be Enhanced


SAP T5DWS 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
GBWIDStatement Identifier P01_BEWIDNUMC4T5DF0P01_BEWIDBEWID
FMLNRForm Number P01C_FMLNRNUMC3P01C_NUMC3
DBWIDStatement Identifier P01_BEWIDNUMC4T5DF0P01_BEWIDBEWID
LTRGRBenefits Provider P01C_LTRGRCHAR4T5DC3P01C_AVFMA
LTTYPType of Pension Organization P01C_AVTYPCHAR1T5DCGP01C_KNZID

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5DWS
INTO CORRESPONDING FIELDS OF WA_T5DWS
WHERE...

How to access SAP table T5DWS

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