N1NEOPHYSI SAP () Table details

Dictionary Type: Table
Description:




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




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

N1NEOPHYSI is a standard SAP Table which is used to store data and is available within R/3 SAP systems depending on the version and release level.

The N1NEOPHYSI table consists of various fields, each holding specific information or linking keys about 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 N1NEOPHYSI 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
X00ATKPFReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
N5PATNAMIS-H: Patient Name RI_NAMECHAR30TEXT30
N5PATGEBIS-H: Birthdate RI_GBDATDATS8RI_DATUM
N5PATGESIS-H: Sex Indicator - User-Specific GSCHLECHAR1Assigned to domainGSCHLE
N5ALTER N1ALTERINT410N1ALTER
N5AUFDAMIS-H: Date of Movement BWIDTDATS8RI_DATUM
N5PATFALIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
N5AUFZP N1AUFZPDATS8DATS
N5AUFSTD N1AUFSTDTIMS6N1HHMM
N5ERHEBUNG N1ERHEBUNGDATS8DATS
N5AUFART N1AUFARTCHAR1N1AUFART
N5ARTTEXT N1ARTTEXTCHAR22N1ARTTEXT
N5GEBGEW N1GEBGEWCHAR4N1THROMBO
N5GESTAT N1GESTATCHAR2N1HAMATOKR
N5FEHLBIL N1FEHLBILDCHAR1N1FEHLBILD
N5FEHLTEXT N1FEHLTEXTCHAR22N1FEHLTEXT
N5MAXBASEN N1MAXBASENCHAR1N1MAXBASEN
N5M_INSPIR N1M_INSPIRCHAR1N1M_INSPIR
N5MAXINSP N1MAXINSP1CHAR1N1MAXINSP1
N5ENTDATIN N1ENTDATINDATS8DATS
N5ENTSTDIN N1ENTSTDINTIMS6N1HHMM
N5ENTZUST N1ENTZUSTCHAR1N1ENTZUST
N5ENTZUST1 N1ENTZUST1CHAR31N1ENTZUST1
N5CRIBBER N1SCORENUMC4N1SCORE
ISHMPATNAMIS-H: Patient Name RI_NAMECHAR30TEXT30
ISHMPATGESIS-H: Sex Indicator - User-Specific GSCHLECHAR1Assigned to domainGSCHLE
ISHMPATADTIS-H: Date of Movement BWIDTDATS8RI_DATUM
ISHMPATFALIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
ISHMPATGEBIS-H: Birthdate RI_GBDATDATS8RI_DATUM
N5MAXBTEXT N1MAXBTEXTCHAR15TXT15
N5MINSTEXT N1MINSTEXTCHAR15TXT15
N5MAXSTEXT N1MAXINSPCHAR15TXT15
N5KALIKONE N1KALIKONECHAR30TXT30
N5NATRIKON N1NATRIKONCHAR30TXT30
ISHMPATEDTIS-H: Date of Movement BWIDTDATS8RI_DATUM
N5ENTZUST2 N1ENTZUST2CHAR1N1ENTZUST2
N5ENTZUST3 N1ENTZUST3CHAR10N1ENTZUST3

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1NEOPHYSI
INTO CORRESPONDING FIELDS OF WA_N1NEOPHYSI
WHERE...

How to access SAP table N1NEOPHYSI

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