P01VA_AUFT SAP (PEP: Distribution Proposal Pension Equalization Payment) Table details

Dictionary Type: Table
Description: PEP: Distribution Proposal Pension Equalization Payment




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




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

P01VA_AUFT is a standard SAP Table which is used to store PEP: Distribution Proposal Pension Equalization Payment data and is available within R/3 SAP systems depending on the version and release level.

The P01VA_AUFT table consists of various fields, each holding specific information or linking keys about PEP: Distribution Proposal Pension Equalization Payment data available in SAP. These include PERNR (Personnel number), HANSP (Company Pension Scheme Entitlement), BESTART (Taxation Type), ANFDAT (Request Date).. 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 P01VA_AUFT 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 PERSNONUMC8Assigned to domainPERSNOPER
HANSPCompany Pension Scheme Entitlement P01C_HANSPCHAR4T5DCAP01C_ANSPR
BESTARTTaxation Type P01_VA_BESTARTCHAR1P01_VA_BESTART
ANFDATRequest Date P01_VA_ANFDATDATS8
LFDNRPEP: Sequence Number P01_VA_LFDNRNUMC2
ZUSTEXTEntitlement/Benefit Type Text P01C_ATEXTCHAR40TEXT40
KZKAPID: Resulting from Pension or Capital? P01C_KZKAPCHAR1XFELD
ANSPUVPEP: Vested Entitlement P01_VA_ANSPUVCHAR1XFELD
ANSPUVABPEP: Entitlement Vested from P01_VA_ANSPUVABDATS8DATS
ENDGEHALTPEP: Pension Based on Final Salary P01_VA_ENDGEHALTCHAR1XFELD
EHEZEITANTPEP: Share Based on Length of Marriage P01_VA_EHEZEITANTCURR9(2) P01C_BETRG
AUSGLWERTPEP: Equalization Value P01_VA_AUSGLWERTCURR9(2) P01C_BETRG
BEZUGSGRPayment of Equalization Value P01_VA_BEZUG_AUSGLEICHCHAR1P01_VA_BEZUG_AUSGLEICH
KOSTENCosts P01_VA_KOSTENCURR9(2) BETRG
KORRKAPPEP: Corresponding Net Present Value P01_VA_KORRKAPCURR9(2) P01C_BETRG
GLRISIKOPEP: Identical Term Coverage P01_VA_GLRISIKOCHAR1XFELD
EXTTEILPEP: External Distribution P01_VA_EXTTEILCHAR1P01_VA_EXTTEIL

Key field Non-key field



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

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

SELECT SINGLE *
FROM P01VA_AUFT
INTO CORRESPONDING FIELDS OF WA_P01VA_AUFT
WHERE...

How to access SAP table P01VA_AUFT

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