RBDCONFIG 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 RBDCONFIG into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WEADM - ALE Debugging Control
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: Report RBDCONFIG
Text Symbol: I01 = Overview of stored debugging settings
Text Symbol: I03 = Delete data record?
Text Symbol: I04 = All types exist
Text Symbol: I05 = Error while reading data records from EDADMDEB
Text Symbol: I06 = No authorization to display debugging settings
Text Symbol: I08 = Select One Line Only
Text Symbol: S01 = Changes were saved
Text Symbol: S02 = Changes were not saved
Text Symbol: T01 = Start at
Text Symbol: T02 = Debugging Position
Text Symbol: T03 = User Name
Text Symbol: T04 = Start Time
Text Symbol: T05 = Duration in Sec.
Text Symbol: T06 = Number of Attempts
Text Symbol: T08 = Partner Number
Text Symbol: T09 = Partner Type
Text Symbol: T10 = Partner Role
Text Symbol: T11 = Start in Function
Text Symbol: T12 = Partner Port
Text Symbol: T14 = Business Object
Text Symbol: T15 = Type
Text Symbol: T16 = Description
Text Symbol: W01 = Choose Type
Text Symbol: 001 = Save changed data?
Text Symbol: B00 = Display <-> Change
Text Symbol: B02 = Create Entry
Text Symbol: B03 = Change Entry
Text Symbol: B04 = Delete Entry
Text Symbol: C01 = Port
Text Symbol: C02 = does not exist or is not a file port
Text Symbol: C03 = No message, Basis, or CIM type exists :
Text Symbol: C04 = Specify message type
Text Symbol: C05 = Specify sender port
Text Symbol: C06 = Specify IDoc or CIM type
Text Symbol: C07 = Specify debugging position precisely
Text Symbol: D01 = Outbox
Text Symbol: D02 = File Inbox
INCLUDE RBDCONFIG_TOP.
INCLUDE RBDCONFIG_LCL.
INCLUDE RBDCONFIG_PBO.
INCLUDE RBDCONFIG_PAI.
INCLUDE RBDCONFIG_FCT.
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.