PD3DSAP SAP (HR-DDU: Administration Record for Notifications) Table details

Dictionary Type: Table
Description: HR-DDU: Administration Record for Notifications




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




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

PD3DSAP is a standard SAP Table which is used to store HR-DDU: Administration Record for Notifications data and is available within R/3 SAP systems depending on the version and release level.

The PD3DSAP table consists of various fields, each holding specific information or linking keys about HR-DDU: Administration Record for Notifications data available in SAP. These include PERNR (DEUEV: Personnel Number), JAHR (DEUEV Notification Year), MNR (DEUEV Notification Number), MDTYP (Type of DEUEV Notification (Outbound Notifications)).. 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 PD3DSAP 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
PERNRDEUEV: Personnel Number D3PERNRNUMC8D3PERNR
JAHRDEUEV Notification Year D3JAHRNUMC4D3JAHR
MNRDEUEV Notification Number D3MNRNUMC4D3MNR
MDTYPType of DEUEV Notification (Outbound Notifications) P01_D3MLDTYP_ONUMC1P01_D3MLDTYP_O
MZRBEGDEUEV Start of Notification Period D3MZRBEGDATS8D3MZRBEG
MZRENDDEUEV End of Notification Period D3MZRENDDATS8D3MZREND
GRUNDSubmission Reason for DEUEV Notification D3GDNUMC2D3GD
GDINTHR-DDU: Internal Reason for Deduction D3GDINTCHAR2D3GDINT
GDMLDInt.Reason for Creating German Data Entry Regulation Notif. P01_SV_D3_GDMLDCHAR2P01_SV_D3_GDMLD
D3TYPHR-DDU: Processing Type D3D3TYPNUMC1D3D3TYP
STORNMNRHR-DDU: Number of Reversed Notification D3STORNMNRNUMC4D3MNR
AKTAPHR-DDU: Payroll Period of Creation D3PERIODENUMC2D3PERIODE
AKTAJDEUEV Notification Year D3JAHRNUMC4D3JAHR
EDATUMHR-DDU: Date of Creating/Changing the Message D3DATUMDATS8D3DATUM
EZEITHR-DDU: Time of Creating/Changing the Notification D3ZEITNUMC6D3ZEIT
EREPORTHR-DDU: Program Name D3REPORTCHAR40D3REPORT
EUSERHR-DDU: User Name D3USERCHAR12D3USER
ABKRSHR-DDU: Payroll Area D3ABKRSCHAR2D3ABKRS
PERSBHR-DDU: Personnel Area D3PERSBCHAR4D3PERSB
PERSTBHR-DDU: Personnel Subarea D3PERSTBCHAR4D3PERSTB
KVSCHHR-DDU: Health Insurance Fund D3KVSCHCHAR8Assigned to domainD3KVSCH
KVGESHR-DDU: Health Insurance Fund/Branch Office D3KVGESCHAR6Assigned to domainD3KVGES
KKARTHR-DDU: Health Insurance Fund Type D3KKARTCHAR2Assigned to domainD3KKART
ADATUMHR-DDU: Evaluation Date D3ADATUMDATS8D3DATUM
B2ABNRCompany Number of Receiving Office (Forwarding Office) D3B2ABNRCHAR15D3BBNR
B2ATYPHR-DEUEV: Type of Ins. Fund in E-Mail Procedure D3B2ATYPNUMC2P01_KKART
KZDMDHR-DEUEV: Indicator for Duplicate Notifications D3KENNZDMDCHAR1D3KENNZDMD
KZMANDEUEV: Reason for Manual Notification P01_D3KENNZMANCHAR1P01_D3KENNZMAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM PD3DSAP
INTO CORRESPONDING FIELDS OF WA_PD3DSAP
WHERE...

How to access SAP table PD3DSAP

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