CCMSBI_DSR_CONF SAP (Configuration Data for BI Connection for DSR) Table details

Dictionary Type: Table
Description: Configuration Data for BI Connection for DSR




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




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

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

The CCMSBI_DSR_CONF table consists of various fields, each holding specific information or linking keys about Configuration Data for BI Connection for DSR data available in SAP. These include LSNAME (CCMS/BW: Landscape Name), SYSID (Name of SAP System), COMPONENT (DSR Statistics: Name of a Non-R/3 Component), COMPONENT_TYPE (DSR Statistics: Type of Non-R/3 Component).. 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: Cannot Be Enhanced


SAP CCMSBI_DSR_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
COMPONENTDSR Statistics: Name of a Non-R/3 Component SWLN3CMPNMCHAR32TEXT32
COMPONENT_TYPEDSR Statistics: Type of Non-R/3 Component SWLN3CPTYPCHAR10TEXT10
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
MONSYS_RFCDESTSAP Workload: SystemID(GUID) in Distributed System Landscape SGLWLSYSIDCHAR32SYSUUID_C
PARAM_VALUECCMSBI: Konfiguration Data Value CCMSBI_PARAMVALUECHAR45TEXT45

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCMSBI_DSR_CONF
INTO CORRESPONDING FIELDS OF WA_CCMSBI_DSR_CONF
WHERE...

How to access SAP table CCMSBI_DSR_CONF

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