RPUBEN46_ALV1 SAP (2nd Structure for Output of Report RPUBEN46_ALV) Structure details

Dictionary Type: Structure
Description: 2nd Structure for Output of Report RPUBEN46_ALV




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




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

RPUBEN46_ALV1 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 "2nd Structure for Output of Report RPUBEN46_ALV" 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_RPUBEN46_ALV1 TYPE RPUBEN46_ALV1.

The RPUBEN46_ALV1 table consists of various fields, each holding specific information or linking keys about 2nd Structure for Output of Report RPUBEN46_ALV data available in SAP. These include PSDAT (Start Date), BOPTI (Benefit Health Plan Option), DEPCV (Benefit Dependent Coverage), BCOST (Benefit Cost Rule Variant).. 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 RPUBEN46_ALV1 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
BPLANBenefit plan BEN_PLANCHAR4Assigned to domainBEN_PLAN
PSDATStart Date BEGDADATS8DATUM
BOPTIBenefit Health Plan Option BEN_OPTIONCHAR4Assigned to domainBEN_OPTION
DEPCVBenefit Dependent Coverage BEN_DEPCOVCHAR4Assigned to domainBEN_DEPCOV
BCOSTBenefit Cost Rule Variant BEN_CSTFMCHAR4Assigned to domainBEN_CSTFM
PERIOBenefit Period for Calculations BEN_PERIODNUMC2PFREQABP
EECSTBenefit Employee Cost Amount BEN_EECOSTCURR13(2) P_AMT07
PTCSTBenefits Additional Employee Post-Tax Costs BEN_PTCSTCURR13(2) P_AMT07
ERCSTBenefit Employer Cost/Credit Amount BEN_ERCOSTCURR13(2) P_AMT07
ACCSTBenefit Provider Cost Amount BEN_ACCOSTCURR13(2) P_AMT07
IMINCBenefits Imputed Income BEN_IMINCCURR13(2) P_AMT07
CURREBenefit Currency Key BEN_CURRCUKY5Assigned to domainWAERSFWS
SALGRBenefit salary group BEN_SALGRCHAR4Assigned to domainBEN_SALGR
AGEGRBenefit age group BEN_AGEGRCHAR4Assigned to domainBEN_AGEGR
LOSGRBenefit seniority group BEN_LOSGRCHAR4Assigned to domainBEN_LOSGR
CSTV1Benefit cost grouping BEN_CSTV1CHAR4Assigned to domainBEN_CSTV1
GENDRBenefit gender data for insurance costs calculation BEN_GENDERCHAR1BEN_GENDER
SMOKEBenefit smoker indicator BEN_SMOKERCHAR1BEN_SMOKER
LIMITBenefit insurance cost rule variant limit BEN_LIMITNUMC13NUM13
CSDATStart Date BEGDADATS8DATUM
CEDATEnd Date ENDDADATS8DATUM
BCOVRBenefit Insurance Option BEN_COVLVLCHAR4Assigned to domainBEN_COVLVL
INCREBenefit base unit for insurance cost calculation BEN_INCREMCURR13(2) P_AMT07
CSTFABenefits Factor for Employee Costs BEN_CSTFADEC7(4) DEC3_4
ERCFABenefit Factor for Employer Credit/Costs BEN_ERCFADEC7(4) DEC3_4
ACCFABenefit Factor for Provider Cost BEN_ACCFADEC7(4) DEC3_4
LEVL1Benefit miscellaneous plan option BEN_LEVEL1CHAR4Assigned to domainBEN_LEVEL1

Key field Non-key field



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

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

How to access SAP table RPUBEN46_ALV1

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