RMWBC_40 SAP (RMS-WB: Tree Format Layout) Table details

Dictionary Type: Table
Description: RMS-WB: Tree Format Layout




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




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

RMWBC_40 is a standard SAP Table which is used to store RMS-WB: Tree Format Layout data and is available within R/3 SAP systems depending on the version and release level.

The RMWBC_40 table consists of various fields, each holding specific information or linking keys about RMS-WB: Tree Format Layout data available in SAP. These include SRVGRP (Service Group), WBTLYT (Structure Layout of the Workbench), FLGACT (Setting Active), LYTINV (Outline Layout).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = RMWBC_40T


SAP RMWBC_40 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
MANDTClient MANDTCLNT3T000MANDT
SRVGRPService Group RMWBE_SRVGRPCHAR10RMWBC_20RMWBE_SRVGRP
WBTLYTStructure Layout of the Workbench RMWBE_WBTLYTCHAR10RMWBE_WBTLYT
FLGACTSetting Active RMWBE_FLGACTCHAR1X
LYTINVOutline Layout RMWBE_LYTINVCHAR1X
SUBLYTSubordinate Workbench Structure Layout RMWBE_SUBLYTCHAR10RMWBE_WBTLYT

Key field Non-key field



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

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

SELECT SINGLE *
FROM RMWBC_40
INTO CORRESPONDING FIELDS OF WA_RMWBC_40
WHERE...

How to access SAP table RMWBC_40

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