CCMSBIAVAILDOWNT SAP (Individual Non-Availability Settings) Table details

Dictionary Type: Table
Description: Individual Non-Availability Settings




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




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

CCMSBIAVAILDOWNT is a standard SAP Table which is used to store Individual Non-Availability Settings data and is available within R/3 SAP systems depending on the version and release level.

The CCMSBIAVAILDOWNT table consists of various fields, each holding specific information or linking keys about Individual Non-Availability Settings 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 CCMSBIAVAILDOWNT 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
VALUEStandard 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 CCMSBIAVAILDOWNT using ABAP code

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

SELECT SINGLE *
FROM CCMSBIAVAILDOWNT
INTO CORRESPONDING FIELDS OF WA_CCMSBIAVAILDOWNT
WHERE...

How to access SAP table CCMSBIAVAILDOWNT

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