RPFBN_COSTCRED_TRANS SAP (ESS - FBN Transport Structure for Costs and Credits) Structure details

Dictionary Type: Structure
Description: ESS - FBN Transport Structure for Costs and Credits




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




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

RPFBN_COSTCRED_TRANS 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 "ESS - FBN Transport Structure for Costs and Credits" 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_RPFBN_COSTCRED_TRANS TYPE RPFBN_COSTCRED_TRANS.

The RPFBN_COSTCRED_TRANS table consists of various fields, each holding specific information or linking keys about ESS - FBN Transport Structure for Costs and Credits data available in SAP. These include BCOVR (Benefit Insurance Option), LEVL1 (Benefit miscellaneous plan option), DEPCV (Benefit Dependent Coverage), ENROLLED (Benefit display whether already participant in plan).. 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 RPFBN_COSTCRED_TRANS 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
BOPTIBenefit Health Plan Option BEN_OPTIONCHAR4Assigned to domainBEN_OPTION
BCOVRBenefit Insurance Option BEN_COVLVLCHAR4Assigned to domainBEN_COVLVL
LEVL1Benefit miscellaneous plan option BEN_LEVEL1CHAR4Assigned to domainBEN_LEVEL1
DEPCVBenefit Dependent Coverage BEN_DEPCOVCHAR4Assigned to domainBEN_DEPCOV
ENROLLEDBenefit display whether already participant in plan BEN_ENROLCHAR1XFELD
EECSTBenefit Employee Cost Amount BEN_EECOSTCURR13(2) P_AMT07
PTCSTBenefits Additional Employee Post-Tax Costs BEN_PTCSTCURR13(2) P_AMT07
IMINCBenefits Imputed Income BEN_IMINCCURR13(2) P_AMT07
ERCSTBenefit Employer Cost/Credit Amount BEN_ERCOSTCURR13(2) P_AMT07
BSCOVBenefit Insurance Coverage Basic Amount BEN_BSCOVCURR15(2) P_AMT08V
COVAMBenefit Insurance Coverage BEN_EECOVACURR15(2) P_AMT08
CRAMTBenefit Calculated Credit Amount BEN_CRAMTCURR13(2) P_AMT07
ADDNOBenefit Number of Additional Insurance Coverage Units BEN_ADDNODEC9DEC9
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
INC_ADDNOBenefit indicator additional units can be increased BEN_INC_ADDNOCHAR1XFELD
DEC_ADDNOBenefit indicator additional units can be reduced BEN_DEC_ADDNOCHAR1XFELD
ADDUN_TEXTESS Benefits - General Concatenated Text FBN_ESS_TEXTSTRG0
PERIOBenefit Period for Calculations BEN_PERIODNUMC2PFREQABP
CURREBenefit Currency Key BEN_CURRCUKY5Assigned to domainWAERSFWS
PRETXBenefit Indicator Deductions Based on Pre-Tax BEN_PRETXCHAR1XFELD
EOGRPBenefits End of Grace Period BEN_EOGRPDATS8DATUM
EOIRQBenefit Statement of Insurability Required BEN_EOIRQCHAR1XFELD
EOIPRBenefit Insurability Proven BEN_EOIPRCHAR1XFELD
TXT_OPTIONBenefit Health Plan Option Text BEN_OPTITXCHAR30TEXT30
TXT_DEPCOVBenefit Dependent Coverage Option Text BEN_DEPCTXCHAR20TEXT20
SELECTEDCheckbox XFELDCHAR1XFELD
STD_COSTStandard value FBN_STDCOSTCURR13(2) P_AMT07
FLX_COSTFlexed value FBN_FLXCOSTCURR13(2) P_AMT07
COST_DIFFERENCECost difference FBN_COSTDIFCURR13(2) P_AMT07V
EE_CSTCRDEmployee cost/credit FBN_EECSTCRDCURR13(2) P_AMT07V
ERNICNI Cost Neutrality Amount FBN_ERNICCURR13(2) P_AMT07V
EE_CONTRI_INFOFBN Pension Employee Contribution Information FBN_EECON_INFOSTRG0FBN_CSTINFO
ER_CONTRI_INFOFBN Pension Employer Contribution Information FBN_ERCON_INFOSTRG0FBN_CSTINFO
EE_SAL_SACRIFICEFBN Pension Salary Sacrifice Information FBN_SACRI_INFOSTRG0FBN_CSTINFO
NI_PAYBACKFlat rate additional voluntary contribution FTEESCURR9(2) BETRG
SACYNBenefit indicator for relevancy of Salary Sacrifice FBN_SACYNCHAR1XFELD
PBKYNBenefit indicator for relevancy of Pension Payback FBN_PBKYNCHAR1XFELD
NEW_QUOTAFBN Holiday Plan New Quota (with time unit ) FBN_NEW_QUOTASTRG0
SAL_SACRIFICESalary sacrifice amount FBN_SSCFACURR13(2) P_AMT07V

Key field Non-key field



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

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

How to access SAP table RPFBN_COSTCRED_TRANS

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