INM_S_NAV_MAT_ID_ATTR SAP (NAV - Material attributes) Structure details

Dictionary Type: Structure
Description: NAV - Material attributes




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




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

INM_S_NAV_MAT_ID_ATTR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "NAV - Material attributes" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_INM_S_NAV_MAT_ID_ATTR TYPE INM_S_NAV_MAT_ID_ATTR.

The INM_S_NAV_MAT_ID_ATTR table consists of various fields, each holding specific information or linking keys about NAV - Material attributes data available in SAP. These include INTID (Internal ID), NAV_LOGSYS (Logical System for Navigation), DISPLAY_KEY (Concatenated Semantic Key for Display Purposes), DESCRIPTION (Display Key Description).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP INM_S_NAV_MAT_ID_ATTR structure 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
INTIDInternal ID /PLMB/NAV_INTIDINT410INT4
NAV_LOGSYSLogical System for Navigation /PLMB/FRW_NAVIGATION_LOGSYSCHAR10Assigned to domainALPHALOGSYS
DISPLAY_KEYConcatenated Semantic Key for Display Purposes /PLMB/NAV_DISPLAY_KEYCHAR255/PLMB/GOS_CHAR255
DESCRIPTIONDisplay Key Description /PLMB/NAV_DISPLAY_KEY_DESCCHAR255/PLMB/GOS_CHAR255
DEL_INDMarked for Deletion INM_ON_LKENZCHAR1XFELD
MTARTMaterial Type INM_ON_MTARTCHAR4CHAR4
MTBEZMaterial Type Description INM_ON_MTBEZCHAR25TEXT25
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
LABORLaboratory/Office INM_ON_LABORCHAR3CHAR3
VCHNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
VALID_FROM_NAVValid From BU_VALID_FROM_DATSDATS8DATUM
VALID_FROM_AENNRValid From BU_VALID_FROM_DATSDATS8DATUM
PARAM_EFFConcatenated Parameter Effectivity Values INM_ON_ECN_EFF_CONCCHAR132SYCHAR132
STATUSStatus INM_ON_STATUSCHAR20CHAR20
STATUS_DESCStatus Description INM_ON_STATUS_DESCCHAR255/PLMB/GOS_CHAR255
CAD_INDCreated in CAD INM_ON_CADKZCHAR1XFELD
SPART_TEXTDivision Description INM_ON_DIVISION_DESCCHAR20CHAR20
REVLEVELRevision Level REVLVCHAR2NUMCVREVLVRVS
ACC_ID_EXTContext INM_ON_AUTH_ACC_ID_EXTERNALCHAR24CHAR24
CREATED_ONCreated On DPR_TV_CREATED_ON_DATEDATS8
CREATED_BYCreated By DPR_TV_CREATED_BYCHAR12Assigned to domainXUBNAME
CHANGED_ONChanged On DPR_TV_CHANGED_ON_DATEDATS8
CHANGED_BYLast Changed By DPR_TV_CHANGED_BYCHAR12Assigned to domainXUBNAME

Key field Non-key field



How do I retrieve data from SAP structure INM_S_NAV_MAT_ID_ATTR using ABAP code?

As INM_S_NAV_MAT_ID_ATTR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on INM_S_NAV_MAT_ID_ATTR as there is no data to select.

How to access SAP table INM_S_NAV_MAT_ID_ATTR

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