RCM_REC_TTB_TOTAL SAP (RCM: Internal Structure for Configuration) Structure details

Dictionary Type: Structure
Description: RCM: Internal Structure for Configuration




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




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

RCM_REC_TTB_TOTAL 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 "RCM: Internal Structure for Configuration" 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_RCM_REC_TTB_TOTAL TYPE RCM_REC_TTB_TOTAL.

The RCM_REC_TTB_TOTAL table consists of various fields, each holding specific information or linking keys about RCM: Internal Structure for Configuration data available in SAP. These include HLIENT (Client), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RCM_REC_TTB_TOTAL 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
HLIENTClient 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
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
VIM_ACTIONCheckbox XFELDCHAR1XFELD
VIM_MARKCheckbox XFELDCHAR1XFELD
VIM_TXTACTCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RCM_REC_TTB_TOTAL

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