BTFR_DELETE_TEXTS 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 BTFR_DELETE_TEXTS 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.
Selection Text: P_USER = User
Selection Text: P_TEXT = Short Text
Selection Text: P_TEST = Test Mode
Selection Text: P_STRING = Long Text
Selection Text: P_REPAIR = Production Mode
Selection Text: P_LANGU = Language
Selection Text: P_HEADER = Header Text Available
Selection Text: P_COMM = Comments Without Text
Title: Report BTFR_DELETE_TEXTS
Text Symbol: 017 = Comment
Text Symbol: 016 = String Without Header
Text Symbol: 015 = Text Without Header
Text Symbol: 012 = No
Text Symbol: 011 = Yes
Text Symbol: 010 = Selecting data...
Text Symbol: 009 = Error Type
Text Symbol: 008 = Are you sure you want to delete the displayed entries now?
Text Symbol: 007 = Checks
Text Symbol: 006 = Text Type
Text Symbol: 005 = Selection
Text Symbol: 004 = Technical Control
Text Symbol: 001 = Erroneous Concepts
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Daten werden selektiert...'(010).
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = ' ' text_question = text-008 text_button_1 = 'Ja'(011) text_button_2 = 'Nein'(012) IMPORTING answer = answer.
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 TABLES t_outtab = p_text_del 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 TABLES t_outtab = p_textu_del 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_TEXTS - Report BTFR_DELETE_TEXTS BTFR_DELETE_TEXTS - Report BTFR_DELETE_TEXTS BTFR_DELETE_NOT_USED_TEXTS - OTR: Delete Texts Not Used BTFR_DELETE_NOT_USED_TEXTS - OTR: Delete Texts Not Used BTFR_DELETE_MULTIPLE_TEXTS - Report BTFR_DELETE_MULTIPLE_TEXTS BTFR_DELETE_MULTIPLE_TEXTS - Report BTFR_DELETE_MULTIPLE_TEXTS