CNVMBTCWB_SUBST SAP (Status table for execution of all subactivities and histor) Structure details

Dictionary Type: Structure
Description: Status table for execution of all subactivities and histor




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




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

CNVMBTCWB_SUBST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Status table for execution of all subactivities and histor" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CNVMBTCWB_SUBST TYPE CNVMBTCWB_SUBST.

The CNVMBTCWB_SUBST table consists of various fields, each holding specific information or linking keys about Status table for execution of all subactivities and histor data available in SAP. These include SESSION_ID (), SUBACT_ID (), TASK_ID (), STATE_TEC (General Flag).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNVMBTCWB_SUBST structure 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SESSION_ID 0
SUBACT_ID 0
TASK_ID 0
STATE_TECGeneral Flag FLAGCHAR1FLAG
STATE_LOGGeneral Flag FLAGCHAR1FLAG
ABORTEDGeneral Flag FLAGCHAR1FLAG
RUNMODEGeneral Flag FLAGCHAR1FLAG
STARTTIME 0
ENDTIME 0
DURATIONRuntime of background job BTCRUNTIMEINT410
DESTINATIONLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
EXEC_SERVERServer name BTCSRVNAMECHAR20TEXT20
EXEC_PROCIDWork process ID BTCWPPIDINT410
REC_SELECTNatural Number INT4INT410INT4
REC_RELEVANTNatural Number INT4INT410INT4
REC_READNatural Number INT4INT410INT4
REC_CONVNatural Number INT4INT410INT4
REC_UPDNatural Number INT4INT410INT4
REC_INSNatural Number INT4INT410INT4
REC_TRANSNatural Number INT4INT410INT4
REC_SKIPPEDNatural Number INT4INT410INT4
TABNAME table name0
PROGNAMEABAP Program Name PROGNAMECHAR40PROGNAME
CLU_RELID Cluster relid0
TABID Sequence number of table0
CLUID_MIN Lower limit for cluster ID0
CLUID_MAX Upper limit for cluster ID0
PROTIDApplication Log: External ID BALNREXTCHAR100BALNREXTBALEXT
LOGNUMBERApplication log: log number BALOGNRCHAR20Assigned to domainBALOGNR
ORIG_SUBACTIVITY 0
VARIANT 0
SUBACT_TYPEGeneral Flag FLAGCHAR1FLAG
PROTID_PCLApplication Log: External ID BALNREXTCHAR100BALNREXTBALEXT
LOGNUMBER_PCLApplication log: log number BALOGNRCHAR20Assigned to domainBALOGNR
PROC_TOTAL 0
PROC_COMPL 0
SEQNUM 0

Key field Non-key field



How do I retrieve data from SAP structure CNVMBTCWB_SUBST using ABAP code?

As CNVMBTCWB_SUBST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CNVMBTCWB_SUBST as there is no data to select.

How to access SAP table CNVMBTCWB_SUBST

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