CNVMBTDELREF SAP (Deletion references for the coordinated reorganization) Table details

Dictionary Type: Table
Description: Deletion references for the coordinated reorganization




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




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

CNVMBTDELREF is a standard SAP Table which is used to store Deletion references for the coordinated reorganization data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTDELREF table consists of various fields, each holding specific information or linking keys about Deletion references for the coordinated reorganization data available in SAP. These include OBJ_TYPE (Deletion types), OBJ_NAME (Name of the object), REF_TYPE (Deletion types), REF_NAME (Name of the object).. 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 CNVMBTDELREF 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
OBJ_TYPEDeletion types CNV_MBT_DEL_TYPECHAR1CNV_MBT_DEL_TYPE
OBJ_NAMEName of the object CNV_MBT_OBJECT_NAMECHAR20CNV_MBT_OBJECT_NAME
REF_TYPEDeletion types CNV_MBT_DEL_TYPECHAR1CNV_MBT_DEL_TYPE
REF_NAMEName of the object CNV_MBT_OBJECT_NAMECHAR20CNV_MBT_OBJECT_NAME
DEL_DATEModification date XUMODDATEDATS8DATUM
DEL_TIMEModification time XUMODTIMETIMS6UZEIT
DEL_USERUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
DEL_STATE_PCLState of deletion of an object CNV_MBT_STATE_DELCHAR1CNV_MBT_STATE_DEL
DEL_STATE_REMState of deletion of an object CNV_MBT_STATE_DELCHAR1CNV_MBT_STATE_DEL
INST_NOInstallation Number of RFC Target CNV_MBT_INSTNUMCHAR10CNV_MBT_INSTNUM
SYSTEM_IDSystem ID RFCSYSIDCHAR8SYCHAR08
PCL_CLIENTClient field CNVMBTCLIENTCHAR3CNVMBTCLIENT
DELETION_RUNGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTDELREF
INTO CORRESPONDING FIELDS OF WA_CNVMBTDELREF
WHERE...

How to access SAP table CNVMBTDELREF

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