/PLMU/FRW_NAVTGT SAP (Navigation target descriptions) Table details

Dictionary Type: Table
Description: Navigation target descriptions




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




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

/PLMU/FRW_NAVTGT is a standard SAP Table which is used to store Navigation target descriptions data and is available within R/3 SAP systems depending on the version and release level.

The /PLMU/FRW_NAVTGT table consists of various fields, each holding specific information or linking keys about Navigation target descriptions data available in SAP. These include LANGU (Language Key), NAV_TARGET_DESC (Navigation Target 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table for: /PLMU/FRW_NAVTG


SAP /PLMU/FRW_NAVTGT 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
NAV_TARGETNavigation Target /PLMU/FRW_NAVIGATION_TARGETCHAR30/PLMU/FRW_NAVTG/PLMU/FRW_NAVIGATION_TARGET
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
NAV_TARGET_DESCNavigation Target Description /PLMU/FRW_NAVIGATION_TGT_DESCCHAR40/PLMU/FRW_NAVIGATION_TGT_DESC

Key field Non-key field



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

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

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

How to access SAP table /PLMU/FRW_NAVTGT

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