/PLMU/FRW_NAV SAP (Generic navigation by object type + navigation target) Table details

Dictionary Type: Table
Description: Generic navigation by object type + navigation target




ABAP Code to SELECT data from /PLMU/FRW_NAV
Related tables to /PLMU/FRW_NAV
Access table /PLMU/FRW_NAV




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

/PLMU/FRW_NAV is a standard SAP Table which is used to store Generic navigation by object type + navigation target data and is available within R/3 SAP systems depending on the version and release level.

The /PLMU/FRW_NAV table consists of various fields, each holding specific information or linking keys about Generic navigation by object type + navigation target data available in SAP. These include OTYPE (Object Type), ABBID (Application Building Block ID), NAV_TARGET (Navigation Target), LPD_ROLE (Role).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /PLMU/FRW_NAV 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
OTYPEObject Type /PLMB/GOS_OBJECT_TYPECHAR10/PLMB/GOS_OTYPE/PLMB/GOS_OBJECT_TYPE
ABBIDApplication Building Block ID /PLMB/SPI_ABBIDCHAR10/PLMB/SPI_ABB/PLMB/SPI_ABBID/PLMB/SPI_ELM_ABBID
NAV_TARGETNavigation Target /PLMU/FRW_NAVIGATION_TARGETCHAR30/PLMU/FRW_NAVTG/PLMU/FRW_NAVIGATION_TARGET
LPD_ROLERole APB_LPD_ROLECHAR10APB_LPD_ROLEAPB_LPD_SH_ROLE
LPD_INSTANCEInstance APB_LPD_INSTANCECHAR32APB_LPD_INSTANCEAPB_LPD_SH_INSTANCE
LPD_ALIASLaunchPad Application Alias /PLMU/FRW_LPD_APPL_ALIASCHAR100/PLMU/FRW_LPD_APPL_ALIAS

Key field Non-key field



How do I retrieve data from SAP table /PLMU/FRW_NAV using ABAP code

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

SELECT SINGLE *
FROM /PLMU/FRW_NAV
INTO CORRESPONDING FIELDS OF WA_/PLMU/FRW_NAV
WHERE...

How to access SAP table /PLMU/FRW_NAV

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