/PLMB/NAV_SETVAR SAP (NAV - User Specific Navigator Setting Variants) Table details

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




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




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

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

The /PLMB/NAV_SETVAR table consists of various fields, each holding specific information or linking keys about NAV - User Specific Navigator Setting Variants data available in SAP. These include VARIANT_NAME (Variant Name), USER_ID (User Name), DTEL_NAME (Name of Dictionary Type), CREATED_ON (Field of type DATS).. 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: Can be enhanced (character-type)


SAP /PLMB/NAV_SETVAR 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
CREATED_ONField of type DATS DATSDATS8DATS

Key field Non-key field



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

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

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

How to access SAP table /PLMB/NAV_SETVAR

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