SAP Reports / Programs

CNV_10996_MAINTAIN SAP ABAP Report - Select archiving sessions for archive conversion







CNV_10996_MAINTAIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Based on the information in ADMI_RUN and ADMI_FILES, the program determines the archives that are rrelevant for the conversion...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter CNV_10996_MAINTAIN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_10996_MAINTAIN - Maint. ARCHIVING sessions for conv.


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT CNV_10996_MAINTAIN. "Basic submit
SUBMIT CNV_10996_MAINTAIN AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10996_MAINTAIN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Select archiving sessions for archive conversion
Text Symbol: 013 = Archive file accessible via ArchiveLink
Text Symbol: 014 = Archive file is not accessible
Text Symbol: 020 = Archive relevant for conv.
Text Symbol: 021 = Archive is not converted
Text Symbol: 022 = Archive is not relevant
Text Symbol: 023 = No analysis possible
Text Symbol: 024 = Archive is being converted
Text Symbol: 025 = Archive was converted already
Text Symbol: 012 = Archive file is accessible
Text Symbol: 001 = Choose status
Text Symbol: 002 = Size in MB
Text Symbol: 003 = Objects
Text Symbol: 004 = Files
Text Symbol: 005 = Archive relevance
Text Symbol: 006 = Actvty to be performed
Text Symbol: 007 = Object
Text Symbol: 008 = Run
Text Symbol: 026 = System :
Text Symbol: 045 = Time :
Text Symbol: 048 = User :
Text Symbol: 049 = Host :
Text Symbol: 050 = Op.Sys. :
Text Symbol: 051 = Database :
Text Symbol: 052 = Inst.no :
Text Symbol: 100 = Archive run
Text Symbol: 044 = Date :
Text Symbol: 027 = Client :
Text Symbol: 028 = Status "Incomplete"
Text Symbol: 029 = Status "Reloaded"
Text Symbol: 030 = There is no archive data
Text Symbol: 031 = No objects available
Text Symbol: 032 = No tables for conversion
Text Symbol: 033 = Table(s) for convers.
Text Symbol: 038 = Release :


INCLUDES used within this REPORT CNV_10996_MAINTAIN

INCLUDE CNV_10996_D.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING PACKID = GD_PACKID EXCEPTIONS ACTIVE_PACKAGE_NOT_FOUND = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = GD_REPID I_CALLBACK_PF_STATUS_SET = 'STATUS_SET' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENT IT_SORT = GT_SORT TABLES T_OUTTAB = GT_OUTTAB.

POPUP_GET_SELECTION_FROM_LIST CALL FUNCTION 'POPUP_GET_SELECTION_FROM_LIST' EXPORTING DISPLAY_ONLY = 'X' TABLE_NAME = 'ARCH' TITLE_BAR = LD_TITLE_BAR TABLES LIST = IT_ARCH EXCEPTIONS NO_TABLEFIELDS_IN_DICTIONARY = 1 NO_TABLE_STRUCTURE = 2 NO_TITLE_BAR = 3 OTHERS = 4.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = PERCENT TEXT = TEXT.

CNV_STATUS_POPUP_GET CALL FUNCTION 'CNV_STATUS_POPUP_GET' EXPORTING PACKID = GD_PACKID STAT_ID = 'ARCHIVE' S_TITLE = TEXT-001 "Status auswählen S_SPRAS = SY-LANGU IMPORTING S_STATUS = STATUS_TMP EXCEPTIONS NO_ID_SPECIFIED = 1 NO_VALUE_SELECTED = 2 OTHERS = 3.

CNV_STATUS_POPUP_GET CALL FUNCTION 'CNV_STATUS_POPUP_GET' EXPORTING PACKID = GD_PACKID STAT_ID = 'ARCHIVE' S_TITLE = 'Status auswählen'(001) S_SPRAS = SY-LANGU IMPORTING S_STATUS = STATUS_TMP EXCEPTIONS NO_ID_SPECIFIED = 1 NO_VALUE_SELECTED = 2 OTHERS = 3.

RKD_DELETE_REPORT CALL FUNCTION 'RKD_DELETE_REPORT' EXPORTING REPORT_NAME = CNVSTATE-PROGNAME.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CNV_10996_MAINTAIN or its description.