PS0882 SAP (Basic Data for Retroactive Pension Insurance) Structure details

Dictionary Type: Structure
Description: Basic Data for Retroactive Pension Insurance




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




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

PS0882 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 "Basic Data for Retroactive Pension Insurance" 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_PS0882 TYPE PS0882.

The PS0882 table consists of various fields, each holding specific information or linking keys about Basic Data for Retroactive Pension Insurance data available in SAP. These include BERECH_ART (Calculation Type Retroactive Pension Insurance), BERECH_GRND (Retroactive Pension Insurance Calculation Reason), OBJPS_REF (Reference to Retroactive Pension Insurance Record), NVBEGDA (Start Date: Retroactive Pension Insurance).. 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 PS0882 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
APRFNRApplication reference number P00_PBS_APRFNRNUMC6NUMC06
BERECH_ARTCalculation Type Retroactive Pension Insurance PDE_PBSNV_BERECH_ARTCHAR2T7DEPBSNV01PDE_PBSNV_BERECH_ART
BERECH_GRNDRetroactive Pension Insurance Calculation Reason PDE_PBSNV_BERECH_GRNDCHAR2T7DEPBSNV02PDE_PBSNV_BERECH_GRND
OBJPS_REFReference to Retroactive Pension Insurance Record PDE_PBSNV_OBJPS_REFCHAR2OBJPS
NVBEGDAStart Date: Retroactive Pension Insurance PDE_PBSNV_NVBEGDADATS8DATUM
NVENDDAEnd Date: Retroactive Pension Insurance PDE_PBSNV_NVENDDADATS8DATUM
BESCH_ARTEmployment Type PDE_PBSNV_BESCH_ARTCHAR2T7DEPBSNV03PDE_PBSNV_BESCH_ART
RVNUMPension Insurance Number RVNUMCHAR12RVNUM
MITNRMember Number of Supplementary Pension ANWMTCHAR15CHAR15
PABNRPayroll Number (D) PABNRNUMC3T5D8SPABNR
PABNR_2Branch Office for Pension Insurer PABNR_2NUMC3T5D8S_ZAVPABNR_2
AUFSCH_BEGDAStart Date of New Employment PDE_PBSNV_BESCH_BEGDADATS8DATUM
AUFSCH_ARTType of Deferment PDE_PBSNV_AUFSCHUB_ARTCHAR2T7DEPBSNV06PDE_PBSNV_AUFSCHUB_ART
AUFSCH_GRNDDeferment Reason PDE_PBSNV_AUFSCHUB_GRNDCHAR2T7DEPBSNV04PDE_PBSNV_AUFSCHUB_GRND
AUFSCH_BESCH_ARTEmployment Type PDE_PBSNV_BESCH_ARTCHAR2T7DEPBSNV03PDE_PBSNV_BESCH_ART
AUFSCH_AMTSBEZPosition Title PDE_PBSNV_AMTSBEZCHAR50TEXT50
ADR_NEU_AGAddress of New Employer PDE_PBSNV_ADRNR_NEUER_ARBGBCHAR10Assigned to domainALPHAADRNR
MITNR_BVMembership Number of Professional Insured Person P01_MNRBVCHAR17P01_MNRBV
DH_NEU_AUFSCHUBNew Public Sector Employer PDE_PBSNV_DH_NEU_AUFSCHUBCHAR8T536CANSSL

Key field Non-key field



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

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

How to access SAP table PS0882

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