SAP Reports / Programs | Basis Components | Middleware | ALE Integration Technology(BC-MID-ALE) SAP BC

RBDCONFIG SAP ABAP Report - Report RBDCONFIG







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WEADM - ALE Debugging Control


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


Text pool values


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





Text Symbol: D03 = XML File Inbox
Text Symbol: D04 = tRFC 3.x Inbox
Text Symbol: D05 = tRFC 4.x Inbox
Text Symbol: D06 = HTTP Inbound
Text Symbol: D07 = SOAP Inbound
Text Symbol: D08 = qRFC Inbox
Text Symbol: D09 = Start of Applic. Funct. Mod.
Text Symbol: E01 = first statement of function
Text Symbol: E02 = Event Start
Text Symbol: E03 = to each new IDoc


INCLUDES used within this REPORT RBDCONFIG

INCLUDE RBDCONFIG_TOP.
INCLUDE RBDCONFIG_LCL.
INCLUDE RBDCONFIG_PBO.
INCLUDE RBDCONFIG_PAI.
INCLUDE RBDCONFIG_FCT.


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