RCM_REC_TTB SAP (RCM Record: Definition of the Toolbar for Function Profile) Table details

Dictionary Type: Table
Description: RCM Record: Definition of the Toolbar for Function Profile




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




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

RCM_REC_TTB is a standard SAP Table which is used to store RCM Record: Definition of the Toolbar for Function Profile data and is available within R/3 SAP systems depending on the version and release level.

The RCM_REC_TTB table consists of various fields, each holding specific information or linking keys about RCM Record: Definition of the Toolbar for Function Profile data available in SAP. These include PROFILE_ID (RCM Record: Function Profile: ID), TOOLBAR_TYPE (RCM Toolbar Types), ELEMENT_ID (RCM Record: Toolbar Element: ID), ICON_NAME (RCM: Record: Name of a Toolbar 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = RCM_REC_TTBT


SAP RCM_REC_TTB 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PROFILE_IDRCM Record: Function Profile: ID RCM_REC_FP_IDCHAR10RCM_REC_TFPRCM_REC_FP_IDRCM_REC_FPROFILE_ID
TOOLBAR_TYPERCM Toolbar Types RCM_REC_TB_TYPECHAR1RCM_REC_TB_TYPE
ELEMENT_IDRCM Record: Toolbar Element: ID RCM_REC_TBELEM_IDCHAR40RCM_ELEM_TOOLB_ID
ICON_NAMERCM: Record: Name of a Toolbar Icon RCM_REC_TBICON_NAMECHAR40RCM_REC_TBICON_NAME
IS_VISIBLERCM: Record: Toolbar Element Visible RCM_REC_TBELEM_VISIBLECHAR1RCM_REC_TBELEM_VISIBLE
ORDER_IDXRCM: Toolbar Element Sequence RCM_REC_TBELEM_ORDERNUMC3

Key field Non-key field



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

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

SELECT SINGLE *
FROM RCM_REC_TTB
INTO CORRESPONDING FIELDS OF WA_RCM_REC_TTB
WHERE...

How to access SAP table RCM_REC_TTB

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