RSBDCDMP 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 RSBDCDMP 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: TRANS_NR = Transaction counter
Selection Text: QUEUE_ID = Queue ID
Selection Text: MESS_NR = Message counter
Title: Dump for a Queue
Text Symbol: 010 = FORMID
Text Symbol: 011 = QATTRIB
Text Symbol: 012 = QID
Text Symbol: 013 = QSTATE
Text Symbol: 014 = QERASE
Text Symbol: 001 = Queue info -APQI-
Text Symbol: 002 = Field
Text Symbol: 003 = Value
Text Symbol: 004 = DESTSYS
Text Symbol: 005 = DESTAPP
Text Symbol: 006 = DATATYP
Text Symbol: 007 = CLIENT
Text Symbol: 015 = USERID
Text Symbol: 023 = STARTTIME
Text Symbol: 024 = PUTACTIVE
Text Symbol: 025 = GETACTIVE
Text Symbol: 026 = PUTPID
Text Symbol: 027 = GETPID
Text Symbol: 028 = PUTTRANS
Text Symbol: 029 = GETTRANS
Text Symbol: 016 = PASSWD
Text Symbol: 017 = CREATOR
Text Symbol: 018 = CREDATE
Text Symbol: 019 = CRETIME
Text Symbol: 020 = STARTPGID
Text Symbol: 021 = STARTMODE
Text Symbol: 022 = STARTDATE
Text Symbol: 009 = PROGID
Text Symbol: 038 = TRANSCNTE
Text Symbol: 039 = MSGCNTE
Text Symbol: 040 = TRANSCNTD
Text Symbol: 041 = MSGCNTD
Text Symbol: 042 = TRANSCNTF
Text Symbol: 043 = MSGCNTF
No INCLUDES are used within this REPORT code!
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.