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

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




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




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

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

The V_74FH_C table consists of various fields, each holding specific information or linking keys about Generated Table for View V_74FH_C data available in SAP. These include BAREA (Benefit area), BPLAN (Benefit plan), EECON (Benefit Employee Contribution Rule Variant), SALGR (Benefit salary group).. 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 V_74FH_C 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
EECONBenefit Employee Contribution Rule Variant BEN_EECONCHAR4T74FGBEN_EECON
SALGRBenefit salary group BEN_SALGRCHAR4T5UBKBEN_SALGR
AGEGRBenefit age group BEN_AGEGRCHAR4T5UBLBEN_AGEGR
LOSGRBenefit seniority group BEN_LOSGRCHAR4T5UBMBEN_LOSGR
EECGRBenefit employee contribution grouping BEN_EECGRCHAR4T74F4BEN_EECGR
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
CMINABenefit minimum amount for pre-tax contribution BEN_CMINACURR13(2) P_AMT07
CMAXABenefit maximum pre-tax contribution amount BEN_CMAXACURR13(2) P_AMT07
PMINABenefit minimum amount for post-tax contribution BEN_PMINACURR13(2) P_AMT07
PMAXABenefit maximum amount for post-tax contribution BEN_PMAXACURR13(2) P_AMT07
CMINPBenefit minimum percentage for pre-tax contribution BEN_CMINPDEC5(2) DEC3_2
CMAXPBenefit maximum percentage for pre-tax contribution BEN_CMAXPDEC5(2) DEC3_2
PMINPBenefit minimum percentage for post-tax contribution BEN_PMINPDEC5(2) DEC3_2
PMAXPBenefit maximum percentage for post-tax contribution BEN_PMAXPDEC5(2) DEC3_2
PCTOKBenefit Indicator: Contribution Type 'Percentage' Allowed BEN_PCTOKCHAR1XFELD
AMTOKBenefit Indicator: Contribution Type 'Amount' Allowed BEN_AMTOKCHAR1XFELD
PREOKBenefit indicator pre-tax contributions allowed BEN_PREOKCHAR1XFELD
PSTOKBenefit indicator post-tax contributions allowed BEN_PSTOKCHAR1XFELD
LIMITBenefit maximum pre-tax contribution per annum BEN_PRELIMCURR13(2) P_AMT07
UNTOKBenefit indicator contribution type allowed for contr. unit BEN_UNTOKCHAR1XFELD
BPROKBenefit pre-tax contributions are allowed for bonus BEN_BPROKCHAR1XFELD
BPTOKBenefit post-tax contributions allowed for bonus BEN_BPTOKCHAR1XFELD
CMINUBenefit minimum number of units for pre-tax contribution BEN_CMINUDEC9DEC9
CMAXUBenefit maximum number of units for pre-tax contribution BEN_CMAXUDEC9DEC9
PMINUBenefit minimum number of units for post-tax contribution BEN_PMINUDEC9DEC9
PMAXUBenefit maximum number of units post-tax contribution BEN_PMAXUDEC9DEC9
PTLIMBenefit annual maximum post-tax contribution BEN_PTLIMCURR13(2) P_AMT07
TLLIMBenefit annual maximum contribution total BEN_TLLIMCURR13(2) P_AMT07
BCMIABenefit minimum amount for pre-tax contribution for bonus BEN_BCMIACURR13(2) P_AMT07
BCMAABenefit maximum amount for pre-tax contribution for bonus BEN_BCMAACURR13(2) P_AMT07
BCMIPBenefit minimum percentage for pre-tax contribution bonus BEN_BCMIPDEC5(2) DEC3_2
BCMAPBenefit maximum percentage for pre-tax contribution bonus BEN_BCMAPDEC5(2) DEC3_2
BCMIUBenefit minimum number of units for pre-tax contr. for bonus BEN_BCMIUDEC9DEC9
BCMAUBenefit maximum number of units for pre-tax contr. bonus BEN_BCMAUDEC9DEC9
BPMIABenefit minimum amount for post-tax contribution for bonus BEN_BPMIACURR13(2) P_AMT07
BPMAABenefit maximum amount for post-tax contribution for bonus BEN_BPMAACURR13(2) P_AMT07
BPMIPBenefit minimum percentage post-tax contribution for bonus BEN_BPMIPDEC5(2) DEC3_2
BPMAPBenefit maximum percentage post-tax contribution for bonus BEN_BPMAPDEC5(2) DEC3_2
BPMIUBenefit minimum number of units for post-tax contr. bonus BEN_BPMIUDEC9DEC9
BPMAUBenefit maximum number of units post-tax contr. for bonus BEN_BPMAUDEC9DEC9
EECRLBenefit rounding rule BEN_ROUNDRCHAR1BEN_ROUND
EECRNBenefit rounding divisor BEN_ROUNDDCURR13(2) P_AMT07
PLNTXText (30 Characters) TEXT30CHAR30TEXT30
EECTXBenefit employee contribution rule text BEN_EECOTXCHAR20TEXT20
EEGTXBenefit employee contribution grouping text BEN_EECGTXCHAR20TEXT20
CRGRPBenefit Parameter Group for Grouping BEN_CRGRPCHAR4T5UBYBEN_CRGRP
SALINBenefit indicator salary is relevant BEN_SALINCHAR1XFELD
AGEINBenefit Age group relevance indicator BEN_AGEINCHAR1XFELD
LOSINBenefit indicator seniority is relevant BEN_LOSINCHAR1XFELD
EECINBenefit indicator for employee contribution grouping BEN_EECINCHAR1XFELD
PERIOBenefit Period for Calculations BEN_PERIODNUMC2PFREQABP

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_74FH_C
INTO CORRESPONDING FIELDS OF WA_V_74FH_C
WHERE...

How to access SAP table V_74FH_C

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