HRMS_BW_IS_BENPLAN SAP (BW: Benefits Plans InfoSource) Structure details

Dictionary Type: Structure
Description: BW: Benefits Plans InfoSource




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




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

HRMS_BW_IS_BENPLAN is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "BW: Benefits Plans InfoSource" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_HRMS_BW_IS_BENPLAN TYPE HRMS_BW_IS_BENPLAN.

The HRMS_BW_IS_BENPLAN table consists of various fields, each holding specific information or linking keys about BW: Benefits Plans InfoSource data available in SAP. These include PERNR (Personnel Number), BAREA (Benefit area), BENGR (Benefit First Program Grouping), BSTAT (Benefit Second Program Grouping).. 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: Can be enhanced (character-type or numeric)


SAP HRMS_BW_IS_BENPLAN structure 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
CALMONTHCalendar year / month RSCALMONTHNUMC6PERI6RSCALMONTH
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
BAREABenefit area BEN_AREACHAR2Assigned to domainBEN_AREABEN
BENGRBenefit First Program Grouping BEN_GROUPCHAR4Assigned to domainBEN_GROUP
BSTATBenefit Second Program Grouping BEN_EESTATCHAR4Assigned to domainBEN_EESTAT
BPLANBenefit plan BEN_PLANCHAR4Assigned to domainBEN_PLAN
PLTYPBenefit plan type BEN_TYPECHAR4Assigned to domainBEN_TYPE
BPCATBenefit Plan Category BEN_CATEGCHAR1BEN_CATEGCTG
OPTIOBenefit Health Plan Option BEN_OPTIONCHAR4Assigned to domainBEN_OPTION
DEPCVBenefit Dependent Coverage BEN_DEPCOVCHAR4Assigned to domainBEN_DEPCOV
CSTV1Benefit cost grouping BEN_CSTV1CHAR4Assigned to domainBEN_CSTV1
FLXGRBenefit credit grouping BEN_FLXGRCHAR4Assigned to domainBEN_FLXGR
COVGRBenefit insurance coverage grouping BEN_COVGRCHAR4Assigned to domainBEN_COVGR
EECGRBenefit employee contribution grouping BEN_EECGRCHAR4Assigned to domainBEN_EECGR
ERCGRBenefit employer contribution grouping BEN_ERCGRCHAR4Assigned to domainBEN_ERCGR
ELIGRBenefit eligibility grouping BEN_ELIGRCHAR4Assigned to domainBEN_ELIGR
HICMPBenefit highly compensated indicator BEN_HICMPCHAR1XFELD
ELIGIBLENumber of Eligible Employees BW_ELIGIBLEDEC3DEC03
PARTICIPNumber of Participating Employees BW_PARTICIPDEC3DEC03
EEPREBenefit Employee Cost Amount BEN_EECOSTCURR13(2) P_AMT07
EEPSTBenefit employee's post-tax contribution (estimate) BEN_EEPSTCURR13(2) P_AMT07
ERCRDBenefits employer's allowance amount BW_BEN_ERCREDCURR13(2) P_AMT07
ERCSTBenefit Employer Cost/Credit Amount BEN_ERCOSTCURR13(2) P_AMT07
ERCTBBenefits: Employer Contribution Amount BW_BEN_ERCTRBCURR13(2) P_AMT07
ACCSTBenefit Provider Cost Amount BEN_ACCOSTCURR13(2) P_AMT07
IMINCBenefits Imputed Income BEN_IMINCCURR13(2) P_AMT07
BEEPREBenefit Employee Pre-Tax Contribution Amount for Bonus BEN_BCAMTCURR13(2) P_AMT07
BEEPSTBenefit Employee Post-Tax Contribution Amount for Bonus BEN_BPAMTCURR13(2) P_AMT07
BERCTBBenefits Employer Contribution BW_BEN_ERBONCTRBCURR13(2) P_AMT07
CURRECurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PAPERIn-period for payroll IPERICHAR6CHAR6
KEYDTDate DATE_DATS8DATS
COSTCONTRBDisplay Costs and Contributions Calculation COSTCONTRB_SWITCHCHAR1COSTCONTRB_SWITCH

Key field Non-key field



How do I retrieve data from SAP structure HRMS_BW_IS_BENPLAN using ABAP code?

As HRMS_BW_IS_BENPLAN is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on HRMS_BW_IS_BENPLAN as there is no data to select.

How to access SAP table HRMS_BW_IS_BENPLAN

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