CNVTDMS_02_PORT SAP (table for storing values on screen) Table details

Dictionary Type: Table
Description: table for storing values on screen




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




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

CNVTDMS_02_PORT is a standard SAP Table which is used to store table for storing values on screen data and is available within R/3 SAP systems depending on the version and release level.

The CNVTDMS_02_PORT table consists of various fields, each holding specific information or linking keys about table for storing values on screen data available in SAP. These include PACKID (Package Number of Transformation / Analysis Package), PORTION (TDMS: portion number for size analysis), ALL_FLAG (indicator whether all tables are evaluated), LOW (ABAP/4: Selection value (LOW or HIGH value, external format)).. 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 CNVTDMS_02_PORT 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PACKIDPackage Number of Transformation / Analysis Package CNV_MBT_PACKIDCHAR5Assigned to domainCNV_MBT_PACKIDCNV_MBT_PACKCNV_MBT_PACKID_SH
PORTIONTDMS: portion number for size analysis CNV_TDMS_02_PORTCHAR14ALPHACNV_TDMS_02_PORT
ALL_FLAGindicator whether all tables are evaluated CNV_TDMS_02_ALL_FLAGCHAR1FLAG
LOWABAP/4: Selection value (LOW or HIGH value, external format) TVARV_VALCHAR45RSSELVALUE
HIGHABAP/4: Selection value (LOW or HIGH value, external format) TVARV_VALCHAR45RSSELVALUE
NOCOUNT_FLAGIndicator for triggering count of table CNV_TDMS_02_COUNT_FLAGCHAR1FLAG
TIMESTAMPTDMS: Timestamp CNV_TDMS_02_TIMESTAMPDEC15TZNTSTMPS
COUNT_SIZESize of table in kilobytes CNV_TDMS_K_BYTESQUAN20CNV_TDMS_K_BYTES

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVTDMS_02_PORT
INTO CORRESPONDING FIELDS OF WA_CNVTDMS_02_PORT
WHERE...

How to access SAP table CNVTDMS_02_PORT

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