SAP Reports / Programs

CNV_00001_DELETE_TABLE SAP ABAP Report - Delete table entries







CNV_00001_DELETE_TABLE 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_DELETE_TABLE 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_DELETE_TABLE. "Basic submit
SUBMIT CNV_00001_DELETE_TABLE AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_00001_DELETE_TABLE 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_BLOCK = Block size
Selection Text: GP_CL = Client
Selection Text: GP_TAB = Table name
Title: Delete table entries
Text Symbol: 100 = Delete table
Text Symbol: 110 = Do you really want to delete the table entries?
Text Symbol: 120 = Ye
Text Symbol: 130 = No
Text Symbol: 210 = Cross-client table
Text Symbol: 220 = The table is cross-client. Delete the entries anyway?
Text Symbol: 300 = Do you really want to delete entries in all clients?
Text Symbol: 410 = Entries deleted from table &


INCLUDES used within this REPORT CNV_00001_DELETE_TABLE

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:

CNV_00001_CHECK_EXECUTION CALL FUNCTION 'CNV_00001_CHECK_EXECUTION' EXPORTING delivery_role = 'X' authority_check = 'X' EXCEPTIONS not_active_package = 1 no_delivery_role = 2 no_expert_role = 3 slo_dev_system = 4 slo_cons_system = 5 executed_once = 6 no_single_exec_param = 7 existing_parameter = 8 no_authority = 9 OTHERS = 10.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = gp_tab IMPORTING x030l_wa = x_tabhead TABLES dfies_tab = xt_tabinfo EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-210 text_question = text-220 text_button_1 = text-120 text_button_2 = text-130 default_button = gp_def " '2' IMPORTING answer = gd_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-100 text_question = text-300 text_button_1 = text-120 text_button_2 = text-130 default_button = gp_def " '2' IMPORTING answer = gd_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-100 text_question = text-110 text_button_1 = text-120 text_button_2 = text-130 default_button = gp_def " '2' IMPORTING answer = gd_answer.



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