U_27109 SAP (Generated Table for View U_27109) Table View details

Dictionary Type: Table View
Description: Generated Table for View U_27109




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




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

U_27109 is a standard SAP Table View which is used to store Generated Table for View U_27109 data and is available within R/3 SAP systems depending on the version and release level.

The U_27109 table consists of various fields, each holding specific information or linking keys about Generated Table for View U_27109 data available in SAP. These include BAREA (Benefit area), BPLAN (Benefit plan), ERCON (Employer's Benefits Contribution Variant), PERIO (Benefit Period for Calculations).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP U_27109 table view 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
ERCONEmployer's Benefits Contribution Variant BEN_ERCONCHAR4BEN_ERCON
PERIOBenefit Period for Calculations BEN_PERIODNUMC2PFREQABP
ERCINBenefit indicator for employer contribution grouping BEN_ERCINCHAR1XFELD
SALINBenefit indicator salary is relevant BEN_SALINCHAR1XFELD
AGEINBenefit Age group relevance indicator BEN_AGEINCHAR1XFELD
LOSINBenefit indicator seniority is relevant BEN_LOSINCHAR1XFELD
CRGRPBenefit Parameter Group for Grouping BEN_CRGRPCHAR4T5UBYBEN_CRGRP
SALMOBenefit cut-off month for salary calculation BEN_SALMONUMC2BEN_MONTH
SALDYBenefit cut-off day for salary calculation BEN_SALDAYNUMC2BEN_DAY
AGEMOBenefit Cutoff month for age group determination BEN_AGEMONUMC2BEN_MONTH
AGEDYBenefit Cut-off day for age group determination BEN_AGEDAYNUMC2BEN_DAY
SRVMOBenefit seniority calculation cut-off month for cost variant BEN_SRVMONUMC2BEN_MONTH
SRVDYBenefit seniority calculation cut-off day for cost variant BEN_SRVDAYNUMC2BEN_DAY
DATTYDate type DATARCHAR2T548YDATAR
ENDTYDate type DATARCHAR2T548YDATAR
BSALMBenefit cutoff month for salary calculation BEN_BSALMNUMC2BEN_MONTH
BSALDBenefit cutoff day for salary calculation BEN_BSALDNUMC2BEN_DAY
WAINUBenefit number of units for waiting period BEN_WAITNDEC4DEC4
WAIUNBenefit unit for eligibility waiting period BEN_WAITUCHAR3T538ARPMSH
CODAYBenefit contribution start day after waiting period BEN_CODAYNUMC3BEN_DAY2
COINTBenefit time unit for start of contr. after waiting period BEN_COINTCHAR1BEN_ENINT
WDTTYDate type DATARCHAR2T548YDATAR
LANGULanguage Key LANGULANG1T002ISOLASPRAS
LTEXTBenefit employer contribution rule text BEN_ERCOTXCHAR20TEXT20

Key field Non-key field



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

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

SELECT SINGLE *
FROM U_27109
INTO CORRESPONDING FIELDS OF WA_U_27109
WHERE...

How to access SAP table U_27109

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