CNV_10996_ALVOUT SAP (ALV output of archiving sessions for conversion) Table details

Dictionary Type: Table
Description: ALV output of archiving sessions for conversion




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




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

CNV_10996_ALVOUT is a standard SAP Table which is used to store ALV output of archiving sessions for conversion data and is available within R/3 SAP systems depending on the version and release level.

The CNV_10996_ALVOUT table consists of various fields, each holding specific information or linking keys about ALV output of archiving sessions for conversion data available in SAP. These include PACKID (Conversion: Conversion package number), DOCUMENT (Archiving Session Number), OBJECT (Archiving Object), CREATION_DATE (Creation Date of Archive File).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CNV_10996_ALVOUT 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
PACKIDConversion: Conversion package number CNV_PACKCHAR5Assigned to domainCNV_PACKCNV_PACK
DOCUMENTArchiving Session Number ADMI_RUN_DCHAR6ADMI_RUN
OBJECTArchiving Object OBJCT_TR01CHAR10Assigned to domainOBJCT_TR01OBT
CREATION_DATECreation Date of Archive File ADMI_CDATEDATS8ADMI_DATE
NR_FILESNumber of archive files CNV_10996_ZAEHLNUMC3NUM03
NR_OBJECTSNumber of objects in an archive file ADMI_COUNTINT410U_INT_4
FILE_SIZESize of an Archive File in Bytes ADMI_SIZEFLTP16(16) FLOATING
STATUSTEXTStatus text CNV_10996_STATXTCHAR35CHAR35
S_ICONICON for status CNV_10996_ICONCHAR4CNV_10996_ICON
S_STATUSStatus of the archiving session for the conversion CNV_10996_STATUSCHAR30CHAR30
OBJ_CHECKFlag: Object was checked CNV_10996_OBJCHKCHAR1FLAG
RELEVANTRelevance flag CNV_10996_RELCHAR1FLAG
MARK_FLAGFlag: Record is selected CNV_10996_MARKCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNV_10996_ALVOUT
INTO CORRESPONDING FIELDS OF WA_CNV_10996_ALVOUT
WHERE...

How to access SAP table CNV_10996_ALVOUT

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