DMC_IU_TM_NODET SAP (MWB Upgrade: Node Text Table for Tool Manager) Table details

Dictionary Type: Table
Description: MWB Upgrade: Node Text Table for Tool Manager




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




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

DMC_IU_TM_NODET is a standard SAP Table which is used to store MWB Upgrade: Node Text Table for Tool Manager data and is available within R/3 SAP systems depending on the version and release level.

The DMC_IU_TM_NODET table consists of various fields, each holding specific information or linking keys about MWB Upgrade: Node Text Table for Tool Manager data available in SAP. These include OWNER (Owner (Any Literal)), TGROUP (MWB: Tool Group), TNAME (MWB: Tool Name), TEXT (Text (80 Characters)).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP DMC_IU_TM_NODET 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
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
OWNER Owner (Any Literal)0
TGROUPMWB: Tool Group DMC_TGROUPCHAR10
TNAMEMWB: Tool Name DMC_TNAMECHAR40
TEXTText (80 Characters) TEXT80CHAR80TEXT80UEB

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_IU_TM_NODET
INTO CORRESPONDING FIELDS OF WA_DMC_IU_TM_NODET
WHERE...

How to access SAP table DMC_IU_TM_NODET

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