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

CNV_DELETION_MONITOR SAP ABAP Report - Process monitor for deletion packages







CNV_DELETION_MONITOR 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_DELETION_MONITOR 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_DEL_MONITOR - Monitor for deletion packages


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_DELETION_MONITOR. "Basic submit
SUBMIT CNV_DELETION_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_DELETION_MONITOR 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_PACK = Package number
Title: Process monitor for deletion packages
Text Symbol: 063 = Edited
Text Symbol: 062 = Finished
Text Symbol: 061 = End proc.
Text Symbol: 060 = Deletion
Text Symbol: 059 = Insert
Text Symbol: 058 = Drop
Text Symbol: 057 = Selection
Text Symbol: 056 = Prog. phase
Text Symbol: 055 = Business scenario
Text Symbol: 054 = Deleted
Text Symbol: 053 = For processing
Text Symbol: 052 = No. of records
Text Symbol: 051 = Compl.
Text Symbol: 050 = Status
Text Symbol: 029 = Other
Text Symbol: 028 = Update (HR)
Text Symbol: 027 = Update
Text Symbol: 026 = Delete/Insert
Text Symbol: 025 = Drop/insert
Text Symbol: 024 = Delete
Text Symbol: 023 = Drop/insert
Text Symbol: 022 = Backup
Text Symbol: 021 = Restore
Text Symbol: 020 = Restore from backup
Text Symbol: 005 = Text
Text Symbol: 004 = Graphical
Text Symbol: 003 = Choose type of display
Text Symbol: 002 = Choose display type
Text Symbol: 001 = Client value distribution


INCLUDES used within this REPORT CNV_DELETION_MONITOR

INCLUDE LBTCHDEF.


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_00001_CHECK_EXECUTION CALL FUNCTION 'CNV_00001_CHECK_EXECUTION' EXPORTING authority_check = 'X' EXCEPTIONS no_authority = 1 OTHERS = 2.

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = gp_pack EXCEPTIONS active_package_not_found = 1 OTHERS = 2.

CNV_00001_IS_USER_EXPERT CALL FUNCTION 'CNV_00001_IS_USER_EXPERT' EXPORTING pd_packid = gp_pack IMPORTING pd_expert = gd_cwb_expert EXCEPTIONS OTHERS = 1.

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_job_head EXCEPTIONS invalid_opcode = 1 job_doesnt_exist = 2 job_doesnt_have_steps = 3 OTHERS = 4.

REUSE_ALV_GRID_DISPLAY

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-cprog i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = ls_layout it_fieldcat = lt_fieldcat TABLES t_outtab = pt_state EXCEPTIONS program_error = 1 OTHERS = 2.

CNV_00001_DIST_ANALYZE CALL FUNCTION 'CNV_00001_DIST_ANALYZE' EXPORTING p_tabname = ps_state-dbtable IMPORTING pt_result = lt_result EXCEPTIONS table_not_found = 1 field_not_found = 2 table_client_independent = 3 OTHERS = 4.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-002 text_question = text-003 text_button_1 = text-004 icon_button_1 = space text_button_2 = text-005 icon_button_2 = space default_button = '1' IMPORTING answer = ld_answer.

GRAPH_MATRIX_2D CALL FUNCTION 'GRAPH_MATRIX_2D' EXPORTING stat = ld_empty titl = text-001 valt = '' winpos = '2' winszx = '50' winszy = '60' TABLES data = lt_data opts = lt_opts tcol = lt_tcol EXCEPTIONS col_invalid = 1 opt_invalid = 2 OTHERS = 3.

CNV_00001_POPUP_DISPLAY_TEXT CALL FUNCTION 'CNV_00001_POPUP_DISPLAY_TEXT' EXPORTING p_title = text-001 TABLES pt_text = lt_text.

REUSE_ALV_GRID_LAYOUT_INFO_GET

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_GET' * CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING es_layout = ls_layout et_fieldcat = lt_fieldcat EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_LAYOUT_INFO_SET

REUSE_ALV_LIST_LAYOUT_INFO_SET CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_SET' * CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_SET' EXPORTING is_layout = ls_layout it_fieldcat = lt_fieldcat 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_DELETION_MONITOR or its description.