BDLIBUS 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 BDLIBUS 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 IBU entries
Text Symbol: 002 = Please place cursor on a valid line.
Text Symbol: 003 = You do not have authorization.
Text Symbol: 007 = Data successfully saved.
Text Symbol: 008 = Error! Data not saved.
Text Symbol: 011 = Chosen line will be deleted.
Text Symbol: 012 = Really delete?
Text Symbol: 013 = Delete line
Text Symbol: 014 = Unsaved data will get lost.
Text Symbol: 015 = Save before leaving?
Text Symbol: 016 = Leave table
INCLUDE BDLIBTOP.
INCLUDE BDLIBI10.
INCLUDE BDLIBO10.
INCLUDE BDLIBF10.
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.