SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_00001_BACKUP_NEW SAP ABAP Report - Backup tool







CNV_00001_BACKUP_NEW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter CNV_00001_BACKUP_NEW 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_00001_BACKUPTOOL - Backup Tool


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_00001_BACKUP_NEW. "Basic submit
SUBMIT CNV_00001_BACKUP_NEW AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_00001_BACKUP_NEW VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: GP_START = Allow start of backup process
Selection Text: GP_RECOV = Allow recovery
Selection Text: GP_PACK = D Pack.no.
Selection Text: GP_GENER = Allow gener. of back. programs
Title: Backup tool
Text Symbol: D06 = Program cancelled
Text Symbol: D05 = Program running
Text Symbol: D04 = Program scheduled to run
Text Symbol: D03 = Program ended with error(s)
Text Symbol: D02 = Program ended with warning(s)
Text Symbol: D01 = Program ended successfully
Text Symbol: 022 = Meaning of the status icons
Text Symbol: 021 = Display options
Text Symbol: 020 = Table that CANNOT be safely reloaded from the conversion cluster
Text Symbol: 019 = Recover table contents
Text Symbol: 018 = Contents of the table &1 will be recovered using source program &2. Continue?
Text Symbol: 017 = Program name
Text Symbol: 016 = Choose source program
Text Symbol: 015 = Table &1 is of type: &2. Do you want to add &3 instead?
Text Symbol: 014 = Remove from backup
Text Symbol: 013 = Add to backup
Text Symbol: 012 = Backup programs for table &1 exist. Generate another program for table &2?
Text Symbol: 011 = The backup programs will be generated. Continue?
Text Symbol: 010 = End time of the backup / conversion job
Text Symbol: 009 = End time
Text Symbol: 008 = Start time of the backup / conversion job
Text Symbol: 007 = Start time
Text Symbol: 006 = Table that can be safely reloaded from the conversion cluster
Text Symbol: 005 = Tables explicitly selected for backup
Text Symbol: 004 = Are you sure you want to remove selected tables from backup
Text Symbol: 003 = Confirm
Text Symbol: 002 = Name of the table for backup / Name of the backup / conversion program
Text Symbol: 001 = Table name / Program name


INCLUDES used within this REPORT CNV_00001_BACKUP_NEW

INCLUDE LBTCHDEF.
INCLUDE CNV_00001_BACKUP_NEW_CDF1.


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 = gp_pack EXCEPTIONS OTHERS = 1.



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_00001_BACKUP_NEW or its description.