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

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




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




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

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

The U_27406 table consists of various fields, each holding specific information or linking keys about Generated Table for View U_27406 data available in SAP. These include ELIGR (Eligibility rule for compensation), ELIGP (Eligibility group for compensation), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP U_27406 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
ELIGREligibility rule for compensation CMP_ELIGRCHAR8T71C5RCMP_ELIGR
ELIGPEligibility group for compensation CMP_ELIGPCHAR6T71C6CMP_ELIGP
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SRVINService/hire date relevant CMP_SRVINCHAR1XFELD
SRVNONumber of Time Units for Length of Service CMP_SRVNODEC4DEC4
SRVPDTime Unit for Length of Service CMP_SRVPDCHAR3T538ARPMSH
SRVMOBenefit seniority calculation cut-off month for cost variant BEN_SRVMONUMC2BEN_MONTH
SRVDYBenefit seniority calculation cut-off day for cost variant BEN_SRVDAYNUMC2BEN_DAY
DATYPDate type DATARCHAR2DATAR
WRKHRMinimum Number of Working Hours Per Period CMP_WRKHRDEC4DEC4
WRKPDPeriod for Determining Minimum Working Time CMP_WRKPDCHAR3T538ARPMSH
GRDINSalary Group is Relevant CMP_GRDINCHAR1XFELD
GRDRLPay Grade Rule CMP_GRDRLCHAR6T71D1RCMP_GRDL
TRFINPay Scale Group Relevant CMP_TRFINCHAR1XFELD
TRFRLPay scale group rule CMP_TRFRLCHAR8T71D2RCMP_TRFRL
JOBINJob is relevant CMP_JOBINCHAR1XFELD
JOBRLJob rule CMP_JOBRLCHAR6T71D3RCMP_JOBRL
SALINSalary Position Relevant CMP_SALINCHAR1XFELD
SALRLSalary rule CMP_SALRLCHAR6T71D4RCMP_SALRL
PRFINAppraisal Relevant CMP_PRFINCHAR1XFELD
PRFRLPerformance rule CMP_PRFRLCHAR6T71D5RCMP_PRFRL
VARINUser-defined Criteria Relevant CMP_VARINCHAR1XFELD
VARRLUser-Defined Rule CMP_VARRLCHAR6T71D6RCMP_VARRL

Key field Non-key field



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

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

SELECT SINGLE *
FROM U_27406
INTO CORRESPONDING FIELDS OF WA_U_27406
WHERE...

How to access SAP table U_27406

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