N2ANANAMNE SAP (PDOK: OPA_ANAMNE AN: Anamnesis (please do not change!)) Table details

Dictionary Type: Table
Description: PDOK: OPA_ANAMNE AN: Anamnesis (please do not change!)




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




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

N2ANANAMNE is a standard SAP Table which is used to store PDOK: OPA_ANAMNE AN: Anamnesis (please do not change!) data and is available within R/3 SAP systems depending on the version and release level.

The N2ANANAMNE table consists of various fields, each holding specific information or linking keys about PDOK: OPA_ANAMNE AN: Anamnesis (please do not change!) 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 N2ANANAMNE 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
OPA_BEWUSLFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OPA_NEUROFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OPA_MUSKULFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OPA_EKGFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OPA_BLUTDRFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OPA_MYOKARFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OPA_KORONAFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OPA_GEFAESFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OPA_LUNGEFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OPA_ROENTGFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OPA_SAUBASFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OPA_LEBERFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OPA_GERINNFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OPA_STOFFWFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OPA_ELEKTRFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OPA_HAEMATFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OPA_ALLERGFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OPA_ANATOMFindings N2_BEFUNDGCHAR3N2_BEFUNDG
OP_FALLNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
OP_FALLARTCase Type N2_FALLARTCHAR1N2_FALLART
X00PATNAMEReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
OP_PATNAMEPatient Name N2_PATNAMCHAR30TEXT30
OP_GEBDATBirthdate in Patient Header N2_PATGEBDATS8N2_DATUM
OP_ALTERPatient Age N2_ALTERPNUMC3N2_ANZUANZ
OP_ALTEINHUnit of Age N2_ALTEINHCHAR1N2_ALTEINH
OP_GESCHLEPatient Sex N2_PATGESCHAR1N2_PATGES
OP_FACHABTIS-H: Org. Unit (for OU-Related Service Entry Only) ORGID_LSCHAR8Assigned to domainALPHAORGIDOGE
OP_ANFOEDepartmental Organizational Unit That Requests the Service ANFOECHAR8Assigned to domainALPHAORGID
OP_ERBOEIS-H: Organizational Unit that Performs the Service ERBOECHAR8Assigned to domainALPHAORGID
OPA_ANNRAnesthesia No. N2_ANNRCHAR10N2_CHAR10
OP_DATUMDocument Date N2_DODATDATS8RI_DATUM
OPA_DIENSTShift Types (Fixed Value) N2_DIENSTACHAR1N2_DIENSTA
OPA_ANARTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
OPA_DRINGLSurgery: Priority N2_OPDRINGCHAR5N2_OPDRING
OPA_ASAKLAN: ASA Classes N2_ASAKLASCHAR3N2_ASAKLAS
X00_PATIDReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
X00_ANARTReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
X00_ANNRReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
XX00ANARTReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
OPA_NI0135Findings N2_BEFUNDGCHAR3N2_BEFUNDG
X01_ANNRReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2ANANAMNE
INTO CORRESPONDING FIELDS OF WA_N2ANANAMNE
WHERE...

How to access SAP table N2ANANAMNE

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