/PLMB/NAV_SETVAL SAP (NAV - User Specific Navigator Setting data) Table details

Dictionary Type: Table
Description: NAV - User Specific Navigator Setting data




ABAP Code to SELECT data from /PLMB/NAV_SETVAL
Related tables to /PLMB/NAV_SETVAL
Access table /PLMB/NAV_SETVAL




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

/PLMB/NAV_SETVAL is a standard SAP Table which is used to store NAV - User Specific Navigator Setting data data and is available within R/3 SAP systems depending on the version and release level.

The /PLMB/NAV_SETVAL table consists of various fields, each holding specific information or linking keys about NAV - User Specific Navigator Setting data data available in SAP. These include VARIANT_NAME (Variant Name), USER_ID (User Name), DTEL_NAME (Name of Dictionary Type), COUNTER (Internal Counter).. 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: Cannot Be Enhanced


SAP /PLMB/NAV_SETVAL 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
VARIANT_NAMEVariant Name /PLMB/NAV_VARIANT_NAMECHAR30CHAR30
USER_IDUser Name /PLMB/NAV_USERCHAR12Assigned to domainXUBNAME
DTEL_NAMEName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
COUNTERInternal Counter /PLMB/NAV_COUNTINT410INT4
SIGNType of SIGN component in row type of a Ranges type DDSIGNCHAR1DDSIGN
OPTIType of OPTION component in row type of a Ranges type DDOPTIONCHAR2DDOPTION
LOWSelection Criteria /PLMB/SPI_SELCRIT_LOWCHAR255/PLMB/SPI_SELCRITERIA
HIGHSelection Criteria /PLMB/SPI_SELCRIT_HIGHCHAR255/PLMB/SPI_SELCRITERIA

Key field Non-key field



How do I retrieve data from SAP table /PLMB/NAV_SETVAL using ABAP code

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

SELECT SINGLE *
FROM /PLMB/NAV_SETVAL
INTO CORRESPONDING FIELDS OF WA_/PLMB/NAV_SETVAL
WHERE...

How to access SAP table /PLMB/NAV_SETVAL

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