CNVMBTDEXACTIONS SAP (DMIS PCL Data Extract Action history) Table details

Dictionary Type: Table
Description: DMIS PCL Data Extract Action history




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




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

CNVMBTDEXACTIONS is a standard SAP Table which is used to store DMIS PCL Data Extract Action history data and is available within R/3 SAP systems depending on the version and release level.

The CNVMBTDEXACTIONS table consists of various fields, each holding specific information or linking keys about DMIS PCL Data Extract Action history data available in SAP. These include ACTION (DMIS PCL Data Extract Action), ACTION_NUM (DMIS PCL Data Extract Action number), USERNAME (MBT PCL created / changed username), STARTTIME (Time Stamp for the Start of an 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 CNVMBTDEXACTIONS 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
DEXIDDMIS PCL Data Extract ID CNV_MBT_DEXIDCHAR20Assigned to domainCNV_MBT_DEXID
ACTIONDMIS PCL Data Extract Action CNV_MBT_DEXACTIONCHAR1CNV_MBT_DEXACTION
ACTION_NUMDMIS PCL Data Extract Action number CNV_MBT_ACTIONNUMNUMC4CNV_MBT_EXEC_NUM
USERNAMEMBT PCL created / changed username CNV_MBT_CUSERCHAR12Assigned to domainXUBNAME
STARTTIMETime Stamp for the Start of an Activity CNV_MBT_STATE_STARTTIMEDEC15TZNTSTMPS
ENDTIMETime Stamp for the End of the Activity CNV_MBT_STATE_ENDTIMEDEC15TZNTSTMPS
STATE_TECTechnical Status of Execution of Specified Activity CNV_MBT_STATE_TECCHAR1CNV_MBT_STATE_TEC
STATE_LOGLogical Status of Execution of the Specified Activity CNV_MBT_STATE_LOGCHAR1CNV_MBT_STATE_LOG
ABORTEDGeneral Flag FLAGCHAR1FLAG
PROTIDApplication Log: External ID BALNREXTCHAR100BALNREXTBALEXT
LOGNUMBERApplication log: log number BALOGNRCHAR20Assigned to domainBALOGNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVMBTDEXACTIONS
INTO CORRESPONDING FIELDS OF WA_CNVMBTDEXACTIONS
WHERE...

How to access SAP table CNVMBTDEXACTIONS

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