BDLCOES 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 BDLCOES 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.
Title: Tool to maintain COE entries
Text Symbol: 132 = Wrong search pattern.
Text Symbol: 131 = String not found.
Text Symbol: 130 = Find
Text Symbol: 038 = Service info has been set to status "delete".
Text Symbol: 037 = Status has been changed.
Text Symbol: 036 = Error info has been set to status "delete".
Text Symbol: 035 = Exception info has been set to status "delete".
Text Symbol: 034 = Please select.
Text Symbol: 033 = Update of exception list
Text Symbol: 032 = Save first?
Text Symbol: 031 = Unsaved entries will be lost.
Text Symbol: 029 = Help texts for some error(s) are missing.
Text Symbol: 028 = Please fill in marked field.
Text Symbol: 027 = Solution help text is still missing.
Text Symbol: 026 = Symptom help text is still missing.
Text Symbol: 025 = Help texts for some exception(s) are missing.
Text Symbol: 023 = Set delete flag
Text Symbol: 022 = Really set delete flag?
Text Symbol: 021 = Selected line and dependent entries will be affected.
Text Symbol: 020 = No entries found. Read function interfaces.
Text Symbol: 019 = Interface data missing.
Text Symbol: 018 = Function interface contains no exceptions.
Text Symbol: 017 = Exceptions entries updated.
Text Symbol: 016 = Leave editing mode
Text Symbol: 015 = Save before leaving?
Text Symbol: 014 = Unsaved data will be lost.
Text Symbol: 013 = Delete line
Text Symbol: 012 = Proceed?
Text Symbol: 011 = Select line will be deleted.
Text Symbol: 010 = Changes not allowed.
Text Symbol: 009 = No data found.
Text Symbol: 008 = Error! Data not saved.
Text Symbol: 007 = Data successfully saved.
Text Symbol: 003 = You do not have authorization.
Text Symbol: 002 = Please place cursor on a valid line.
INCLUDE BDLCOTOP.
INCLUDE BDLCOI10.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.