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

CNV_20551_DEL_SCOB_FROM_TEMP SAP ABAP Report - Exclude master data with conflicts from deletion







CNV_20551_DEL_SCOB_FROM_TEMP 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_20551_DEL_SCOB_FROM_TEMP 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_20551_DEL_SCOB - Not delete master data with conflict


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


Text pool values


Title: Exclude master data with conflicts from deletion
Text Symbol: 001 = Are you sure to exclude the selected data from deletion?
Text Symbol: 002 = Yes
Text Symbol: 003 = No
Text Symbol: 004 = Are you sure want to include the selected data for deletion? This data will no more be considerd as conflicted data.
Text Symbol: 005 = Not all objects in conflict will be excluded from deletion. Do you want to continue with the current selection?
Text Symbol: 006 = Confirmation
Text Symbol: 007 = Objects with conflict
Text Symbol: 008 = Package No.
Text Symbol: 070 = Edit list?
Text Symbol: 080 = Exclude master data with conflicts from deletion?
Text Symbol: 083 = Continue
Text Symbol: 084 = Ignore
Text Symbol: 085 = Edit
Text Symbol: 086 = Conflicts
Text Symbol: 087 = Object/doc. number
Text Symbol: 088 = Parameter for object
Text Symbol: 089 = Package ID
Text Symbol: 090 = Object Type
Text Symbol: 091 = Confirmation
Text Symbol: 227 = Object typ


INCLUDES used within this REPORT CNV_20551_DEL_SCOB_FROM_TEMP

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_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = gc_packid phase = gd_phase 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 = g_status_set i_callback_user_command = g_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_excluding = gt_excluding[] TABLES t_outtab = gt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.

CNV_INT_STATE_GET CALL FUNCTION 'CNV_INT_STATE_GET' IMPORTING runstate = gd_state.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Confirmation'(006) * DIAGNOSE_OBJECT = ' ' text_question = text-005 text_button_1 = 'Yes'(002) icon_button_1 = 'ICON_CHECKED' text_button_2 = 'No'(003) icon_button_2 = 'ICON_INCOMPLETE' default_button = '1' display_cancel_button = ' ' IMPORTING answer = lv_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Confirmation'(006) * DIAGNOSE_OBJECT = ' ' text_question = text-001 text_button_1 = 'Yes'(002) icon_button_1 = 'ICON_CHECKED' text_button_2 = 'No'(003) icon_button_2 = 'ICON_INCOMPLETE' default_button = '1' display_cancel_button = ' ' IMPORTING answer = lv_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Stammdaten mit Konflikt von Löschung ausschließen?'(080) diagnose_object = 'CNV_20551_DEL_SCOB_FROM_TEMP' text_question = '' text_button_1 = 'weiter '(083) icon_button_1 = 'ICON_CHECKED' text_button_2 = 'ignorieren'(084) icon_button_2 = 'ICON_YELLOW_LIGHT' default_button = '1' display_cancel_button = 'X' userdefined_f1_help = '' start_column = 25 start_row = 6 * POPUP_TYPE = IMPORTING answer = antwort1 * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.

CNV_INT_STATE_GET CALL FUNCTION 'CNV_INT_STATE_GET' IMPORTING runstate = gd_state.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_interface_check = ' ' i_callback_program = gd_repid i_callback_pf_status_set = g_status_set i_callback_user_command = g_user_command * i_structure_name = is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_excluding = gt_excluding[] TABLES t_outtab = gt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.

CNV_INT_STATE_GET CALL FUNCTION 'CNV_INT_STATE_GET' IMPORTING runstate = gd_state.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = gt_events.

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_SET1' i_callback_user_command = 'USER_COMMAND1' it_events = gt_events * i_structure_name = is_layout = gs_layout it_fieldcat = lt_fieldcat[] * it_excluding = gt_excluding[] TABLES t_outtab = gt_cnv_20551_temp EXCEPTIONS program_error = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Confirmation'(006) * DIAGNOSE_OBJECT = ' ' text_question = text-004 text_button_1 = 'Yes'(002) icon_button_1 = 'ICON_CHECKED' text_button_2 = 'No'(003) icon_button_2 = 'ICON_INCOMPLETE' default_button = '2' display_cancel_button = ' ' IMPORTING answer = lv_answer.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_top_of_page.



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