DDTPOOLCNV SAP (DD: Names of tablepools to convert) Table details

Dictionary Type: Table
Description: DD: Names of tablepools to convert




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




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

DDTPOOLCNV is a standard SAP Table which is used to store DD: Names of tablepools to convert data and is available within R/3 SAP systems depending on the version and release level.

The DDTPOOLCNV table consists of various fields, each holding specific information or linking keys about DD: Names of tablepools to convert data available in SAP. These include CMP_SV_NAM (Evaluate table name of backup copy), TABNAME_SV (SQL table name), SV_DD_TP (Create backup copy of original source), MULTI (Multiplier for VARDATA Field).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DDTPOOLCNV 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
TABNAMESQL table name SQLTABCHAR10SQLTAB
CMP_SV_NAM Evaluate table name of backup copy0
TABNAME_SVSQL table name SQLTABCHAR10SQLTAB
SV_DD_TP Create backup copy of original source0
MULTI Multiplier for VARDATA Field0
SV_NT_TP Create backup copy of original nametab0
SQLT_TABL Convert DD/NT of table pool into transparent table0
CHG_FIELD Changed Length of Field VARDATA0
TABL_CNV Convert transparent table0
SQLT_RESET Reset transparent table in table pool0
SQLT_ACT Activate table pool (to correct nametab)0
SRC_NTAB_O Only Write Sources and Nametab, No Checks0
CNVRCReturn Code SYSUBRCINT410SYST_SHORT

Key field Non-key field



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

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

SELECT SINGLE *
FROM DDTPOOLCNV
INTO CORRESPONDING FIELDS OF WA_DDTPOOLCNV
WHERE...

How to access SAP table DDTPOOLCNV

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