RSBDCDRU 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 RSBDCDRU 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: VON = from
Selection Text: QUEUE-ID = Queue ID
Selection Text: MAPPE = Session
Selection Text: DETAIL = Display folder content immed.
Selection Text: BIS = to
Selection Text: BATCHSYS = Target host
Title: Batch Input: Print Session Contents
Text Symbol: 033 = Total
Text Symbol: 034 = Authorization
Text Symbol: 035 = Errors in sessions
Text Symbol: 036 = Sessions still to be processed
Text Symbol: 037 = Processed sessions
Text Symbol: 038 = Sessions being processed
Text Symbol: 039 = Sessions being created
Text Symbol: 040 = Locked sessions
Text Symbol: 041 = Unlocked
Text Symbol: 042 = Block
Text Symbol: 043 = Locked
Text Symbol: 044 = No batch input data exists for this screen
Text Symbol: 045 = Created by
Text Symbol: 046 = Background sessions
Text Symbol: 047 = Change
Text Symbol: 048 = No authorization for bkgrd processing
Text Symbol: 049 = Creation date -------------------------------------------------------------
Text Symbol: 052 = Background system----------------------------------------------------------
Text Symbol: 053 = Batch input: Print session contents
Text Symbol: 054 = Transaction no.
Text Symbol: 055 = List formatting
Text Symbol: 056 = From
Text Symbol: 057 = To
Text Symbol: 032 = Delete
Text Symbol: 001 = Active
Text Symbol: 002 = Created
Text Symbol: 003 = Incorrect
Text Symbol: 004 = Processed
Text Symbol: 005 = ...
Text Symbol: 006 = Transaction
Text Symbol: 007 = Status
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 PERCENTAGE = LPERCENT TEXT = LTEXT.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = LPERCENT TEXT = LTEXT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.