HRDEPBSCAS_ERSTATTUNG SAP (Structure with Reimbursement Data) Structure details

Dictionary Type: Structure
Description: Structure with Reimbursement Data




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




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

HRDEPBSCAS_ERSTATTUNG 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 with Reimbursement Data" 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_HRDEPBSCAS_ERSTATTUNG TYPE HRDEPBSCAS_ERSTATTUNG.

The HRDEPBSCAS_ERSTATTUNG table consists of various fields, each holding specific information or linking keys about Structure with Reimbursement Data data available in SAP. These include FIKT_VERS_BEZUG (Pension (Result Complete Calculation)), ERST_BETRAG (Reimbursement Amount), DIENSTZEIT_GES (Employment Period Total), DIENSTZEIT_DIENSTHERR (Employment Period at Current Employer).. 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 HRDEPBSCAS_ERSTATTUNG 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
VERS_BEZUGPension (Result Complete Calculation) PDE_PBSVAVG_VERS_BEZUGCURR15(2) PRBETRG
FIKT_VERS_BEZUGPension (Result Complete Calculation) PDE_PBSVAVG_VERS_BEZUGCURR15(2) PRBETRG
ERST_BETRAGReimbursement Amount PDE_PBSVAVG_ERST_BETRAGCURR15(2) PRBETRG
DIENSTZEIT_GESEmployment Period Total PDE_PBSVAVG_ERST_DIENSTZ_GESDEC5(2) DEC3_2
DIENSTZEIT_DIENSTHERREmployment Period at Current Employer PDE_PBSVAVG_ERST_DIENSTZ_DHERRDEC5(2) DEC3_2
RGRNDLegal Basis for Reimbursements PDE_PBSVAVG_ERST_RGRNDCHAR2Assigned to domainPDE_PBSVAVG_ERST_RGRND
TRGERProvider of Reimbursement TRGERCHAR2CHAR2
TRBEGStart of Work Relationship PDE_PBSVAVG_ERST_TRBEGDATS8DATUM
TRENDEnd of Work Relationship PDE_PBSVAVG_ERST_TRENDDATS8DATUM
RGFZWCurrency Key WAERSCUKY5TCURCWAERSFWS
RGFZUAdditional Pensionable Bonus PDE_PBSVAG_ERST_RGFZUCURR13(2) P_AMT07V
ERGR1Basis for Reimbursement KNZERCHAR2CHAR2
ERGR2Basis for Reimbursement KNZERCHAR2CHAR2
ERGR3Basis for Reimbursement KNZERCHAR2CHAR2
MASCH_1Reimbursement Percentage PDE_PBSVAVG_ERST_VHSERDEC5(2)
MANU_1Reimbursement Percentage PDE_PBSVAVG_ERST_VHSERDEC5(2)
MASCH_2Reimbursement Percentage PDE_PBSVAVG_ERST_VHSERDEC5(2)
MANU_2Reimbursement Percentage PDE_PBSVAVG_ERST_VHSERDEC5(2)
MASCH_3Reimbursement Percentage PDE_PBSVAVG_ERST_VHSERDEC5(2)
MANU_3Reimbursement Percentage PDE_PBSVAVG_ERST_VHSERDEC5(2)

Key field Non-key field



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

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

How to access SAP table HRDEPBSCAS_ERSTATTUNG

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