SAP CMS_BCM_CGP_ADM Admin data of covarage gap monitoring report Table data and field list

CMS_BCM_CGP_ADM is a standard SAP Table which is used to store Admin data of covarage gap monitoring report data in SAP systems, such as SAP R/3, S/4HANA, 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. .

CMS_BCM_CGP_ADM table Technical Details:

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

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the CMS_BCM_CGP_ADM table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
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).