SAP Reports / Programs | Service | Solution Manager | Service Data Download(SV-SMG-SDD) SAP SV

BDLCOES SAP ABAP Report - Tool to maintain COE entries







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


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


Text pool values


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.


INCLUDES used within this REPORT BDLCOES

INCLUDE BDLCOTOP.
INCLUDE BDLCOI10.




INCLUDE BDLCOO10.
INCLUDE BDLCOF10.


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:

No SAP FUNCTION MODULES are executed within this report code!



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