T74FC SAP (Benefits Insurance Coverage Rule) Table details

Dictionary Type: Table
Description: Benefits Insurance Coverage Rule




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




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

T74FC is a standard SAP Table which is used to store Benefits Insurance Coverage Rule data and is available within R/3 SAP systems depending on the version and release level.

The T74FC table consists of various fields, each holding specific information or linking keys about Benefits Insurance Coverage Rule data available in SAP. These include BAREA (Benefit area), BPLAN (Benefit plan), BCOVE (Benefits Coverage 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: 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 T74FC 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
BCOVEBenefits Coverage Rule Variant BEN_COVFMCHAR4T74FBBEN_COVFM
SALGRBenefit salary group BEN_SALGRCHAR4T5UBKBEN_SALGR
AGEGRBenefit age group BEN_AGEGRCHAR4T5UBLBEN_AGEGR
LOSGRBenefit seniority group BEN_LOSGRCHAR4T5UBMBEN_LOSGR
COVGRBenefit insurance coverage grouping BEN_COVGRCHAR4T74F2BEN_COVGR
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
COVAMBenefit insurance coverage amount BEN_COVAMTCURR15(2) P_AMT08V
COVFABenefit salary factor for insurance coverage BEN_COVFACDEC8(5) P_DEC3_5
COVRLBenefit rounding rule BEN_ROUNDRCHAR1BEN_ROUND
COVRNBenefit rounding divisor BEN_ROUNDDCURR13(2) P_AMT07
MINAMBenefit minimum insurance coverage amount BEN_COVMINCURR15(2) P_AMT08
MINFABenefit minimum salary factor for insurance coverage BEN_MINFACDEC8(5) P_DEC3_5
MINRLBenefit rounding rule BEN_ROUNDRCHAR1BEN_ROUND
MINRNBenefit rounding divisor BEN_ROUNDDCURR13(2) P_AMT07
MINGTBenefit indicator larger amount for minimum BEN_MINGTCHAR1XFELD
MAXAMBenefit maximum insurance coverage amount BEN_COVMAXCURR15(2) P_AMT08
MAXFABenefit maximum salary factor for insurance coverage BEN_MAXFACDEC8(5) P_DEC3_5
MAXRLBenefit rounding rule BEN_ROUNDRCHAR1BEN_ROUND
MAXRNBenefit rounding divisor BEN_ROUNDDCURR13(2) P_AMT07
MAXGTBenefit indicator larger amount for maximum BEN_MAXGTCHAR1XFELD
ADDUNBenefit Unit of Additional Insurance Coverage BEN_ADDUNCURR13(2) P_AMT07
ADDMIBenefit Minimum units for additional insurance coverage BEN_ADDMINDEC9DEC9
ADDMABenefit Maximum units for additional insurance coverage BEN_ADDMAXDEC9DEC9

Key field Non-key field



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

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

SELECT SINGLE *
FROM T74FC
INTO CORRESPONDING FIELDS OF WA_T74FC
WHERE...

How to access SAP table T74FC

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