HRDEPBSCASVAREN SAP (Susp. Amount Length of Marriage per Pension PEP for Notice) Structure details

Dictionary Type: Structure
Description: Susp. Amount Length of Marriage per Pension PEP for Notice




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




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

HRDEPBSCASVAREN 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 "Susp. Amount Length of Marriage per Pension PEP for Notice" 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_HRDEPBSCASVAREN TYPE HRDEPBSCASVAREN.

The HRDEPBSCASVAREN table consists of various fields, each holding specific information or linking keys about Susp. Amount Length of Marriage per Pension PEP for Notice data available in SAP. These include PABNR (Payroll Number (D)), VSNUM (Identification of Amount to Be Imputed), BEREI (Adjusted Amount), EP_EHEZEIT (Remuneration Points Length of Marriage).. 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 HRDEPBSCASVAREN 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
PABNRPayroll Number (D) PABNRNUMC3Assigned to domainPABNR
VSNUMIdentification of Amount to Be Imputed NUMARCHAR14RENUM
BEREIAdjusted Amount BEBTRCURR9(2) BETRG
EP_EHEZEITRemuneration Points Length of Marriage PDE_PBS_EPVAEHEDEC7(4) ENTGP
EP_GESAMTTotal Remuneration Points PDE_PBS_EPVAGESDEC7(4) ENTGP
RENTE_EHEZEITPension Length of Marriage PDE_PBS_BTVAEHECURR9(2) BETRG
RENTE_GESAMTTotal Pension PDE_PBS_BTVAGESCURR9(2) BETRG
RENTENAUSKUNFT_VOMDate: Pension Information PDE_PBS_VAAUSKVDATS8DATUM
DYN_STATISCHE_RENTEDynamic Modification of Static Pension PDE_PBS_STARECHAR1XFELD
RUHENSBETRAG_DURCHSCHNITTHR Payroll: Amount MAXBTCURR15(2) PRBETRG
RUHENSBETRAG_EHEZEITHR Payroll: Amount MAXBTCURR15(2) PRBETRG
STAT_BETRAGAmount to Be Imputed ARBTRCURR9(2) BETRG
FAKTOR_BARWERTFactor (Multiplier) of the Net Present Value Regulation PDE_PBSVAVG_BARWERTFAKTORDEC4(2) DEC2_2
FAKTOR_UMRECHNConversion Factor Pension DE_PBSVAVG_UMRECHNUNGSWERTDEC17(10) DE_PBSVAVG_UMRECHNUNGSWERT
DYNAM_ENDGELTPUNKTRemuneration Points from Conversion of Dynamic Pension Value PDE_PBSVAVG_DYN_ENTGELTPUNKTEDEC7(4) ENTGP
DYNAM_BETRAGAmount to Be Imputed ARBTRCURR9(2) BETRG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
AKTRWCurrent Pension Value DE_PBSVAVG_AKTRWDEC11(5) PDE_PBSVAVG_DEC6_5

Key field Non-key field



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

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

How to access SAP table HRDEPBSCASVAREN

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