/PLMU/S_FRW_G_FIELD_DESCR_APPL SAP (Field Description) Structure details

Dictionary Type: Structure
Description: Field Description




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




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

/PLMU/S_FRW_G_FIELD_DESCR_APPL is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Field Description" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/PLMU/S_FRW_G_FIELD_DESCR_APPL TYPE /PLMU/S_FRW_G_FIELD_DESCR_APPL.

The /PLMU/S_FRW_G_FIELD_DESCR_APPL table consists of various fields, each holding specific information or linking keys about Field Description data available in SAP. These include DDIC_SHLP_NAME (30 Characters), OVS_NAME (Object Type Name), WD_VALUE_HELP (Web Dynpro: Component Name), FIXED_VALUES ().. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /PLMU/S_FRW_G_FIELD_DESCR_APPL structure 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
NAMEComponent name NAME_KOMPCHAR30Assigned to domainFDNAMEDFD
DDIC_SHLP_NAME30 Characters CHAR30CHAR30CHAR30
OVS_NAMEObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
WD_VALUE_HELPWeb Dynpro: Component Name FPM_COMPONENT_NAMECHAR30
FIXED_VALUES 0
LABEL_TEXT Text of the field/header label0
LABEL_TEXT_REFComponent name NAME_KOMPCHAR30Assigned to domainFDNAMEDFD
TOOLTIP Tooltip of the field/column0
TOOLTIP_REFComponent name NAME_KOMPCHAR30Assigned to domainFDNAMEDFD
HELP_TEXT Help text for the field/column0
HELP_TEXT_REFComponent name NAME_KOMPCHAR30Assigned to domainFDNAMEDFD
LINK Link0
LINK_REFComponent name NAME_KOMPCHAR30Assigned to domainFDNAMEDFD
IMAGE_REFComponent name NAME_KOMPCHAR30Assigned to domainFDNAMEDFD
WIDTH Width of the field/column0
DATE_FORMAT Date Format0
SHORT_TIME Short Time Format0
NULL_AS_BLANKAttribute Formatting: Zeros as Blanks WDY_ATTRFORM_NULLCHAR1WDY_ATTRFORM_NULL
SIGN_POSAttribute Formatting: Position of the +/- Sign WDY_ATTRFORM_SIGNCHAR1WDY_ATTRFORM_SIGN
CONDENSEAttribut Formatting: Blank Character Handling WDY_ATTRFORM_CONDENSECHAR1WDY_ATTRFORM_CONDENSE
TECHNICAL_FIELDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
CQ type of CQ_REF field -> 'C' = currency , 'Q' = Quantity0
CQ_REFComponent name NAME_KOMPCHAR30Assigned to domainFDNAMEDFD
PROGRESS_INDICATOR_DISPLAY_REFComponent name NAME_KOMPCHAR30Assigned to domainFDNAMEDFD
SP_GROUP Grouping of Fields0
TAG_NAME Tag Name0
TEXT Text0
TEXT_REFComponent name NAME_KOMPCHAR30Assigned to domainFDNAMEDFD
CELL_DESIGN_REFComponent name NAME_KOMPCHAR30Assigned to domainFDNAMEDFD
ALLOW_SORTData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
ALLOW_FILTERData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
ALLOW_AGGREGATIONData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
ALLOW_GROUPINGData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
GROUP_SAME_CELLSData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
MIME_TYPE_REF Mime Type Reference Component Name0
FILE_NAME_REF File Name Reference Component Name0
SORT_REFComponent name NAME_KOMPCHAR30Assigned to domainFDNAMEDFD
FILTER_REFComponent name NAME_KOMPCHAR30Assigned to domainFDNAMEDFD
GROUPING_REFComponent name NAME_KOMPCHAR30Assigned to domainFDNAMEDFD
ENUMERATION 0
ORDER_AS_TEXTSorting: Values to be Interpreted as Standard Text FPMGB_ORDER_AS_TEXTNUMC2FPMGB_ORDER_AS_TEXT
ORDER_OF_CRITERIONSpecifies which Values to Sort By FPMGB_ORDER_CRITERIONNUMC2FPMGB_ORDER_CRITERION

Key field Non-key field



How do I retrieve data from SAP structure /PLMU/S_FRW_G_FIELD_DESCR_APPL using ABAP code?

As /PLMU/S_FRW_G_FIELD_DESCR_APPL is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /PLMU/S_FRW_G_FIELD_DESCR_APPL as there is no data to select.

How to access SAP table /PLMU/S_FRW_G_FIELD_DESCR_APPL

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