BTFR_DELETE_HEADERS_DISPLAYF01 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 BTFR_DELETE_HEADERS_DISPLAYF01 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = 'ALV_STATUS_SET' i_callback_user_command = 'ALV_USER_COMMAND' i_structure_name = 'BTFR_HEAD' i_grid_title = l_title it_fieldcat = l_fieldcat is_layout = l_layout TABLES t_outtab = p_head_del_tt EXCEPTIONS program_error = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = ' ' text_question = text-024 text_button_1 = 'Ja'(014) text_button_2 = 'Nein'(012) IMPORTING answer = l_answer.
BTFR_DELETE CALL FUNCTION 'BTFR_DELETE' EXPORTING flag_string = flag_string CHANGING header_tab = p_concept_del EXCEPTIONS not_all_concepts_deleted = 1 not_all_entries_deleted = 0 error_tadir_entry = 0 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_structure_name = 'SOTR_TEXT' i_grid_title = l_title it_fieldcat = l_fieldcat is_layout = l_layout i_screen_start_column = 5 i_screen_start_line = 5 i_screen_end_column = 150 i_screen_end_line = 30 TABLES t_outtab = l_sotr_text EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_structure_name = 'SOTR_TEXTU' i_grid_title = l_title it_fieldcat = l_fieldcat is_layout = l_layout i_screen_start_column = 5 i_screen_start_line = 5 i_screen_end_column = 150 i_screen_end_line = 30 TABLES t_outtab = l_sotr_textu EXCEPTIONS program_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BTFR_DELETE_HEADERS_DISPLAYF01 - BTFRDELETEHEADERSDISPLAYF01 BTFR_DELETE_HEADERS - OTR: Deletion of erroneous entries in header tables BTFR_DELETE_HEADERS - OTR: Deletion of erroneous entries in header tables BTFR_DATA_SEL_SCREENS - BTFRDATASELSCREENS BTFR_CREATE_LOCAL_TADIR_ENTRY - Create Local TADIR Entry for OTR Texts BTFR_CREATE_LOCAL_TADIR_ENTRY - Create Local TADIR Entry for OTR Texts