CNVMBTKPILMODULS SAP (MBT KP: initial load function moduls knowledge pool) Table details

Dictionary Type: Table
Description: MBT KP: initial load function moduls knowledge pool




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




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

CNVMBTKPILMODULS is a standard SAP Table which is used to store MBT KP: initial load function moduls knowledge pool data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTKPILMODULS table consists of various fields, each holding specific information or linking keys about MBT KP: initial load function moduls knowledge pool data available in SAP. These include FUNCNAME (Name of Function Module), COMPONENT (Software Component), COM_RELEASE (SAP Release), PATCH (Support Package 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: Not classified


SAP CNVMBTKPILMODULS 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
FUNCNAMEName of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
COMPONENTSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
COM_RELEASESAP Release SAPRELEASECHAR10CHAR10
PATCHSupport Package name PATCHCHAR20Assigned to domainPATCHSH_SPAM_PATCH
RUN_FLAGMBT KP: automatic created entry by running this modul CNV_MBT_KP_RUN_STAMPCHAR1FLAG
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 CNVMBTKPILMODULS using ABAP code

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

SELECT SINGLE *
FROM CNVMBTKPILMODULS
INTO CORRESPONDING FIELDS OF WA_CNVMBTKPILMODULS
WHERE...

How to access SAP table CNVMBTKPILMODULS

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