P01ZFA_NN_DATA SAP (ZfA: Notifications Not Assigned) Table details

Dictionary Type: Table
Description: ZfA: Notifications Not Assigned




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




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

P01ZFA_NN_DATA is a standard SAP Table which is used to store ZfA: Notifications Not Assigned data and is available within R/3 SAP systems depending on the version and release level.

The P01ZFA_NN_DATA table consists of various fields, each holding specific information or linking keys about ZfA: Notifications Not Assigned data available in SAP. These include ZUSID (ZfA Identification Number of Notification), LFDNR (ZfA: Sequential Number for Notifications with Same Zusy-ID), PERNR (Personnel Number), RUNDT (Run 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 (Deep)


SAP P01ZFA_NN_DATA 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
ZUSIDZfA Identification Number of Notification P01P_ZFA_ZUSID_NNUMC18
LFDNRZfA: Sequential Number for Notifications with Same Zusy-ID P01P_ZFA_LFDNR_ZKNNNUMC3P01P_ZFA_LFDNR_ZKNN
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
RUNDTRun Date P01P_ZFA_DATRUDATS8DATUM
RUNTMRuntime P01P_ZFA_TIMRUTIMS6UZEIT
MMEGDZfA Notification Type P01P_ZFA_NOTIFCHAR4P01P_ZFA_NOTIF
DATCRNotification Creation Date P01P_ZFA_DATCRDATS8DATUM
TIMCRCreation Time of Notification P01P_ZFA_TIMCRTIMS6UZEIT
DATORDate of Original Notification P01P_ZFA_DATORDATS8DATUM
TIMORTime of Original Notification P01P_ZFA_TIMORTIMS6UZEIT
MMELDNotification Feature P01P_ZFA_MMELDCHAR1P01P_ZFA_MMELD
BNDUECompany Number BTRNRCHAR8BTRNR
AKTZZReference P01P_ZFA_AKTZCHAR20P01P_ZFA_AKTZ
USYIDZfA Identification Number of Notification P01P_ZFA_ZUSIDCHAR18CHAR18
RVNUMZfA Bonus Number P01P_ZFA_ZULNRCHAR12RVNUM
NACHNInvestor's Last Name P01P_ZFA_NACHNAME_ANLEGERCHAR40PAD_NACHN
VORNAFirst Name of Investor P01P_ZFA_VORNAME_ANLEGERCHAR40PAD_VORNM
NAME2Name at Birth of Investor P01P_ZFA_GEBURTSNAME_ANLEGERCHAR40PAD_NACHN
GBDATInvestor's Date of Birth P01P_ZFA_GEBURTSDATUM_ANLEGERDATS8PDATEGBDAT
GBORTPlace of Birth of Investor P01P_ZFA_GEBURTSORT_ANLEGERCHAR40PAD_ORT01
BTJHRCont. Year P01P_ZFA_BTJHRNUMC4GJAHRGJAHR
DIENSNotifying body is responsible P01P_ZFA_DIENSNUMC1P01P_ZFA_DIENS
BEAVGFeature BeamtVG in BZ01 Notifications P01P_ZFA_BEAMTVGCHAR1P01P_ZFA_BEAMTVG
BESOLAmount P01P_ZFA_BESOLCURR13(2) P_AMT07V
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VONBEFrom-Period of Salary Payment P01P_ZFA_VONBECHAR6P01P_ZFA_VONBE
BISBETo-Period of Salary Payment P01P_ZFA_BISBECHAR6P01P_ZFA_BISBE
STRASStreet and House Number PAD_STRASCHAR60PAD_STRAS
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City PAD_ORT01CHAR40PAD_ORT01
GESCHGender Key GESCHCHAR1GESCH
NATIONationality NATSLCHAR3Assigned to domainLAND1NAT
VORSWName Prefix VORSWCHAR15Assigned to domainTITEL
VORS2Second Name Prefix VORS2CHAR15Assigned to domainTITEL
TITELTitle TITELCHAR15Assigned to domainTITEL
OZUNRBonus Number, Old P01P_ZFA_OZUNRCHAR12RVNUM
VONFrom Period (5.0) P01P_ZFA_VONCHAR6PRIOD
BISTo-Period (5.0) P01P_ZFA_BISCHAR6PRIOD
SIDNRTax Identification Number P01_SIDNRNUMC11
TELNRTelephone Number in ZfA Notifications P01P_ZFA_TELNRCHAR20CHAR20

Key field Non-key field



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

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

SELECT SINGLE *
FROM P01ZFA_NN_DATA
INTO CORRESPONDING FIELDS OF WA_P01ZFA_NN_DATA
WHERE...

How to access SAP table P01ZFA_NN_DATA

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