GRFNMENUITEM SAP (Menu Item) Table details

Dictionary Type: Table
Description: Menu Item




ABAP Code to SELECT data from GRFNMENUITEM
Related tables to GRFNMENUITEM
Access table GRFNMENUITEM




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

GRFNMENUITEM is a standard SAP Table which is used to store Menu Item data and is available within R/3 SAP systems depending on the version and release level.

The GRFNMENUITEM table consists of various fields, each holding specific information or linking keys about Menu Item data available in SAP. These include ITEM_COMP (Application Component), ITEM_TYPE ((Obsolete) Menu Item Type), ITEM_APP (Application Menu Item), ITEM_APP_PARAM (Item Parameter or URL).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = GRFNMENUITEMT


SAP GRFNMENUITEM 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
ITEM_IDMenu Item ID GRFN_ITEM_IDCHAR20
ITEM_COMPApplication Component GRFN_APP_COMPONENTCHAR2GRFN_APP_COMPONENT
ITEM_TYPE(Obsolete) Menu Item Type GRFN_ITEM_TYPECHAR5GRFN_ITEM_TYPE
ITEM_APPApplication Menu Item GRFN_ITEM_APPCHAR100TEXT100
ITEM_APP_PARAMItem Parameter or URL GRFN_ITEM_APP_PARAMCHAR255TEXT255
LAUNCH_EXTERNAL(Obsolete) Launch in External Window GRFN_LAUNCH_EXTERNALCHAR1GRFN_BOOLEAN
ITEM_PCD_PATH(Obsolete) PCD Path GRFN_PCD_PATHCHAR255GRFN_PCD_PATH
ITEM_AUTH_MODEAuthorization Mode for Menu Item GRFN_ITEM_AUTH_MODECHAR1GRFN_ITEM_AUTH_MODE
ITEM_AUTH_ENT_OPAuthorization Entity Evalution GRFN_ITEM_AUTH_ENTITY_OPCHAR1GRFN_ITEM_AUTH_ENTITY_OP
ITEM_AUTH_CLASSMenu Item Authorization Class GRFN_ITEM_AUTH_CLASSCHAR30CHAR30
ITEM_AUTH_CL_OPLogical Operation for Authorization Evaluation GRFN_AUTH_OPERATIONCHAR1GRFN_AUTH_OPERATION
ITEM_CONFIGWeb Dynpro Application Configuration ID GRFN_CONFIGURATION_IDCHAR32CHAR32
REG_RELEVANCERegulation Relevance GRFN_REG_RELEVANCECHAR1GRFN_BOOLEAN

Key field Non-key field



How do I retrieve data from SAP table GRFNMENUITEM using ABAP code

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

SELECT SINGLE *
FROM GRFNMENUITEM
INTO CORRESPONDING FIELDS OF WA_GRFNMENUITEM
WHERE...

How to access SAP table GRFNMENUITEM

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