CNVTDMS16_PARAMS SAP (Parameter List For System Analysis) Table details

Dictionary Type: Table
Description: Parameter List For System Analysis




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




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

CNVTDMS16_PARAMS is a standard SAP Table which is used to store Parameter List For System Analysis data and is available within R/3 SAP systems depending on the version and release level.

The CNVTDMS16_PARAMS table consists of various fields, each holding specific information or linking keys about Parameter List For System Analysis data available in SAP. These include PIDENT (Data Element Identifier), PKEY (Data Element for Parameter Key), PTEXT (Data Element for Parameter text), PRECOM_VALUE (Data Element for Recommended Value of the 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNVTDMS16_PARAMS 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
PCATEGORYData Element for Parameter Category CNVTDMS16_PTYPESCHAR6CNVTDMS16_PTYPES
PIDENT Data Element Identifier0
PKEYData Element for Parameter Key CNVTDMS_16_PKEYCHAR40CNVTDMS_16_PKEY
PTEXTData Element for Parameter text CNVTDMS_16_PTEXTCHAR60CNVTDMS_16_PTEXT
PRECOM_VALUEData Element for Recommended Value of the Parameter CNVTDMS_16_PRECOMCHAR100CNVTDMS_16_PRECOM
TCODE_FLAGBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
INFO_FLAGBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVTDMS16_PARAMS
INTO CORRESPONDING FIELDS OF WA_CNVTDMS16_PARAMS
WHERE...

How to access SAP table CNVTDMS16_PARAMS

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