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

RSBDCDMP SAP ABAP Report - Dump for a Queue







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


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





Text Symbol: 044 = Queue data -APQD-
Text Symbol: 031 = GETBLOCK
Text Symbol: 032 = PUTDATE
Text Symbol: 033 = GETDATE
Text Symbol: 034 = PUTTIME
Text Symbol: 035 = GETTIME
Text Symbol: 036 = TRANSCNT
Text Symbol: 037 = MSGCNT
Text Symbol: 045 = TRANS
Text Symbol: 053 = Offset
Text Symbol: 054 = VARDATA
Text Symbol: 055 = See DUMP
Text Symbol: 046 = BLOCK
Text Symbol: 047 = SEGMT
Text Symbol: 048 = MSGCOUNT
Text Symbol: 049 = VARLEN
Text Symbol: 050 = D U M P
Text Symbol: 051 = Hexadecimal
Text Symbol: 052 = Character
Text Symbol: 030 = PUTBLOCK
Text Symbol: 008 = GROUPID


INCLUDES used within this REPORT RSBDCDMP

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:

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