N2MOPBER SAP (PDOC: N0M_OPBERI Surgery Report as of Release 4.72 - Example) Table details

Dictionary Type: Table
Description: PDOC: N0M_OPBERI Surgery Report as of Release 4.72 - Example




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




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

N2MOPBER is a standard SAP Table which is used to store PDOC: N0M_OPBERI Surgery Report as of Release 4.72 - Example data and is available within R/3 SAP systems depending on the version and release level.

The N2MOPBER table consists of various fields, each holding specific information or linking keys about PDOC: N0M_OPBERI Surgery Report as of Release 4.72 - Example 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 N2MOPBER 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
N0_OPZEITSReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
N0_OPPATDTReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
N0_PATNAMEPatient Name N2_PATNAMCHAR30TEXT30
N0_GEBDATPatient Birthdate N2_GEBDATDATS8N2_DATUM
N0_ALTERPatient Age N2_ALTERPNUMC3N2_ANZUANZ
N0_ALTEINHUnit of Age N2_ALTEINHCHAR1N2_ALTEINH
N0_GESCHLEPatient Sex N2_PATGESCHAR1N2_PATGES
N0_FALLNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
N0_FALLARTCase Type N2_FALLARTCHAR1N2_FALLART
N0_FACHABTIS-H: Org. Unit (for OU-Related Service Entry Only) ORGID_LSCHAR8Assigned to domainALPHAORGIDOGE
X00ANFOEReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
N0_ANFOEDepartmental Organizational Unit That Requests the Service ANFOECHAR8Assigned to domainALPHAORGID
N0_DATUMDocument Date N2_DODATDATS8RI_DATUM
N0_SCHNITTTime Field with Output Length 4 N2_ZEITL5TIMS6N1_UHRZEIT
N0_NAHTTime Field with Output Length 4 N2_ZEITL5TIMS6N1_UHRZEIT
ODOPDAUERTime Field with Output Length 4 N2_ZEITL5TIMS6N1_UHRZEIT
N0_MOPBVMAOR: Title and Name of Employee N2_MITARBNCHAR60N2_TXT060
N0_ERBOEIS-H: Organizational Unit that Performs the Service ERBOECHAR8Assigned to domainALPHAORGID
N0_TEAMTB2Reference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
X00SAALReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
N0_SAALIS-H: Building ID of Room ISH_ZIMMIDCHAR8Assigned to domainALPHABAUID
X00NUMReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
N0_NUMSurgery Number N2_OPNRCHAR10N2_CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2MOPBER
INTO CORRESPONDING FIELDS OF WA_N2MOPBER
WHERE...

How to access SAP table N2MOPBER

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