CNVMBTCRVARIANTT SAP (Short description of a checking rule variant) Table details

Dictionary Type: Table
Description: Short description of a checking rule variant




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




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

CNVMBTCRVARIANTT is a standard SAP Table which is used to store Short description of a checking rule variant data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTCRVARIANTT table consists of various fields, each holding specific information or linking keys about Short description of a checking rule variant data available in SAP. These include CR_VARIANT (Checking rule variant), SPRAS (Language Key), VARIANT_TEXT (Describing text for a checking rule variant), DOCUMENT_LINK (ID of MBT Docu 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: 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

Text table for: CNVMBTCRVARIANT


SAP CNVMBTCRVARIANTT 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
RULE_NUMBERChecking rule number CNV_MBT_CR_RULE_NUMBERNUMC10CNV_MBT_CR_RULE_NUMBER
CR_VARIANTChecking rule variant CNV_MBT_CR_VARIANTNUMC3CNVMBTCRVARIANTCNV_MBT_CR_VARIANT
SPRASLanguage Key LANGULANG1Assigned to domainISOLASPRAS
VARIANT_TEXTDescribing text for a checking rule variant CNV_MBT_CR_VARIANT_TEXTCHAR80CNV_MBT_CR_TEXT
DOCUMENT_LINKID of MBT Docu Object CNV_MBT_DOCUCHAR50CNV_MBT_DOCU

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTCRVARIANTT
INTO CORRESPONDING FIELDS OF WA_CNVMBTCRVARIANTT
WHERE...

How to access SAP table CNVMBTCRVARIANTT

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