CNVMBTPLKLOG SAP (Production key action log) Table details

Dictionary Type: Table
Description: Production key action log




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




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

CNVMBTPLKLOG is a standard SAP Table which is used to store Production key action log data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTPLKLOG table consists of various fields, each holding specific information or linking keys about Production key action log data available in SAP. These include OBJECT_TYPE (Object type for SAP LT productive key), OBJECT (Object), ACTION (Action performed), TIMESTAMP (Time Stamp Start of Execution of a Specified Activity).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNVMBTPLKLOG 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
ACTION_IDGUID in 'RAW' format GUID_16RAW16SYSUUID
OBJECT_TYPEObject type for SAP LT productive key CNV_MBT_OBJECT_TYPECHAR1CNV_MBT_OBJECT_TYPE
OBJECTObject CNV_MBT_OBJECTCHAR32CNV_MBT_OBJECT
ACTIONAction performed CNV_MBT_ACTIONCHAR10CNV_MBT_ACTION
TIMESTAMPTime Stamp Start of Execution of a Specified Activity CNV_MBT_STARTTIMEDEC15TZNTSTMPS
INSTALLATION_NOInstallation Number of RFC Target CNV_MBT_INSTNUMCHAR10CNV_MBT_INSTNUM
SOURCE_SIDSystem ID RFCSYSIDCHAR8SYCHAR08
SOURCE_CLIENT 0
USER_NAMEUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
REMOTEFlag (X = yes, initial = no) CNV_MBT_FLAGCHAR1CNV_MBT_GP_FLAG
PROD_LOCK_ACTIVELock state in PLK CNV_MBT_PLK_LOCK_STATECHAR1CNV_MBT_PLK_LOCK_STATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTPLKLOG
INTO CORRESPONDING FIELDS OF WA_CNVMBTPLKLOG
WHERE...

How to access SAP table CNVMBTPLKLOG

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