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

CNV_00001_BACKUP_NEW_SUB1 SAP ABAP INCLUDE - Subroutines







CNV_00001_BACKUP_NEW_SUB1 is a standard ABAP INCLUDE 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_SUB1 into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: Subroutines


INCLUDES used within this REPORT CNV_00001_BACKUP_NEW_SUB1

No INCLUDES are used within this REPORT code!


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:

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = ls_table-tabname IMPORTING ddobjtype = ls_bckp-tabclass EXCEPTIONS OTHERS = 1.

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ = 'X' displ_mode = '2' id = 'TX' langu = sy-langu object = 'CNV_00001_BACKUP_NEW' EXCEPTIONS OTHERS = 1.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = ld_tabname IMPORTING x030l_wa = ls_x030l ddobjtype = ld_tabclass EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-003 text_question = ld_text IMPORTING answer = ld_answer EXCEPTIONS OTHERS = 1.

CNV_00001_POPUP_FOR_CNVTABLE CALL FUNCTION 'CNV_00001_POPUP_FOR_CNVTABLE' EXPORTING p_packid = gp_pack p_only_used = 'X' * P_ONLY_NOT_USED = ' ' IMPORTING p_tabname = ld_tabname p_answer = ld_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-003 text_question = text-004 default_button = '2' display_cancel_button = ' ' IMPORTING answer = ld_answer EXCEPTIONS OTHERS = 1.

CNV_00001_SCENARIO_RESTORABLE CALL FUNCTION 'CNV_00001_SCENARIO_RESTORABLE' EXPORTING pd_scenario = ls_state-scenario pd_noview = pd_noview IMPORTING pd_restorable = ld_restorable.

BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING job_read_jobcount = ps_state-jobcount job_read_jobname = ps_state-jobname job_read_opcode = btc_read_jobhead_only IMPORTING job_read_jobhead = ls_header EXCEPTIONS job_doesnt_exist = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-003 text_question = text-011 display_cancel_button = space IMPORTING answer = ld_answer EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-003 text_question = ld_text display_cancel_button = 'X' IMPORTING answer = ld_answer EXCEPTIONS OTHERS = 1.

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = ld_pack phase = ld_phase EXCEPTIONS OTHERS = 1.

CNV_00001_POPUP_CHOOSE_VALUE CALL FUNCTION 'CNV_00001_POPUP_CHOOSE_VALUE' EXPORTING p_title = text-016 p_column_title = text-017 IMPORTING p_answer = ld_answer p_sel_value = ld_progname TABLES p_values = lt_progname.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-003 text_question = ld_text display_cancel_button = ' ' IMPORTING answer = ld_answer EXCEPTIONS OTHERS = 1.

BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING job_read_jobcount = ls_state-jobcount job_read_jobname = ls_state-jobname job_read_opcode = btc_read_jobhead_only IMPORTING job_read_jobhead = ls_jobhead EXCEPTIONS OTHERS = 1.

CNV_00001_POPUP_LEGEND CALL FUNCTION 'CNV_00001_POPUP_LEGEND' EXPORTING pt_item = lt_item p_title = text-022.



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