N2MIDEF SAP (IS-H*MED: Definitions for MedImage coupling) Table details

Dictionary Type: Table
Description: IS-H*MED: Definitions for MedImage coupling




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




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

N2MIDEF is a standard SAP Table which is used to store IS-H*MED: Definitions for MedImage coupling data and is available within R/3 SAP systems depending on the version and release level.

The N2MIDEF table consists of various fields, each holding specific information or linking keys about IS-H*MED: Definitions for MedImage coupling data available in SAP. These include MANDT (Client), EINRI (Institution), DTID (Document Category ID), DTVERS (Version Number).. 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 N2MIDEF 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
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
DTIDDocument Category ID N2_DTIDCHAR10N2_DTIDDTYN2_DTID
DTVERSVersion Number N2_VERSNUMC3N2_VERS
APPIDApplication ID for Document Categories N2DAPPIDCHAR15N2DAPPID
FDBSIDPMD: Name of External Data Module (ID) N2_FDBSIDCHAR10Assigned to domainN2_FDBSID
ETIDIdent of the DE to DC Assignment N2_ETIDNUMC4Assigned to domainN2_ETID
N9PATH128 Character Field Length N2_CHAR128CHAR128N2_CHAR128
N9STATUSCHAR1 reserve field N2_CHAR1CHAR1CHAR1
N9FRAMETXTField with Character Length 15 N2_CHAR15CHAR15N2_CHAR15
N9STATROTField with Character Length 15 N2_CHAR15CHAR15N2_CHAR15
N9STATGELBField with Character Length 15 N2_CHAR15CHAR15N2_CHAR15
N9STATGRUNField with Character Length 15 N2_CHAR15CHAR15N2_CHAR15
N9ARCIDArchive Number of the Vepro Main Archive N2ARCIDCHAR30N2MIFLD
N9WARCIDArchive Number of the Vepro Main Archive N2ARCIDCHAR30N2MIFLD
N9ARCSUBIDVepro Archive-Sub ID N2ARCSUBIDCHAR30N2MIFLD
N9DF1Ident. of Documentation Element N2_DEIDCHAR10Assigned to domainN2_DEID
N9DF2Ident. of Documentation Element N2_DEIDCHAR10Assigned to domainN2_DEID
N9DF3Ident. of Documentation Element N2_DEIDCHAR10Assigned to domainN2_DEID
N9DF4Ident. of Documentation Element N2_DEIDCHAR10Assigned to domainN2_DEID
N9DF5Ident. of Documentation Element N2_DEIDCHAR10Assigned to domainN2_DEID
N9DF6Ident. of Documentation Element N2_DEIDCHAR10Assigned to domainN2_DEID
N9DF7Ident. of Documentation Element N2_DEIDCHAR10Assigned to domainN2_DEID
N9DF8Ident. of Documentation Element N2_DEIDCHAR10Assigned to domainN2_DEID
N9DF9Ident. of Documentation Element N2_DEIDCHAR10Assigned to domainN2_DEID
N9DF10Ident. of Documentation Element N2_DEIDCHAR10Assigned to domainN2_DEID
N9DF11Ident. of Documentation Element N2_DEIDCHAR10Assigned to domainN2_DEID
N9DF12Ident. of Documentation Element N2_DEIDCHAR10Assigned to domainN2_DEID
N9DF13Ident. of Documentation Element N2_DEIDCHAR10Assigned to domainN2_DEID
N9DF14Ident. of Documentation Element N2_DEIDCHAR10Assigned to domainN2_DEID
N9DF15Ident. of Documentation Element N2_DEIDCHAR10Assigned to domainN2_DEID

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2MIDEF
INTO CORRESPONDING FIELDS OF WA_N2MIDEF
WHERE...

How to access SAP table N2MIDEF

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