RCM_REC_TTBT SAP (RCM Record: Definition of Toolbar for Functn Profile (Texts)) Table details

Dictionary Type: Table
Description: RCM Record: Definition of Toolbar for Functn Profile (Texts)




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




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

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

The RCM_REC_TTBT table consists of various fields, each holding specific information or linking keys about RCM Record: Definition of Toolbar for Functn Profile (Texts) data available in SAP. These include LANGU (Language Key), PROFILE_ID (RCM Record: Function Profile: ID), TOOLBAR_TYPE (RCM Toolbar Types), ELEMENT_ID (RCM Record: Toolbar Element: ID).. 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 for: RCM_REC_TTB


SAP RCM_REC_TTBT 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
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
PROFILE_IDRCM Record: Function Profile: ID RCM_REC_FP_IDCHAR10Assigned to domainRCM_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_REC_TTBRCM_ELEM_TOOLB_ID
DESCRRCM Record: Toolbar Element: Description RCM_REC_TBELEM_DESCRCHAR40RCM_REC_TBELEM_DESCR
TOOLTIPRCM Record: Toolbar Element: Quick Info RCM_REC_TBELEM_TOOLTCHAR40RCM_REC_TBELEM_TOOLT

Key field Non-key field



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

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

SELECT SINGLE *
FROM RCM_REC_TTBT
INTO CORRESPONDING FIELDS OF WA_RCM_REC_TTBT
WHERE...

How to access SAP table RCM_REC_TTBT

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