N1PDDELM SAP (PERINAT: Discharge of mother) Table details

Dictionary Type: Table
Description: PERINAT: Discharge of mother




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




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

N1PDDELM is a standard SAP Table which is used to store PERINAT: Discharge of mother data and is available within R/3 SAP systems depending on the version and release level.

The N1PDDELM table consists of various fields, each holding specific information or linking keys about PERINAT: Discharge of mother data available in SAP. These include DOKAR (Document Type), DOKNR (Document number), DOKVR (Document Version), DOKTL (Document Part).. 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 N1PDDELM 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
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
X00KOPFReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
ISHMFALLNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
ISHMPATNAMText (30 Characters) TEXT30CHAR30TEXT30
ISHMPATGEBField of type DATS DATSDATS8DATS
N6ELMWBK N1PDELMWBKCHAR1N1PD_YES_NO
N6ELMKHYS N1PDELMKHYSCHAR1XFELD
N6ELMKWUN N1PDELMKWUNCHAR1XFELD
N6ELMKEKL N1PDELMKEKLCHAR1XFELD
N6ELMKTHR N1PDELMKTHRCHAR1XFELD
N6ELMKSEP N1PDELMKSEPCHAR1XFELD
N6ELMKFIE N1PDELMKFIECHAR1XFELD
N6ELMKBLU N1PDELMKBLUCHAR1XFELD
N6ELMKHB N1PDELMKHBCHAR1XFELD
N6ELMKSK N1PDELMKSKCHAR1XFELD
N6ELMKSKC N1PDELMKSKCCHAR40TEXT40
N6ELMVDT N1PDELMVDTDATS8DATUM
N6ELMRRO N1PDELMRRONUMC3NUMC3
N6ELMRRU N1PDELMRRUNUMC3NUMC3
N6ELMHB N1PDELMHBDEC3(1) DEC2_1
N6ELMFES N1PDELMFESCHAR1XFELD
N6ELMRHP N1PDELMRHPCHAR1XFELD
N6ELMROET N1PDELMROETCHAR1XFELD
N6ELMEDT N1PDELMEDTDATS8DATUM
N6ELMEA N1PDELMEACHAR1N1PDELMEA
N6ELMEU N1PDELMEUCHAR1N1PD_YES_NO
N6ELMMAM N1PDELMMAMCHAR1N1PDELMMAM
N6ELMMAMB N1PDELMMAMBCHAR50TEXT50
N6ELMEPI N1PDELMEPICHAR1N1PDELMEPI
N6ELMFUN N1PDELMFUNCHAR8CHAR8
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
N6ELMNAHTR N1PDELMNAHTCHAR1N1PDELMEPI
N6ELMKVKO N1PDELMKVKOCHAR1XFELD
N6ELMPNEU N1PDELMPNEUCHAR1XFELD
N6ELMWUNA N1PDELMWUNACHAR1XFELD
N6ELMLUEM N1PDELMLUEMCHAR1XFELD
N6ELMHWIN N1PDELMHWINCHAR1XFELD
N6ELMDEKU N1PDELMDEKUCHAR1XFELD
N6ELMREGK N1PDELMREGKCHAR1XFELD
N6ELMTOTCheckbox XFELDCHAR1XFELD
N6ELMHBMOL N1PDELMHBDEC3(1) DEC2_1
N6ELMFUNS N1PDELMFUNCHAR8CHAR8

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1PDDELM
INTO CORRESPONDING FIELDS OF WA_N1PDDELM
WHERE...

How to access SAP table N1PDDELM

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