CNV_DOWNUP_LOG SAP (Download / upload log) Table details

Dictionary Type: Table
Description: Download / upload log




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




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

CNV_DOWNUP_LOG is a standard SAP Table which is used to store Download / upload log data and is available within R/3 SAP systems depending on the version and release level.

The CNV_DOWNUP_LOG table consists of various fields, each holding specific information or linking keys about Download / upload log data available in SAP. These include ID (Download / upload ID), ACTION_TYPE (Action type for download / upload log), CREATION_ID (Download / creation ID), LOG_DATE (System Date).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNV_DOWNUP_LOG 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
IDDownload / upload ID CNV_00001_UPDOWN_IDCHAR32CNV_00001_UPDOWN_ID
ACTION_TYPEAction type for download / upload log CNV_00001_DOWNUP_ACTION_TYPECHAR1CNV_00001_DOWNUP_ACTION_TYPE
CREATION_IDDownload / creation ID CNV_00001_UPDOWN_CREATION_IDCHAR32Assigned to domainCNV_00001_UPDOWN_ID
LOG_DATESystem Date SYDATUMDATS8SYDATS
CREATION_DATECreation date CNV_00001_CREATE_DATEDATS8DATS
LOG_TIMESystem Time SYUZEITTIMS6SYTIME
CREATION_TIMECreation time CNV_00001_CREATE_TIMETIMS6TIME
LOG_UNAMEUser Name SYUNAMECHAR12SYCHAR12
CREATION_UNAMECreating user CNV_00001_CREATE_USERCHAR12USERNAME
CREATION_SYSTEMName of SAP System SYSYSIDCHAR8SYCHAR08
FILENAMELocal file for upload/download LOCALFILECHAR128LOCALFILE
ADDITIONAL_INFOAdditional info in a log entry CNV_00001_LOG_ADDINFOCHAR255CHAR255

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNV_DOWNUP_LOG
INTO CORRESPONDING FIELDS OF WA_CNV_DOWNUP_LOG
WHERE...

How to access SAP table CNV_DOWNUP_LOG

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