/PLMU/FRW_PREVW SAP (Object Type Dependent Preview) Table details

Dictionary Type: Table
Description: Object Type Dependent Preview




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




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

/PLMU/FRW_PREVW is a standard SAP Table which is used to store Object Type Dependent Preview data and is available within R/3 SAP systems depending on the version and release level.

The /PLMU/FRW_PREVW table consists of various fields, each holding specific information or linking keys about Object Type Dependent Preview data available in SAP. These include WD_COMP_NAME (WEB Dynpro: Component name), WD_WINDOW_NAME (Web Dynpro: Window / Interface View Name), WD_CONFIG_ID (Configuration Identification), WD_CONFIG_TYPE (Type of Web Dynpro Configuration).. 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


SAP /PLMU/FRW_PREVW 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
OBJ_TYPEObject Type /PLMB/GOS_OBJECT_TYPECHAR10/PLMB/GOS_OTYPE/PLMB/GOS_OBJECT_TYPE
WD_COMP_NAME WEB Dynpro: Component name0
WD_WINDOW_NAME Web Dynpro: Window / Interface View Name0
WD_CONFIG_IDConfiguration Identification WDY_CONFIG_IDCHAR32WDY_CONFIG_ID
WD_CONFIG_TYPEType of Web Dynpro Configuration WDY_CONFIG_TYPENUMC2WDY_CONFIG_TYPE
WD_CONFIG_VARWeb Dynpro: Configuration of Additional Variant WDY_CONFIG_VARCHAR6WDY_CONFIG_VAR

Key field Non-key field



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

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

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

How to access SAP table /PLMU/FRW_PREVW

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