T5UB3 SAP (Benefit area) Table details

Dictionary Type: Table
Description: Benefit area




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




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

T5UB3 is a standard SAP Table which is used to store Benefit area data and is available within R/3 SAP systems depending on the version and release level.

The T5UB3 table consists of various fields, each holding specific information or linking keys about Benefit area data available in SAP. These include BAREA (Benefit area), CURRE (Benefit Currency Key), MOLGA (Country Grouping), OPIND (Benefit indicator open enrollment is performed).. 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 or numeric)

Text table = T5UC3


SAP T5UB3 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_AREACHAR2BEN_AREABEN
CURREBenefit Currency Key BEN_CURRCUKY5TCURCWAERSFWS
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
OPINDBenefit indicator open enrollment is performed BEN_OPINDCHAR1XFELD
OPBEGBenefit start of open enrollment period BEN_OPBEGDATS8DATUM
OPENDBenefit end of open enrollment period BEN_OPENDDATS8DATUM
ENBEGBenefits start of infotype records for open enrollment BEN_ENBEGDATS8DATUM
ENENDBenefit end of infotype records for open enrollment BEN_ENENDDATS8DATUM
EVENDBenefit end of infotype records for adj.reas./standard plan BEN_EVTENDDATS8DATUM
FUTNUBenefit number of years in the future enrollment is possible BEN_FUTNUDEC4DEC4
INDAGBenefit regular dependent age limit BEN_INDAGNUMC2NUMC2
STDAGBenefit Dependent Age Limit for Students BEN_STDAGNUMC2NUMC2
NOMAXBenefit No Maximum Age for Disability BEN_NOMAXCHAR1XFELD
TERMICOBRA Indicator Termination of Employment is Relevant COB_TERMICHAR1XFELD
REDUCCOBRA Indicator Reduction in Working Hours is Relevant COB_REDUCCHAR1XFELD
DEATHCOBRA Indicator Death of Employee is Relevant COB_DEATHCHAR1XFELD
MEDICCOBRA Indicator Employee Entitlement to Medicare is Relevant COB_MEDICCHAR1XFELD
DIVORCOBRA Indicator Divorce is Relevant COB_DIVORCHAR1XFELD
SEPARCOBRA Indicator Legal Separation is Relevant COB_SEPARCHAR1XFELD
LOSSDCOBRA Indicator Child's Loss of Dependent Status is Relevant COB_LOSSDCHAR1XFELD
BANKRCOBRA Indicator Employer's Bankruptcy Is Relevant COB_BANKRCHAR1XFELD
BKRDTCOBRA cutoff date for bankruptcy proceedings COB_BKRDTDATS8DATS
RESISCOBRA residence status excluding person from COBRA COB_RESISCHAR1T505URESIS
LOCOVCOBRA indicator COBRA starts when coverage is lost COB_LOCOVCHAR1XFELD
CONCOCOBRA Indicator Restrict Offer to Participation Before Event COB_CONCOCHAR1XFELD
POSBABenefits Only Offer FSAs with Positive Account Balance COB_POSBACHAR1XFELD
MOBDEGrouping of Personnel Subareas for Time Recording MOBDENUMC2MOBDE
CLCHGBenefit flexible spending account claims can be changed BEN_CLCHGCHAR1XFELD
CLCNFBenefit agreement can be given to rejection of claims BEN_CLCNFCHAR1XFELD
PSMOPBenefit Indicator Payroll Sim. Permitted for Open Enrollment BEN_PSMOPCHAR1XFELD
PSMADBenefit Ind. Payroll Simulation Allowed for Adjustmt Reason BEN_PSMADCHAR1XFELD
DRVVRBenefit variant of payroll driver for payroll simulation BEN_DRVVRCHAR14RALDB_VARI
SLPVRBenefit Variants for Remuneration Statement for Simulation BEN_SLPVRCHAR14RALDB_VARI
HERCSBenefits: Flag to Hide Employer Costs BEN_HERCSCHAR1XFELD
DCNCCBenefits: Flag to Display Contributions BEN_DCNCCCHAR1XFELD
ESTCNBenefits: Flag to Estimate Contributions BEN_ESTCNCHAR1XFELD
PSMFOBenefits: HR Form for Payroll Simulation BEN_PSMFOCHAR16Assigned to domainHRF_NAME_DOM
MILITBenefits Indicator Military Leave Is Relevant COB_MILITCHAR1XFIELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5UB3
INTO CORRESPONDING FIELDS OF WA_T5UB3
WHERE...

How to access SAP table T5UB3

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