CNV_10940_PARA SAP (Storing parameters and select options) Table details

Dictionary Type: Table
Description: Storing parameters and select options




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




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

CNV_10940_PARA is a standard SAP Table which is used to store Storing parameters and select options data and is available within R/3 SAP systems depending on the version and release level.

The CNV_10940_PARA table consists of various fields, each holding specific information or linking keys about Storing parameters and select options data available in SAP. These include RUNID (Search Run ID in Report Variant Analysis), PCLPACKID (Package Number of Transformation / Analysis Package), REPORT (ABAP: Program Name in Variant Key), SELNAME (ABAP/4: Name of SELECT-OPTION / PARAMETER).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNV_10940_PARA 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
RUNIDSearch Run ID in Report Variant Analysis CNV_10940_RUNIDCHAR4CNV_10940_RUNID
PCLPACKIDPackage Number of Transformation / Analysis Package CNV_MBT_PACKIDCHAR5Assigned to domainCNV_MBT_PACKIDCNV_MBT_PACKCNV_MBT_PACKID_SH
REPORTABAP: Program Name in Variant Key VARI_REPRTCHAR40Assigned to domainPROGRAMM
SELNAMEABAP/4: Name of SELECT-OPTION / PARAMETER RSSCR_NAMECHAR8SELCNAME
TYPEUsed for Flag CNV_10940_FLAGCHAR1CHAR1
REFERENCE_TYPENot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
REFERENCEText of length 132 CHAR_132CHAR132
LENGTHCharacter Field Length = 10 CHAR10CHAR10CHAR10
STATEStatus change from uncertain to relevant CNV_10940_RELEVCHAR15CNV_10940_RELEV
EXCLUDEUsed for Flag CNV_10940_FLAGCHAR1CHAR1
JOBNAMEJob name CNV_10940_JOB_NAMECHAR32CHAR32
STATUSConversion status CNV_10940_STATUCHAR1CNV_10940_STATU

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNV_10940_PARA
INTO CORRESPONDING FIELDS OF WA_CNV_10940_PARA
WHERE...

How to access SAP table CNV_10940_PARA

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