RPBEN_RPLBEN16 SAP (Structure for Report RPLBEN16) Structure details

Dictionary Type: Structure
Description: Structure for Report RPLBEN16




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




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

RPBEN_RPLBEN16 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 "Structure for Report RPLBEN16" 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_RPBEN_RPLBEN16 TYPE RPBEN_RPLBEN16.

The RPBEN_RPLBEN16 table consists of various fields, each holding specific information or linking keys about Structure for Report RPLBEN16 data available in SAP. These include TXT_PERIOD (Benefit period modifier text), BPLAN (Benefit plan), LTXTA (Benefit plan text), PERNR (Personnel Number).. 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 RPBEN_RPLBEN16 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
PERIOBenefit Period for Calculations BEN_PERIODNUMC2PFREQABP
TXT_PERIODBenefit period modifier text BEN_PERITXCHAR30TEXT30
BPLANBenefit plan BEN_PLANCHAR4Assigned to domainBEN_PLAN
LTXTABenefit plan text BEN_PLANTXCHAR30TEXT30
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
ENAMEFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
NACHNLast Name PAD_NACHNCHAR40PAD_NACHN
VORNAFirst Name PAD_VORNACHAR40PAD_VORNM
PERIDPersonnel ID Number PRDNICHAR20CHAR20
STATESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
GENDRBenefit gender data for insurance costs calculation BEN_GENDERCHAR1BEN_GENDER
HDATEEntry Date HIREDATEDATS8DATUM
PARDTBenefit date of first participation in plan BEN_PARTDTDATS8DATUM
EEPREBenefit employee's pre-tax contribution (estimate) BEN_EEPRECURR13(2) P_AMT07
EEPSTBenefit employee's post-tax contribution (estimate) BEN_EEPSTCURR13(2) P_AMT07
EETTLBenefit employee's total contribution (estimate) BEN_EETTLCURR13(2) P_AMT07
ERTTLBenefit employer's total contribution (estimate) BEN_ERTTLCURR13(2) P_AMT07
CURREBenefit Currency Key BEN_CURRCUKY5Assigned to domainWAERSFWS
BENGRBenefit First Program Grouping BEN_GROUPCHAR4Assigned to domainBEN_GROUP
BSTATBenefit Second Program Grouping BEN_EESTATCHAR4Assigned to domainBEN_EESTAT
LTXTTBenfit First Program Grouping Text BEN_GROUTXCHAR20TEXT20
LTXT9Benefit Second Program Grouping BEN_STATTXCHAR20TEXT20
GBDATDate of Birth GBDATDATS8PDATEGBDAT
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR

Key field Non-key field



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

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

How to access SAP table RPBEN_RPLBEN16

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