T77MWBBWS SAP (BW System Data for Manager's Desktop) Table details

Dictionary Type: Table
Description: BW System Data for Manager's Desktop




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




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

T77MWBBWS is a standard SAP Table which is used to store BW System Data for Manager's Desktop data and is available within R/3 SAP systems depending on the version and release level.

The T77MWBBWS table consists of various fields, each holding specific information or linking keys about BW System Data for Manager's Desktop data available in SAP. These include OTYPE (Object Type), LOGSYS (Logical system), WORKBOOKID (BW Generation tool: GUID in compressed form (CHAR25)), PAGEID (Short description).. 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


SAP T77MWBBWS 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
FCODEFunction Code MWB_FCODECHAR20T77MWBFCDMWB_FCODE
OTYPEObject Type OTYPECHAR2T778OOTYPEPOT
LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
WORKBOOKIDBW Generation tool: GUID in compressed form (CHAR25) RSSGUID25CHAR25RSSGUID25
PAGEIDShort description RSTXTSHCHAR20TEXT20
BW_OBJTYPReference characteristic RSCHABASNMCHAR30RSCHABASNM
TEMPLIDTemplate ID BW Reports as of BW 3.0 MWBTEMPLIDCHAR30CHAR30
CRYSTALIDCrystal Report ID MWBCRYSTIDCHAR30CHAR30
ADD_PARAMSMWB Function Code: Additional Report Parameters MWBADDPARMCHAR128CHAR128

Key field Non-key field



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

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

SELECT SINGLE *
FROM T77MWBBWS
INTO CORRESPONDING FIELDS OF WA_T77MWBBWS
WHERE...

How to access SAP table T77MWBBWS

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