CNVRUNTIMEHELP SAP (Temporary storage of runtime info for terminated programs) Table details

Dictionary Type: Table
Description: Temporary storage of runtime info for terminated programs




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




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

CNVRUNTIMEHELP is a standard SAP Table which is used to store Temporary storage of runtime info for terminated programs data and is available within R/3 SAP systems depending on the version and release level.

The CNVRUNTIMEHELP table consists of various fields, each holding specific information or linking keys about Temporary storage of runtime info for terminated programs data available in SAP. These include PACKID (Conversion: Conversion package number), PHASE (Conversion: Phase), TABNAME (Table Name), PROGNAME (ABAP Program 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: 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 CNVRUNTIMEHELP 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PACKIDConversion: Conversion package number CNV_PACKCHAR5Assigned to domainCNV_PACKCNV_PACK
PHASEConversion: Phase CNV_PHASECHAR1CNV_PHASE
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
PROGNAMEABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
TASKIDConversion: Program run number CNV_RCNTNUMC2NUM2
STATE_TECConversion: Information on jobs to be compared CNV_STATCHAR15CNV_RANK
LFDNRConversion: Sequence Number CNV_ORDNUMC2NUMC2
TEMPORAERGeneral Flag FLAGCHAR1FLAG
STARTTIMEConversion: Program start time CNV_TSTARTDEC15TZNTSTMPS
ENDTIMEConversion: Program finish time CNV_TENDDEC15TZNTSTMPS
RECREADConversion: number of records read CNV_RECREADDEC15CNV_RECORDS
RECUPDConversion: Number of table records changed CNV_RUPDDEC15CNV_RECORDS
RECDUMWRITEConversion: Number of table records written to DUM CNV_RECDUMWRITEINT410RECCOUNTS
RECDUMREADConversion: Number of table records read from DUM CNV_RECDUMREADINT410RECCOUNTS
RECCOUNT1Number of records read RECCOUNTINT410RECCOUNTS
RECCOUNT2Number of records read RECCOUNTINT410RECCOUNTS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVRUNTIMEHELP
INTO CORRESPONDING FIELDS OF WA_CNVRUNTIMEHELP
WHERE...

How to access SAP table CNVRUNTIMEHELP

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