CNVCDMC_BGNDWP SAP (CDMC : Background work processes to be used in Anal System) Table details

Dictionary Type: Table
Description: CDMC : Background work processes to be used in Anal System




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




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

CNVCDMC_BGNDWP is a standard SAP Table which is used to store CDMC : Background work processes to be used in Anal System data and is available within R/3 SAP systems depending on the version and release level.

The CNVCDMC_BGNDWP table consists of various fields, each holding specific information or linking keys about CDMC : Background work processes to be used in Anal System data available in SAP. These include SYSID (Name of SAP System), RFCDEST (Logical Destination (Specified in Function Call)), SYSROLE (CDMC : Role of the System in a CDOP Project), AVAIL_BGND_WP (CDMC : Avilable background work processes).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNVCDMC_BGNDWP 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
PROJ_IDCDMC - Project ID CNVCDMC_PROJECT_IDCHAR5Assigned to domainALPHACNVCDMC_PROJ_ID
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
SYSROLECDMC : Role of the System in a CDOP Project CNVCDMC_SYSROLECHAR1CNVCDMC_SYSROLE
AVAIL_BGND_WPCDMC : Avilable background work processes CNVCDMC_AVAIL_BGND_WPNUMC2NUMC2
NO_WP_TO_BE_USEDCDMC : Background work processes to be used CNVCDMC_NO_WP_TO_BE_USEDNUMC2NUMC2

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVCDMC_BGNDWP
INTO CORRESPONDING FIELDS OF WA_CNVCDMC_BGNDWP
WHERE...

How to access SAP table CNVCDMC_BGNDWP

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