INM_S_NAV_RCP_ID_ATTR SAP (NAV - Recipe attributes) Structure details

Dictionary Type: Structure
Description: NAV - Recipe attributes




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




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

INM_S_NAV_RCP_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 - Recipe 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_RCP_ID_ATTR TYPE INM_S_NAV_RCP_ID_ATTR.

The INM_S_NAV_RCP_ID_ATTR table consists of various fields, each holding specific information or linking keys about NAV - Recipe attributes data available in SAP. These include INTID (Internal ID), NAV_LOGSYS (Logical System for Navigation), DISPLAY_KEY (Concatenated Semantic Key for Display Purposes), PRIM_OUTPUT_DESCR (Description for Primary Output Specification).. 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_RCP_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
PRIM_OUTPUT_DESCRDescription for Primary Output Specification INM_ON_RCP_PRIM_OUTPUT_DESCRCHAR40CHAR40
RCP_DESCRRecipe Description INM_ON_RCP_DESCCHAR60TEXT60
RCP_TYPE_IDRecipe Type INM_ON_RCP_TYPE_IDCHAR20CHAR20
RCP_TYPE_ID_DESCDescription of Recipe Type INM_ON_RCP_TYPE_DESCRCHAR40CHAR40
STATUSStatus INM_ON_STATUSCHAR20CHAR20
STATUS_DESCStatus Description INM_ON_RCP_STATUS_DESCCHAR60TEXT60
RCP_USAGERecipe Purpose INM_ON_RCP_USAGECHAR5CHAR5
RCP_USAGE_DESCRecipe Purpose Description INM_ON_RCP_USAGE_DESCRCHAR40CHAR40
ECNChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
ECN_DESCRDescription of Change Number INM_ON_RCP_ECN_DESCRCHAR40CHAR40
VALID_FROMValid From BU_VALID_FROM_DATSDATS8DATUM
VALID_TOValid To BU_VALID_TO_DATSDATS8DATUM
QTY_FROMQuantity From INM_ON_RFO_QTY_FROMQUAN12
QTY_TOQuantity To INM_ON_RFO_QTY_TOQUAN12
UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
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
VALID_FROM_NAVDate DATUMDATS8DATUM

Key field Non-key field



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

As INM_S_NAV_RCP_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_RCP_ID_ATTR as there is no data to select.

How to access SAP table INM_S_NAV_RCP_ID_ATTR

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