SAP Reports / Programs | Basis Components | ABAP Runtime Environment | UI Services, Screen, Batch Input(BC-ABA-SC) SAP BC

RSBDCDRU SAP ABAP Report - Batch Input: Print Session Contents







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


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 RSBDCDRU. "Basic submit
SUBMIT RSBDCDRU AND RETURN. "Return to original report after report execution complete
SUBMIT RSBDCDRU 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: 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





Text Symbol: 008 = Screen
Text Symbol: 009 = OK code
Text Symbol: 010 = Cursor
Text Symbol: 011 = Transaction
Text Symbol: 012 = Screen
Text Symbol: 013 = Field name
Text Symbol: 014 = Field contents
Text Symbol: 015 = Session name
Text Symbol: 016 = Date
Text Symbol: 017 = Time
Text Symbol: 018 = Tran.
Text Symbol: 019 = Scrn
Text Symbol: 020 = Locked until
Text Symbol: 021 = Contents
Text Symbol: 022 = User
Text Symbol: 023 = Released
Text Symbol: 024 = Changed
Text Symbol: 025 = Release
Text Symbol: 026 = Deleted
Text Symbol: 027 = Yes
Text Symbol: 028 = No
Text Symbol: 029 = Enter
Text Symbol: 031 = Still to be processed


INCLUDES used within this REPORT RSBDCDRU

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:

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.



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