BAPIBEN_S1 SAP (Benefits Selection for Credit Plans) Structure details

Dictionary Type: Structure
Description: Benefits Selection for Credit Plans




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




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

BAPIBEN_S1 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 "Benefits Selection for Credit Plans" 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_BAPIBEN_S1 TYPE BAPIBEN_S1.

The BAPIBEN_S1 table consists of various fields, each holding specific information or linking keys about Benefits Selection for Credit Plans data available in SAP. These include FROM_DATE (Start Date), TO_DATE (End Date), BEN_AREA (Benefit area), PLAN_TYPE (Benefit plan type).. 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: Cannot Be Enhanced


SAP BAPIBEN_S1 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
PERSON_NOPersonnel Number PERNR_DNUMC8PERNRPER
FROM_DATEStart Date BEGDADATS8DATUM
TO_DATEEnd Date ENDDADATS8DATUM
BEN_AREABenefit area BEN_AREACHAR2T5UB3BEN_AREABEN
PLAN_TYPEBenefit plan type BEN_TYPECHAR4T5UB1BEN_TYPE
BEN_PLANBenefit plan BEN_PLANCHAR4T5UBABEN_PLAN
ELIG_DATEBenefit calculated eligibility date BEN_ELIDTDATS8DATUM
ELIG_OVRBenefit override eligibility date BEN_ELIDTODATS8DATUM
PART_DATEBenefit date of first participation in plan BEN_PARTDTDATS8DATUM
ENROLL_TYPBenefit Type of Plan Enrollment BEN_ENRTYPCHAR1BEN_ENRTYP
CURRENCYBenefit Currency Key BEN_CURRCUKY5TCURCWAERSFWS
CURRENCY_ISOISO code currency WAERS_ISOCHAR3ISOCD
PERIODBenefit Period for Calculations BEN_PERIODNUMC2PFREQABP
CREDIT_OVRBenefit employee's override credit amount BEN_BCRAMODEC23(4) BAPICURR
CHG_BPLANBenefit indicator plan can be changed BEN_CHG_BPLANCHAR1XFELD
ADD_BPLANBenefit Indicator plan can be added BEN_ADD_BPLANCHAR1XFELD
DEL_BPLANBenefit indicator plan can be deleted BEN_DEL_BPLANCHAR1XFELD
EVENTBenefit adjustment reason BEN_EVENTCHAR4Assigned to domainBEN_EVENT

Key field Non-key field



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

As BAPIBEN_S1 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 BAPIBEN_S1 as there is no data to select.

How to access SAP table BAPIBEN_S1

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