N2PB SAP (IS-H*MED: Nursing report (N4PVB)) Table details

Dictionary Type: Table
Description: IS-H*MED: Nursing report (N4PVB)




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




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

N2PB is a standard SAP Table which is used to store IS-H*MED: Nursing report (N4PVB) data and is available within R/3 SAP systems depending on the version and release level.

The N2PB table consists of various fields, each holding specific information or linking keys about IS-H*MED: Nursing report (N4PVB) 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 N2PB 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
X00BFALKPFReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
ISHMPATNAMIS-H: Patient Name RI_NAMECHAR30TEXT30
ISHMPATGESIS-H: Sex Indicator - User-Specific GSCHLECHAR1Assigned to domainGSCHLE
ISHMPATEKBIS-H: Short Text for Institution EINKBCHAR15TEXT15
ISHMPATGEBIS-H: Birthdate RI_GBDATDATS8RI_DATUM
ISHMPATADTIS-H: Date of Movement BWIDTDATS8RI_DATUM
ISHMPATFALIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
ISHMPATAPLIS-H: Planned Indicator for Date of Movement PLANBCHAR1ISH_PLAN
ISHMPATEDTIS-H: Date of Movement BWIDTDATS8RI_DATUM
ISHMPATEPLIS-H: Planned Indicator for Date of Movement PLANBCHAR1ISH_PLAN
X00BVMAReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
X00B00001MReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
N4PBVMA_STReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
N4PBDATDate when Nursing Report Was Created N2_PBDATDATS8RI_DATUM
N4PBZTTime of Nursing Report Creation N2_PBZTTIMS6UHRZT
N4PBVMAEmployee Responsible N1MITARBCHAR10Assigned to domainALPHARI_KUNNRVMA
N4PBVMANAM30 Characters CHAR30CHAR30CHAR30
N4PVBLINKReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2PB
INTO CORRESPONDING FIELDS OF WA_N2PB
WHERE...

How to access SAP table N2PB

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