RNPA10_FCD SAP (Function Bar: Function Code Data) Structure details

Dictionary Type: Structure
Description: Function Bar: Function Code Data




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




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

RNPA10_FCD 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 "Function Bar: Function Code Data" 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_RNPA10_FCD TYPE RNPA10_FCD.

The RNPA10_FCD table consists of various fields, each holding specific information or linking keys about Function Bar: Function Code Data data available in SAP. These include VIEWID (Identification of a View), FUNCTION (Function Code), ICON (Icon in text fields (substitute display, alias)), ICONNAME (Name of an Icon).. 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 RNPA10_FCD 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
VIEWTYPEView Type NVIEWTYPECHAR3NVIEWTYPE
VIEWIDIdentification of a View NVIEWIDCHAR10CHAR10
FUNCTIONFunction Code FCODECHAR20FCODE
ICONIcon in text fields (substitute display, alias) ICON_DCHAR4ICONICON
ICONNAMEName of an Icon ICONNAMECHAR30ICONNAME
TXTView Name NVIEWSTXTCHAR50N1WCHAR50
POSITIONPosition of a Pushbutton in the Function List ISH_FCDPOSNUMC2ISH_PRFNR
FUNCTION_TEXTText for Function or Menu ISH_TB_TEXTCHAR40GUI_TEXT
BUTN_TYPEButton Type in Function Bar ISH_TB_BTYPEINT410TB_BTYPE
FUNC_TYPEType of Function in CPB Toolbar ISH_CUA_FUNTYPCHAR1ISH_FUNC_TYPE
FASTPATHFastpath ID CUA_PATHCHAR1CUA_PATH
VCODEIS-H: Processing Mode ISH_VCODECHAR3ISH_VCODE
QUICKINFOQuickinfo for an icon ICONQUICKCHAR30ICONTEXT
INVISIBLE Indicator that Function Is Hidden0
DISABLED Indicator that Function Is Disabled0
CHECKED Indicator that Function Is Pressed0
FOLDERTYPEType of Higher-Level View Folder ISH_FOLDERTYPECHAR3NVIEWTYPE
FOLDERIDHigher-Level View Folder ISH_FOLDERIDCHAR10CHAR10
MENUFunction Code FCODECHAR20FCODE

Key field Non-key field



How do I retrieve data from SAP structure RNPA10_FCD using ABAP code?

As RNPA10_FCD 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 RNPA10_FCD as there is no data to select.

How to access SAP table RNPA10_FCD

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