SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Online Text Repository(BC-SRV-OTR) SAP BC

BTFR_DELETE_HEADERS SAP ABAP Report - OTR: Deletion of erroneous entries in header tables







BTFR_DELETE_HEADERS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The OTR header tables contain incorrect or inconsistent entries in (SOTR_HEAD for short texts and SOTR_HEADU for long texts)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter BTFR_DELETE_HEADERS 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 BTFR_DELETE_HEADERS. "Basic submit
SUBMIT BTFR_DELETE_HEADERS AND RETURN. "Return to original report after report execution complete
SUBMIT BTFR_DELETE_HEADERS 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: P_USER = User
Selection Text: P_TEXTEX = Header Texts Available
Selection Text: P_TEXT = Description
Selection Text: P_TADIR = TADIR entry available
Selection Text: P_STRING = Long Text
Selection Text: P_PACKEX = Package Check
Selection Text: P_HEADER = Header
Selection Text: P_APPL = Application
Selection Text: PACKS = Package
Title: OTR: Deletion of erroneous entries in header tables
Text Symbol: 026 = TADIR entry does not exist
Text Symbol: 025 = Package does not exist
Text Symbol: 024 = Do you want to delete the concepts?
Text Symbol: 023 = Changed On
Text Symbol: 022 = Created On
Text Symbol: 021 = Changed By
Text Symbol: 020 = Created By
Text Symbol: 019 = Text
Text Symbol: 017 = Length
Text Symbol: 016 = Concept
Text Symbol: 015 = Context Flag
Text Symbol: 014 = Yes
Text Symbol: 013 = Selecting data...
Text Symbol: 012 = No
Text Symbol: 011 = Invalid object type
Text Symbol: 010 = Invalid package
Text Symbol: 009 = No Text
Text Symbol: 008 = Invalid ID
Text Symbol: 007 = Checks
Text Symbol: 006 = Text Type
Text Symbol: 005 = Selection
Text Symbol: 003 = Error in the list output
Text Symbol: 002 = Error Type
Text Symbol: 001 = Erroneous Concepts


INCLUDES used within this REPORT BTFR_DELETE_HEADERS

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:

SOTR_OBJECT_SET_VECTOR CALL FUNCTION 'SOTR_OBJECT_SET_VECTOR' EXPORTING object = l_object CHANGING object_vector = ex_obj_vec EXCEPTIONS object_not_found = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = 'Daten werden selektiert...'(013).



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