CNVMBTDELREFTECH SAP (Technical info about the reorganization like job and log) Table details

Dictionary Type: Table
Description: Technical info about the reorganization like job and log




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




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

CNVMBTDELREFTECH is a standard SAP Table which is used to store Technical info about the reorganization like job and log data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTDELREFTECH table consists of various fields, each holding specific information or linking keys about Technical info about the reorganization like job and log data available in SAP. These include DELETION_RUN (GUID in 'CHAR' format with upper-/lowercase (!)), EXEC_NUM (Counters For Execution of Specified Activity), JOBNAME (Background job name), JOBCOUNT (Job ID).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNVMBTDELREFTECH 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
DELETION_RUNGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
EXEC_NUMCounters For Execution of Specified Activity CNV_MBT_EXEC_NUMNUMC4CNV_MBT_EXEC_NUM
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
LOGNUMBERApplication log: log number BALOGNRCHAR20Assigned to domainBALOGNR
PROTIDApplication Log: External ID BALNREXTCHAR100BALNREXTBALEXT
CRE_DATEModification date XUMODDATEDATS8DATUM
CRE_TIMEModification time XUMODTIMETIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTDELREFTECH
INTO CORRESPONDING FIELDS OF WA_CNVMBTDELREFTECH
WHERE...

How to access SAP table CNVMBTDELREFTECH

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