PAPBSDENV_RESULT SAP (Results/Payment Table Retroactive Pension Insurance) Table details

Dictionary Type: Table
Description: Results/Payment Table Retroactive Pension Insurance




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




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

PAPBSDENV_RESULT is a standard SAP Table which is used to store Results/Payment Table Retroactive Pension Insurance data and is available within R/3 SAP systems depending on the version and release level.

The PAPBSDENV_RESULT table consists of various fields, each holding specific information or linking keys about Results/Payment Table Retroactive Pension Insurance data available in SAP. These include PERNR (Personnel Number), APRFNR (Application reference number), BERECH_ART (Calculation Type Retroactive Pension Insurance), UEBBET (Transfer Amount).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PAPBSDENV_RESULT table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
APRFNRApplication reference number P00_PBS_APRFNRNUMC6NUMC06
BERECH_ARTCalculation Type Retroactive Pension Insurance PDE_PBSNV_BERECH_ARTCHAR2T7DEPBSNV01PDE_PBSNV_BERECH_ART
UEBBETTransfer Amount PDE_PBSNV_UEBBETCURR15(2) PRBETRG
UEBBET_WAERSCurrency Key WAERSCUKY5T500WWAERSFWS
FORDBETClaim Amount to Pension Insurance Institution PDE_PBSNV_FORDBETCURR15(2) PRBETRG
FORDBET_WAERSCurrency Key WAERSCUKY5T500WWAERSFWS
RELKZRelease Indicator: Payment PDE_PBSNV_RELKZCHAR1XFELD
SPRKZ'Payment' Lock Indicator PDE_PBSNV_SPRKZCHAR1XFELD
ABRKZIndicator for Payroll PDE_PBSNV_ABRKZCHAR1XFELD
ABRDATPayroll Date PDE_PBSNV_ABRDATDATS8DATUM
RUECKBETReturn Amount from Pension Insurance Institution PDE_PBSNV_RUECKBETCURR15(2) PRBETRG
RUECKBET_WAERSCurrency Key WAERSCUKY5T500WWAERSFWS
RUECKDATReturn Date from Pension Insurance Institution PDE_PBSNV_RUECKDATDATS8DATUM
WIDERRUF_OKRevocation Status PDE_PBSNV_WIDERRUF_OKCHAR1PDE_PBSNV_WIDERRUF_OK
ABRDAT_RUECKPayroll Date Return PDE_PBSNV_ABRDAT_RUECKDATS8DATUM
AEDTMChanged on AEDTMDATS8DATUM
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
BEITRAGSSATZPI Contribution Rate PDE_PBSNV_BEITRAGSSATZDEC9(2) DEC7_2

Key field Non-key field



How do I retrieve data from SAP table PAPBSDENV_RESULT using ABAP code

The following ABAP code Example will allow you to do a basic selection on PAPBSDENV_RESULT to SELECT all data from the table
DATA: WA_PAPBSDENV_RESULT TYPE PAPBSDENV_RESULT.

SELECT SINGLE *
FROM PAPBSDENV_RESULT
INTO CORRESPONDING FIELDS OF WA_PAPBSDENV_RESULT
WHERE...

How to access SAP table PAPBSDENV_RESULT

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