CNVMBTKPTABFIELD SAP (MBT KP: Response information of tables and fields) Table details

Dictionary Type: Table
Description: MBT KP: Response information of tables and fields




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




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

CNVMBTKPTABFIELD is a standard SAP Table which is used to store MBT KP: Response information of tables and fields data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTKPTABFIELD table consists of various fields, each holding specific information or linking keys about MBT KP: Response information of tables and fields data available in SAP. These include TABNAME (Table Name), FIELDNAME (Field Name), COMPONENT (Software Component), COM_RELEASE (SAP Release).. 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 CNVMBTKPTABFIELD 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
EVAL_GROUPMBT KP: Evaluation group knowledge pool CNV_MBT_KP_EVAL_GROUPCHAR2CNV_MBT_KP_EVAL_GROUP
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
COMPONENTSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
COM_RELEASESAP Release SAPRELEASECHAR10CHAR10
PATCHSupport Package name PATCHCHAR20Assigned to domainPATCHSH_SPAM_PATCH
RESPONSE_TYPEDelivered or Customer Object CNV_MBT_DCFLAGCHAR1CNV_MBT_DCFLAG
FUNCNAMEName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
NO_USEDFlag to Indicate Non-Usage CNV_MBT_NOTCHAR1CNV_MBT_NOT
CRUSERMBT PCL created / changed username CNV_MBT_CUSERCHAR12Assigned to domainXUBNAME
CRDATEMBT KP: create/change date CNV_MBT_KP_CDATEDATS8SYDATS
CRTIMEMBT KP: create/change time CNV_MBT_KP_CTIMETIMS6SYTIME
CHUSERMBT PCL created / changed username CNV_MBT_CUSERCHAR12Assigned to domainXUBNAME
CHDATEMBT KP: create/change date CNV_MBT_KP_CDATEDATS8SYDATS
CHTIMEMBT KP: create/change time CNV_MBT_KP_CTIMETIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTKPTABFIELD
INTO CORRESPONDING FIELDS OF WA_CNVMBTKPTABFIELD
WHERE...

How to access SAP table CNVMBTKPTABFIELD

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