The CNV_DOWNUP_DATA table in SAP ERP or S/4HANA stores INDX table for upload / download protocoling data. There are total 7 fields in CNV_DOWNUP_DATA table. The INDX table for upload / download protocoling table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CNV_DOWNUP_DATA table. It is in Conversion: Basis functions (CNV_BASIS) ABAP package and is part of the Landscape Transformation (CA-LT) module.
SAP CNV_DOWNUP_DATA Table Fields
Following is the list of fields that are available in SAP CNV_DOWNUP_DATA table. The primary key fields of the table are MANDT (Client), RELID (Region in IMPORT/EXPORT Data Table), ID (Download / upload ID), TYPE (Type of download / upload data (file, db)), SRTF2 (Next record counter in EXPORT/IMPORT data tables).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| RELID | Region in IMPORT/EXPORT Data Table | INDX_RELID | CHAR (2) | |
| ID | Download / upload ID | CNV_00001_UPDOWN_ID | CNV_DOWNUP_LOG | CHAR (32) |
| TYPE | Type of download / upload data (file, db) | CNV_00001_UPDOWN_TYPE | CHAR (1) | |
| SRTF2 | Next record counter in EXPORT/IMPORT data tables | INDX_SRTF2 | INT4 (10) | |
| CLUSTR | Length field for user data in EXPORT/IMPORT tables | INDX_CLSTR | INT2 (5) | |
| CLUSTD | Data cluster, maximum length 31000 | CNV_LRAW31000 | LRAW (31000) |


