CNVMBTDELPARAMS SAP (Parameter for the generic deletion program) Table details

Dictionary Type: Table
Description: Parameter for the generic deletion program




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




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

CNVMBTDELPARAMS is a standard SAP Table which is used to store Parameter for the generic deletion program data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTDELPARAMS table consists of various fields, each holding specific information or linking keys about Parameter for the generic deletion program data available in SAP. These include PACKID (Package Number of Transformation / Analysis Package), TABNAME (Table Name), SQLTAB (Table Name), VIEWNAME (Name of SAP table view).. 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: Cannot Be Enhanced


SAP CNVMBTDELPARAMS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PACKIDPackage Number of Transformation / Analysis Package CNV_MBT_PACKIDCHAR5CNVMBTPACKCNV_MBT_PACKIDCNV_MBT_PACKCNV_MBT_PACKID_SH
TABNAMETable Name TABNAMECHAR30DD02LAS4TABDTB
SQLTABTable Name CNV_MBT_TABLECHAR16CNV_MBT_TABLE
VIEWNAMEName of SAP table view VIEWNAMECHAR30Assigned to domainVIEWNAMEDVI
SELECTIONParameter for the generic deletion program CNV_MBT_SELECTIONCHAR1CNV_MBT_SELECTION
TABTYPEType of the Dictionary object TABTYPECHAR1TABTYPE
CLIENTNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TKLENTable length in bytes TABLENGTHRAW4DDRAW4
TABLENTable length in bytes TABLENGTHRAW4DDRAW4
SLETTJust one character CNV_MBT_CHARCHAR1CNV_MBT_CHAR
INDEX4DELIndex used in table deletion CNV_MBT_INDEXNUMC5CNV_MBT_INDEX
DROP4DELJust one character CNV_MBT_CHARCHAR1CNV_MBT_CHAR
TOGETHERFlag (X = yes, initial = no) CNV_MBT_FLAGCHAR1CNV_MBT_GP_FLAG
CRE_DATEDate DATUMDATS8DATUM
CRE_TIMETime UZEITTIMS6UZEIT
CLIENT_OFFSETOffset of a field DOFFSETNUMC6DOFFSET
SEQNUMMBT PCL processing sequence number CNV_MBT_SEQNUM3NUMC3CNV_MBT_SEQNUM3
CLIENTDEPFlag indicating that table is client dependent CNV_MBT_CLDEPCHAR1X
SCENARIOUsed scenario CNV_MBT_SCENCHAR16CHAR16

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTDELPARAMS
INTO CORRESPONDING FIELDS OF WA_CNVMBTDELPARAMS
WHERE...

How to access SAP table CNVMBTDELPARAMS

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