N1PDDASS SAP (PERINAT: Data for current pregnancy) Table details

Dictionary Type: Table
Description: PERINAT: Data for current pregnancy




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




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

N1PDDASS is a standard SAP Table which is used to store PERINAT: Data for current pregnancy data and is available within R/3 SAP systems depending on the version and release level.

The N1PDDASS table consists of various fields, each holding specific information or linking keys about PERINAT: Data for current pregnancy 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)


SAP N1PDDASS 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
N6ASSZREG N1PDASSZREGCHAR1N1PD_YES_NO
N6ASSZLNGPERINATAL: Cycle length N1PDASSZLNGNUMC2NUMC2
N6ASSLPERPERINATAL: Last period (date) N1PDASSLPERDATS8DATUM
N6ASSET N1PDASSETDATS8DATUM
N6ASSETK N1PDASSETKDATS8DATUM
N6ASSTSIC N1PDASSTSICCHAR1N1PD_YES_NO
N6ASSASSR N1PDASSASSRCHAR1N1PD_NO_YES
N6ASSSTB N1PDASSSTBCHAR1N1PD_NO_YES
N6ASSCERCPERINATAL: Cerclage N1PDASSCERCCHAR1XFELD
N6ASSMMVPERINATAL: Occlusion of uteral opening N1PDASSMMVCHAR1XFELD
N6ASSOTKPERINATAL: Oral tocolysis during pregnancy N1PDASSOTKCHAR1XFELD
N6ASSITKPERINATAL: i.v. tocolysis N1PDASSITKCHAR1XFELD
N6ASSITKDPERINATAL: i.v. tocolysis duration in days N1PDASSITKDNUMC3N1PDASSITKD
N6ASSLR N1PDASSLRCHAR1XFELD
N6ASSLRDT N1PDASSLRDTDATS8DATUM
N6ASSOBT N1PDASSOBTCHAR1XFELD
N6ASSE3HP N1PDASSE3HPCHAR1XFELD
N6ASSAMSKPERINATAL: Amnioscopy N1PDASSAMSKCHAR1XFELD
N6ASSCTGAPERINATAL: CTG ante partum N1PDASSCTGACHAR1XFELD
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
N6ASSSSWT N1PDGKISSWTNUMC1NUMC1
N6ASSSSW N1PDGKISSWNUMC2NUMC2
N6ASSPESSPERINATAL: Pessary placed (indicator) N1PDASSPESSCHAR1XFELD
N6ASSTRAGZ N1PDGKISSWNUMC2NUMC2
N6ASSKONI N1PDASSKONICHAR1XFELD
N6ASSLR_R N6ASSLR_RCHAR1N6ASSLR_R

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1PDDASS
INTO CORRESPONDING FIELDS OF WA_N1PDDASS
WHERE...

How to access SAP table N1PDDASS

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