CCMSBIAVLREPCF SAP (Individual Reporting Settings: SLA Limits) Table details

Dictionary Type: Table
Description: Individual Reporting Settings: SLA Limits




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




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

CCMSBIAVLREPCF is a standard SAP Table which is used to store Individual Reporting Settings: SLA Limits data and is available within R/3 SAP systems depending on the version and release level.

The CCMSBIAVLREPCF table consists of various fields, each holding specific information or linking keys about Individual Reporting Settings: SLA Limits data available in SAP. These include PARAM_TYP (Text (20 Characters)), MTSYSID (Name of SAP System), MTMCNAME (Text, 40 Characters Long), OBJNAME (Text, 40 Characters Long).. 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 (Deep)


SAP CCMSBIAVLREPCF 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
PARAM_IDCharacter field, length 32 CHAR32CHAR32CHAR32
PARAM_TYPText (20 Characters) TEXT20CHAR20TEXT20
MTSYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
MTMCNAMEText, 40 Characters Long TEXT40CHAR40TEXT40
OBJNAMEText, 40 Characters Long TEXT40CHAR40TEXT40
ATTRNAMEText, 40 Characters Long TEXT40CHAR40TEXT40
MTECLASSCCMS Monitoring Architecture: Name of MTE class ALMTECLASSCHAR40TEXT40
LSNCCMS/BW: Landscape Name CCMSBI_LANDSCAPECHAR60TEXT60
FROM_DATESystem Date SYDATUMDATS8SYDATS
FROM_TIMESystem Time SYUZEITTIMS6SYTIME
TO_DATESystem Date SYDATUMDATS8SYDATS
TO_TIMESystem Time SYUZEITTIMS6SYTIME
LIMIT1Standard Domain for Number Key Figures (3 Decimal Places) CCMSBI_RSKYFNUMDEC17(3) RSKYFNUM
LIMIT2Standard Domain for Number Key Figures (3 Decimal Places) CCMSBI_RSKYFNUMDEC17(3) RSKYFNUM
LIMIT3Standard Domain for Number Key Figures (3 Decimal Places) CCMSBI_RSKYFNUMDEC17(3) RSKYFNUM
LIMIT4Standard Domain for Number Key Figures (3 Decimal Places) CCMSBI_RSKYFNUMDEC17(3) RSKYFNUM
LIMIT5Standard Domain for Number Key Figures (3 Decimal Places) CCMSBI_RSKYFNUMDEC17(3) RSKYFNUM
LIMIT6Standard Domain for Number Key Figures (3 Decimal Places) CCMSBI_RSKYFNUMDEC17(3) RSKYFNUM
AVG_METH3-Byte field CHAR3CHAR3CHAR3
TZONETime Zone TIMEZONECHAR6Assigned to domainTZNZONE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CCMSBIAVLREPCF
INTO CORRESPONDING FIELDS OF WA_CCMSBIAVLREPCF
WHERE...

How to access SAP table CCMSBIAVLREPCF

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