CMS_BCM_CGP_ADM SAP (Admin data of covarage gap monitoring report) Table details

Dictionary Type: Table
Description: Admin data of covarage gap monitoring report




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




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

CMS_BCM_CGP_ADM is a standard SAP Table which is used to store Admin data of covarage gap monitoring report data and is available within R/3 SAP systems depending on the version and release level.

The CMS_BCM_CGP_ADM table consists of various fields, each holding specific information or linking keys about Admin data of covarage gap monitoring report data available in SAP. These include RUN_ID (Batch run identification of BCM), SELNAME (ABAP/4: Name of SELECT-OPTION / PARAMETER), SEQ_ID (Natural Number), KIND (ABAP: Type of selection).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CMS_BCM_CGP_ADM 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RUN_IDBatch run identification of BCM CMS_DTE_BCM_RUN_IDCHAR30CMS_BCM_RUN_IDCMS_BCM_CGP_ID
SELNAMEABAP/4: Name of SELECT-OPTION / PARAMETER RSSCR_NAMECHAR8SELCNAME
SEQ_IDNatural Number INT4INT410INT4
KINDABAP: Type of selection RSSCR_KINDCHAR1SYCHAR01
SIGNABAP: ID: I/E (include/exclude values) TVARV_SIGNCHAR1SYCHAR01
SEL_OPTIONABAP: Selection option (EQ/BT/CP/...) TVARV_OPTICHAR2SYCHAR02
LOWABAP/4: Selection value (LOW or HIGH value, external format) TVARV_VALCHAR45RSSELVALUE
HIGHABAP/4: Selection value (LOW or HIGH value, external format) TVARV_VALCHAR45RSSELVALUE
LAST_RUN_BYName of user who ran the BCM report CMS_DTE_BCM_RUN_BYCHAR12CMS_USERNAME
LAST_RUN_ATTime Stamp in short form (Local date and time/format) CMS_DTE_TZNTSTMPSLNUMC15TSTPSTZNTSTMPSL

Key field Non-key field



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

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

SELECT SINGLE *
FROM CMS_BCM_CGP_ADM
INTO CORRESPONDING FIELDS OF WA_CMS_BCM_CGP_ADM
WHERE...

How to access SAP table CMS_BCM_CGP_ADM

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