CNVTDMS_10_COPYC SAP (TDMS: copy control data for package and variant) Table details

Dictionary Type: Table
Description: TDMS: copy control data for package and variant




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




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

CNVTDMS_10_COPYC is a standard SAP Table which is used to store TDMS: copy control data for package and variant data and is available within R/3 SAP systems depending on the version and release level.

The CNVTDMS_10_COPYC table consists of various fields, each holding specific information or linking keys about TDMS: copy control data for package and variant data available in SAP. These include COPY_VARIANT (TDMS: variant of a set of copy parameters), PHASE (Phase of the Migration Project), ACTIVITY_ID (Unique ID for all activities to be executed), NEW_ACTIVITY_ID (TDMS: new activity for copy: Unique ID for all activities).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNVTDMS_10_COPYC 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
PACKIDPackage Number of Transformation / Analysis Package CNV_MBT_PACKIDCHAR5CNVMBTPACKCNV_MBT_PACKIDCNV_MBT_PACKCNV_MBT_PACKID_SH
COPY_VARIANTTDMS: variant of a set of copy parameters CNVTDMS_10_COPY_VARIANTCHAR10CNVTDMS_10_COPY_VARIANT
PHASEPhase of the Migration Project CNV_MBT_PHASECHAR40CNVMBTIMGCNV_MBT_ACTIVITY
ACTIVITY_IDUnique ID for all activities to be executed CNV_MBT_ACTIVITYCHAR40CNVMBTIMGCNV_MBT_ACTIVITY
NEW_ACTIVITY_IDTDMS: new activity for copy: Unique ID for all activities CNVTDMS_10_NEW_ACTIVITYCHAR40CNVMBTACTIVITYCNV_MBT_ACTIVITY
DELETE_ACTIVITYTDMS: delete activity from target package CNVTDMS_10_DELETE_FLAGCHAR1CHECKBOX
REPLACE_ACTIVITYTDMS: replace activity from target package by a new activity CNVTDMS_10_REPLACE_FLAGCHAR1CHECKBOX
INSERT_ACTIVITYTDMS: insert activity in target package CNVTDMS_10_INSERT_FLAGCHAR1CHECKBOX
PARENT_IDUnique ID, Parent ID CNV_MBT_PARENTIDCHAR40Assigned to domainCNV_MBT_ACTIVITY

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVTDMS_10_COPYC
INTO CORRESPONDING FIELDS OF WA_CNVTDMS_10_COPYC
WHERE...

How to access SAP table CNVTDMS_10_COPYC

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