N2STUDY SAP (PDOK: N7STUDY ISH*MED: RAD - Attributes of PACS Study) Table details

Dictionary Type: Table
Description: PDOK: N7STUDY ISH*MED: RAD - Attributes of PACS Study




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




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

N2STUDY is a standard SAP Table which is used to store PDOK: N7STUDY ISH*MED: RAD - Attributes of PACS Study data and is available within R/3 SAP systems depending on the version and release level.

The N2STUDY table consists of various fields, each holding specific information or linking keys about PDOK: N7STUDY ISH*MED: RAD - Attributes of PACS Study 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 N2STUDY 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
X00ADPATKReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
X01MPATNAMReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
ISHMPATNAMIS-H: Patient Name RI_NAMECHAR30TEXT30
X00MPATGESReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
ISHMPATGESIS-H: Sex Indicator - User-Specific GSCHLECHAR1Assigned to domainGSCHLE
X00MPATGEBReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
ISHMPATGEBIS-H: Birthdate RI_GBDATDATS8RI_DATUM
ISHMPATFALIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
ISHMPATNUMIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
N7EXTPATIDRAD: Patient ID N2RAD_0010_0020CHAR64N2RAD_LO
N7EXPATNAMRAD: Patient's Name N2RAD_0010_0010CHAR64N2RAD_PN
N7STUDYIDRAD: DICOM Study ID N2RADSTUDYIDCHAR16N2RAD_SH
N7STUDYUIDRAD: DICOM Study Instance UID N2STUDYIUIDCHAR64N2RAD_UI
N7IEXAMIDRAD: Modality Internal Examination ID N2RADIEXAMIDCHAR16N2RAD_SH
N7ACCNRRAD - DICOM Accession Number N2RADACCNRCHAR16N2RAD_SH
N7PRIORRAD: DICOM Req Proc Priority N2RADPRIORCHAR16N2RAD_CS_REQPROC_PRIORITY
N7STUDSTATRAD: DICOM Study Status N2RADSTUDYSTATUSCHAR16N2RAD_CS_STUDY_STATUS
N7STUDSTORRAD: DICOM Study Cancellation N2RADSTUDYSTORNOCHAR1XFELD
X01MPATFALReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20
X01MPATNUMReference Key of a Referenced Object N2_REFKEYCHAR20CHAR20

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2STUDY
INTO CORRESPONDING FIELDS OF WA_N2STUDY
WHERE...

How to access SAP table N2STUDY

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