T5D3S_EHVS SAP (Additional Data Report Company for Earnings Structure Survey) Table details

Dictionary Type: Table
Description: Additional Data Report Company for Earnings Structure Survey




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




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

T5D3S_EHVS is a standard SAP Table which is used to store Additional Data Report Company for Earnings Structure Survey data and is available within R/3 SAP systems depending on the version and release level.

The T5D3S_EHVS table consists of various fields, each holding specific information or linking keys about Additional Data Report Company for Earnings Structure Survey data available in SAP. These include WERKS_SUM (Personnel Area Reporting), BTRTL_SUM (Personnel Subarea Reporting), 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 T5D3S_EHVS 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 MANDTCLNT3Assigned to domainMANDT
WERKS_SUMPersonnel Area Reporting PERSA_SUMCHAR4T500PPERSAPBR
BTRTL_SUMPersonnel Subarea Reporting BTRTL_SUMCHAR4T001PBTRTLPBS
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
STAT_BTRNRStatistics Company Number P01_EHVS_BTRNRNUMC9
WIRT_TAETIGKEITEarnings Structure Survey: Business Segment P01_EHVS_WIRTSCHAR190P01_EHVS_VDREG
EINOEDEarnings Structure Survey: Government Influence P01_EHVS_EINOEDCHAR1P01_EHVS_EINOED
TAGE_JE_WOCHEEarnings Structure Survey: Workdays per Week P01_EHVS_ARBTGNUMC1
WOABZEarnings Structure Survey: Typical Weekly Working Hours P01_EHVS_WOABZDEC4(2)
VD_REG_TXT_1Earnings Structure Survey: Earnings Regulation P01_EHVS_VDREG1CHAR190P01_EHVS_VDREG
VD_REG_DAT_1Earnings Structure Survey: Earnings Regulation Signing Date P01_EHVS_VDDAT1DATS8
VD_REG_TXT_2Earnings Structure Survey: Earnings Regulation P01_EHVS_VDREG2CHAR190P01_EHVS_VDREG
VD_REG_DAT_2Earnings Structure Survey: Earnings Regulation Signing Date P01_EHVS_VDDAT2DATS8
VD_REG_TXT_3Earnings Structure Survey: Earnings Regulation P01_EHVS_VDREG3CHAR190P01_EHVS_VDREG
VD_REG_DAT_3Earnings Structure Survey: Earnings Regulation Signing Date P01_EHVS_VDDAT3DATS8
VD_REG_TXT_4Earnings Structure Survey: Earnings Regulation P01_EHVS_VDREG4CHAR190P01_EHVS_VDREG
VD_REG_DAT_4Earnings Structure Survey: Earnings Regulation Signing Date P01_EHVS_VDDAT4DATS8
VD_REG_TXT_5Earnings Structure Survey: Earnings Regulation P01_EHVS_VDREG5CHAR190P01_EHVS_VDREG
VD_REG_DAT_5Earnings Structure Survey: Earnings Regulation Signing Date P01_EHVS_VDDAT5DATS8
STARTZAHLHR-DEH: Number of First Employee P01_EHVS_STARTNUMC3NUMC03
INTERVALLHR-DEH: Interval Between Employees P01_EHVS_INTNUMC3NUMC03
BEMERKUNGENEanings Structure Survey: Text Field for Comments P01_EHVS_BEMERKUNGENCHAR255P01_EHVS_BEMERKUNGEN
BMLSKMinimum Wage Industry Sector P01_EHVS_BMLSKNUMC1P01_SV_EL_IT_JNU2

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5D3S_EHVS
INTO CORRESPONDING FIELDS OF WA_T5D3S_EHVS
WHERE...

How to access SAP table T5D3S_EHVS

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