PDPBSZVSUM SAP (Totals Record (Record Type 90), SPI) Table details

Dictionary Type: Table
Description: Totals Record (Record Type 90), SPI




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




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

PDPBSZVSUM is a standard SAP Table which is used to store Totals Record (Record Type 90), SPI data and is available within R/3 SAP systems depending on the version and release level.

The PDPBSZVSUM table consists of various fields, each holding specific information or linking keys about Totals Record (Record Type 90), SPI data available in SAP. These include AUSWP (Evaluation Period), LAUFID (Run Identifier Contribution Transfer SPI), ANLAR (Investment Type), AINSL (Key for Investment Institution).. 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: Cannot Be Enhanced


SAP PDPBSZVSUM 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 MANDTCLNT3T000MANDT
AUSWPEvaluation Period P01_AUSWPCHAR6PRIOD
LAUFIDRun Identifier Contribution Transfer SPI P01P_ZVDTA_LAUFIDCHAR2CHAR2
ANLARInvestment Type P01_ANLARCHAR4T5DR1P01_ANLAR
AINSLKey for Investment Institution P01_AINSLCHAR8T5DPBSZVZVEP01_AINSL
WERKS_SUMPersonnel Area Reporting PERSA_SUMCHAR4T500PPERSAPBR
BTRTL_SUMPersonnel Subarea Reporting BTRTL_SUMCHAR4T001PBTRTLPBS
VAKEYVariable Key for Employer Table P01P_VARKEYCHAR8CHAR08
SEQSASequence Number for Identical Record Types, ZVE-PBS P01P_SEQSANUMC2
MTATBReason for Notification P01P_MTATBCHAR2P01P_MTATB
SATZARecord Type, DATUEV-ZVE P01P_SATZACHAR2P01P_SATZA
KNTNRMembership/Account Number of Employer at SPI P01P_KNTNRCHAR7P01P_KNTNR
SUMIDTotals Record ID for Payment Advice (Bank Transfer), SPI P01P_SUMIDNUMC2P01P_SUMID
VSMKMInsurance Feature, DATUEV-ZVE P01P_VSMKMCHAR2P01P_VSMKM
ZVENTSPF Remuneration (Liable to SP Contributions/BAT-I Excess) P01P_PBSZV_ZVENTCURR15(2) PRBETRG
ZVBTRSPF Contribution P01P_PBSZV_ZVBTRCURR15(2) PRBETRG
ZVUMLSPF Contribution Amount P01P_PBSZV_ZVUMLCURR15(2) PRBETRG
ZVSANSPF Reorganization Pay P01P_PBSZV_ZVSANCURR15(2) PRBETRG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
STATUNotification Block Status, DATUEV-ZVE P01P_STATUNUMC2P01P_STATU
LFDNRSequential File Number P01P_LFDNRNUMC4P01P_LFDNR
ZVSONSPF Special Payment P01P_PBSZV_ZVSONCURR15(2) PRBETRG

Key field Non-key field



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

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

SELECT SINGLE *
FROM PDPBSZVSUM
INTO CORRESPONDING FIELDS OF WA_PDPBSZVSUM
WHERE...

How to access SAP table PDPBSZVSUM

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