CNVMBTINTERFACE SAP (DMIS PIFD parameter container database table) Table details

Dictionary Type: Table
Description: DMIS PIFD parameter container database table




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




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

CNVMBTINTERFACE is a standard SAP Table which is used to store DMIS PIFD parameter container database table data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTINTERFACE table consists of various fields, each holding specific information or linking keys about DMIS PIFD parameter container database table data available in SAP. These include DEMOVAR_GUID (PIFD Variant ID), INITIALIZER (Object Type Name), INIT_SAPGUI (Object Type Name), INIT_WD (Web Dynpro Component Name).. 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: Cannot Be Enhanced


SAP CNVMBTINTERFACE 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
IDPIFD Interface ID CNV_MBT_PIFD_INTERFACE_IDCHAR32SYSUUID_CCNV_MBT_PIFD_INTERFACE
DEMOVAR_GUIDPIFD Variant ID CNV_MBT_PIFD_VARIANT_IDCHAR32CNVMBTVARIANTSYSUUID_C
INITIALIZERObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
INIT_SAPGUIObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
INIT_WDWeb Dynpro Component Name CNV_MBT_COMPONENTCHAR30CNV_MBT_COMPONENT
VALIDATORObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
VALID_SAPGUIObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
VALID_WDWeb Dynpro Component Name CNV_MBT_COMPONENTCHAR30CNV_MBT_COMPONENT
CONFIGURATORName of a configurator class for PIFD objects CNV_MBT_PIFD_CONFIGURATOR_NAMECHAR30SEOCLSNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTINTERFACE
INTO CORRESPONDING FIELDS OF WA_CNVMBTINTERFACE
WHERE...

How to access SAP table CNVMBTINTERFACE

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