PDPBSZV363 SAP (Estimated Tax-Free Contributions (Acc. to Sec.3 No.63)) Table details

Dictionary Type: Table
Description: Estimated Tax-Free Contributions (Acc. to Sec.3 No.63)




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




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

PDPBSZV363 is a standard SAP Table which is used to store Estimated Tax-Free Contributions (Acc. to Sec.3 No.63) data and is available within R/3 SAP systems depending on the version and release level.

The PDPBSZV363 table consists of various fields, each holding specific information or linking keys about Estimated Tax-Free Contributions (Acc. to Sec.3 No.63) data available in SAP. These include PERNR (Personnel Number), JUPER (Legal Person), JAHR (Payroll year for determining time period), FLAUF (Fictitious Run).. 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 PDPBSZV363 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
JUPERLegal Person JUPERCHAR4JUPER
JAHRPayroll year for determining time period PNPPABRJNUMC4GJAHRGJAHR
FLAUFFictitious Run P01_FLAUFCHAR4Assigned to domainP01_FLAUF
INPERIn-Period for Payroll P01_INPERCHAR6PRIOD
VK363Estimated Annual Amt for Tax-Free Contr. (S. 3 No. 63 EStG) P01P_VK363DEC9(2) P01P_BETRG
SBETRMonthly Basis Value for Future Estimate P01P_SBETRGDEC9(2) P01P_BETRG
UMMONNumber of Contribution Months P01P_UMMO2DEC9(2) P01P_BETRG
JUMLAContribution P01P_BETRGDEC9(2) P01P_BETRG
STVERTax Indicator PAUSTCHAR1PAUST

Key field Non-key field



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

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

SELECT SINGLE *
FROM PDPBSZV363
INTO CORRESPONDING FIELDS OF WA_PDPBSZV363
WHERE...

How to access SAP table PDPBSZV363

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