CCMSBI_WAST_CONF SAP (Configuration Data for BI Connection of Statistic Data) Table details

Dictionary Type: Table
Description: Configuration Data for BI Connection of Statistic Data




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




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

CCMSBI_WAST_CONF is a standard SAP Table which is used to store Configuration Data for BI Connection of Statistic Data data and is available within R/3 SAP systems depending on the version and release level.

The CCMSBI_WAST_CONF table consists of various fields, each holding specific information or linking keys about Configuration Data for BI Connection of Statistic Data data available in SAP. These include LSNAME (CCMS/BW: Landscape Name), SYSID (Name of SAP System), STAT_TYPE (Statistics Data Type (Web AS, Application)), PARAM_TYPE (CCMSBI: Parameter Type for Statistic Data Configuration).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CCMSBI_WAST_CONF 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
BWSYSTEMPartner Number of Receiver EDI_RCVPRNCHAR10Assigned to domainALPHAEDI_PARNUM
LSNAMECCMS/BW: Landscape Name CCMSBI_LANDSCAPENAMECHAR60TEXT60
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
STAT_TYPEStatistics Data Type (Web AS, Application) CCMSBI_STATTYPECHAR45TEXT45
PARAM_TYPECCMSBI: Parameter Type for Statistic Data Configuration CCMSBI_PARAMTYPECHAR20CHAR20
PARAM_NAMECCMSBI: Parameter Name for Configuartion Data CCMSBI_PARAMNAMECHAR30CHAR30
PARAM_VALUECCMSBI: Konfiguration Data Value CCMSBI_PARAMVALUECHAR45TEXT45

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCMSBI_WAST_CONF
INTO CORRESPONDING FIELDS OF WA_CCMSBI_WAST_CONF
WHERE...

How to access SAP table CCMSBI_WAST_CONF

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