T5UBD 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 T5UBD
Related tables to T5UBD
Access table T5UBD




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

T5UBD 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 T5UBD 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), BPLAN (Benefit plan), ENDDA (End Date), BEGDA (Start Date).. 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 T5UBD 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
BPLANBenefit plan BEN_PLANCHAR4T5UBABEN_PLAN
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
INVGRBenefit Savings Plan Investment Group BEN_INVGRCHAR4T5UBOBEN_INVGR
VESTIBenefit vesting rules for employee contrib. to savings plans BEN_VESTICHAR4T5UBRBEN_VESTI
ERCONEmployer's Benefits Contribution Variant BEN_ERCONCHAR4T5UBXBEN_ERCON
AMTOKBenefit Indicator: Contribution Type 'Amount' Allowed BEN_AMTOKCHAR1XFELD
CMINABenefit minimum amount for pre-tax contribution BEN_CMINACURR13(2) P_AMT07
CMAXABenefit maximum pre-tax contribution amount BEN_CMAXACURR13(2) P_AMT07
PMINABenefit minimum amount for post-tax contribution BEN_PMINACURR13(2) P_AMT07
PMAXABenefit maximum amount for post-tax contribution BEN_PMAXACURR13(2) P_AMT07
PCTOKBenefit Indicator: Contribution Type 'Percentage' Allowed BEN_PCTOKCHAR1XFELD
CMINPBenefit minimum percentage for pre-tax contribution BEN_CMINPDEC5(2) DEC3_2
CMAXPBenefit maximum percentage for pre-tax contribution BEN_CMAXPDEC5(2) DEC3_2
PMINPBenefit minimum percentage for post-tax contribution BEN_PMINPDEC5(2) DEC3_2
PMAXPBenefit maximum percentage for post-tax contribution BEN_PMAXPDEC5(2) DEC3_2
WDRAWBenefit withdrawals allowed BEN_WDRAWCHAR1CHAR1
LIMITBenefit maximum pre-tax contribution per annum BEN_PRELIMCURR13(2) P_AMT07
PREOKBenefit indicator pre-tax contributions allowed BEN_PREOKCHAR1XFELD
PSTOKBenefit indicator post-tax contributions allowed BEN_PSTOKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5UBD
INTO CORRESPONDING FIELDS OF WA_T5UBD
WHERE...

How to access SAP table T5UBD

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