T5UDM SAP (To be deleted - no longer used!) Table details

Dictionary Type: Table
Description: To be deleted - no longer used!




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




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

T5UDM is a standard SAP Table which is used to store To be deleted - no longer used! data and is available within R/3 SAP systems depending on the version and release level.

The T5UDM table consists of various fields, each holding specific information or linking keys about To be deleted - no longer used! data available in SAP. These include BAREA (Benefit area), BFLEX (To be deleted - no longer used!), SALMO (Benefit cut-off month for salary calculation), SALDY (Benefit cut-off day for salary calculation).. 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

Text table = T5UEM


SAP T5UDM 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
BAREABenefit area BEN_AREACHAR2T5UB3BEN_AREABEN
BFLEXTo be deleted - no longer used! BEN_FLEXCHAR4BEN_FLEX
SALMOBenefit cut-off month for salary calculation BEN_SALMONUMC2BEN_MONTH
SALDYBenefit cut-off day for salary calculation BEN_SALDAYNUMC2BEN_DAY
DATTYDate type DATARCHAR2T548YDATAR
PERIOBenefit Period for Calculations BEN_PERIODNUMC2PFREQABP
SRVMOBenefit seniority calculation cut-off month for cost variant BEN_SRVMONUMC2BEN_MONTH
SRVDYBenefit seniority calculation cut-off day for cost variant BEN_SRVDAYNUMC2BEN_DAY
AGEMOBenefit Cutoff month for age group determination BEN_AGEMONUMC2BEN_MONTH
AGEDYBenefit Cut-off day for age group determination BEN_AGEDAYNUMC2BEN_DAY
CRGRPBenefit Parameter Group for Grouping BEN_CRGRPCHAR4T5UBYBEN_CRGRP
SALINTo be deleted - no longer used! BEN_CSALINCHAR1XFELD
AGEINTo be deleted - no longer used! BEN_CAGEINCHAR1XFELD
LOSINTo be deleted - no longer used! BEN_CLOSINCHAR1XFELD
FLXINBenefit credit grouping indicator BEN_FLXINCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5UDM
INTO CORRESPONDING FIELDS OF WA_T5UDM
WHERE...

How to access SAP table T5UDM

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