TN1MCI_HL7TV SAP (Table Values) Table details

Dictionary Type: Table
Description: Table Values




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




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

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

The TN1MCI_HL7TV table consists of various fields, each holding specific information or linking keys about Table Values data available in SAP. These include GRAMMAR_NAME (Grammar Name), GRAMMAR_VERSION (Grammar Version), ID (Table ID), VALUE (Table Value).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TN1MCI_HL7TV 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 MANDTCLNT3T000MANDT
GRAMMAR_NAMEGrammar Name N1MCI_HL7_GRAMMAR_NAMECHAR20TN1MCI_HL7GCHAR20N1MCI_HL7_GRAMMAR
GRAMMAR_VERSIONGrammar Version N1MCI_HL7_GRAMMAR_VERSIONCHAR10TN1MCI_HL7GCHAR10N1MCI_HL7_GRAMMAR
IDTable ID N1MCI_HL7_TABLE_IDNUMC4NUMC4
VALUETable Value N1MCI_HL7_TABLE_VALUECHAR25TEXT25
TEXTText for a Table Value N1MCI_HL7_TABLE_VALUE_TEXTCHAR255TEXT255

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN1MCI_HL7TV
INTO CORRESPONDING FIELDS OF WA_TN1MCI_HL7TV
WHERE...

How to access SAP table TN1MCI_HL7TV

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