T74HO SAP (Benefit Equivalent Length of Service) Table details

Dictionary Type: Table
Description: Benefit Equivalent Length of Service




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




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

T74HO is a standard SAP Table which is used to store Benefit Equivalent Length of Service data and is available within R/3 SAP systems depending on the version and release level.

The T74HO table consists of various fields, each holding specific information or linking keys about Benefit Equivalent Length of Service data available in SAP. These include BAREA (Benefit area), BPLAN (Benefit plan), SSQNO (Benefit Sequential Number for Equivalent Service), MINHR (Benefit Minimal Hours to Achieve Length of Service).. 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 T74HO 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
SSQNOBenefit Sequential Number for Equivalent Service BEN_SSQNONUMC2NUMC2
MINHRBenefit Minimal Hours to Achieve Length of Service BEN_MINHRDEC15(2) PRANZHL
EQYRSBenfit Equivalent Length of Service of Working Hours (Years) BEN_EQYRSDEC7(4) PSEN_CALYY
EQMNSBenefit Equivalent Length of Serv. of Working Hours (Months) BEN_EQMNSDEC9(4) PSEN_CALMM
EQDYSBenefit Equivalent Length of Service of Working Hours (Days) BEN_EQDYSDEC11(4) PSEN_CALDD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T74HO
INTO CORRESPONDING FIELDS OF WA_T74HO
WHERE...

How to access SAP table T74HO

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