SAP Reports / Programs

RSWSRM_DUMP SAP ABAP Report - WSRM Tabellenanzeige







RSWSRM_DUMP 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 RSWSRM_DUMP 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 RSWSRM_DUMP. "Basic submit
SUBMIT RSWSRM_DUMP AND RETURN. "Return to original report after report execution complete
SUBMIT RSWSRM_DUMP 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: USER = User
Selection Text: ONLY_EV = Only Entries of Eventhandler
Title: WSRM Tabellenanzeige
Text Symbol: 082 = Starting Print out IO Process table->
Text Symbol: 081 = Message Number is NOT ACTIVE (0) ->
Text Symbol: 080 = Message Number is ACTIVE (1) ->
Text Symbol: 079 = LastMessage Number ->
Text Symbol: 078 = LastMessage Indicator ->
Text Symbol: 077 = Unacknowledeged -> NACK
Text Symbol: 076 = Acknowledeged -> ACK
Text Symbol: 075 = SID ->
Text Symbol: 074 = Mandant ->
Text Symbol: 073 = Direction -> Receiver
Text Symbol: 072 = Direction -> Sender
Text Symbol: 071 = Number of ACK/NACK->
Text Symbol: 070 = Starting Print out Status table->
Text Symbol: 069 = Time->
Text Symbol: 068 = Expires ->Date->
Text Symbol: 067 = Time->
Text Symbol: 066 = Inactivity Interval ->Date->
Text Symbol: 065 = Time->
Text Symbol: 064 = Acknowledgement Interval ->Date->
Text Symbol: 063 = Time->
Text Symbol: 062 = Retransmission Interval ->Date->
Text Symbol: 061 = Event Type ->
Text Symbol: 060 = Sequence Name ->
Text Symbol: 059 = Domain Name ->
Text Symbol: 058 = MessNr. ->
Text Symbol: 057 = SID ->
Text Symbol: 083 = Number of PRC/RNP->
Text Symbol: 120 = Number of DOM entries->
Text Symbol: 108 = WSRM_DETAIL7 ->
Text Symbol: 107 = WSRM_DETAIL6 ->
Text Symbol: 106 = WSRM_DETAIL5 ->
Text Symbol: 105 = WSRM_DETAIL4 ->
Text Symbol: 104 = WSRM_DETAIL3 ->
Text Symbol: 103 = WSRM_DETAIL2 ->
Text Symbol: 102 = WSRM_DETAIL1 ->





Text Symbol: 101 = WSRM_REASON5 ->
Text Symbol: 100 = WSRM_REASON4 ->
Text Symbol: 099 = WSRM_REASON3 ->
Text Symbol: 098 = WSRM_REASON2 ->
Text Symbol: 097 = WSRM_REASON1 ->
Text Symbol: 096 = WSRM_ROLE ->
Text Symbol: 095 = WSRM_NODE_NAME ->
Text Symbol: 094 = WSRM_TIME ->
Text Symbol: 093 = WSRM_DATE ->
Text Symbol: 092 = WSRM_PERSIST_ID ->
Text Symbol: 091 = WSRM_SID ->
Text Symbol: 090 = WSRM_DIRECTION ->
Text Symbol: 089 = Message Number is NOT ACTIVE (0) ->
Text Symbol: 088 = Message Number is ACTIVE (1) ->
Text Symbol: 087 = Not Processed -> PRC
Text Symbol: 086 = Processed -> RNP
Text Symbol: 085 = SID ->
Text Symbol: 084 = Mandant ->
Text Symbol: 028 = Mandant ->
Text Symbol: 027 = Direction -> Receiver
Text Symbol: 026 = Direction -> Sender
Text Symbol: 025 = Number of INTERVAL entries->
Text Symbol: 024 = Starting Print out Interval table->
Text Symbol: 023 = DIR ->
Text Symbol: 022 = SID ->
Text Symbol: 021 = Mandant ->
Text Symbol: 020 = Starting Print out Create WSRM SID->
Text Symbol: 019 = SID ->
Text Symbol: 018 = Sequence Name ->
Text Symbol: 017 = Domain Name ->
Text Symbol: 016 = Time ->
Text Symbol: 015 = Date ->
Text Symbol: 014 = User ->
Text Symbol: 013 = Mandant ->
Text Symbol: 012 = Direction -> Receiver
Text Symbol: 011 = Direction -> Sender
Text Symbol: 010 = SID ->
Text Symbol: 009 = Sequence Name ->
Text Symbol: 008 = Domain Name ->





Text Symbol: 007 = Time ->
Text Symbol: 006 = Date ->
Text Symbol: 005 = User ->
Text Symbol: 004 = Mandant ->
Text Symbol: 003 = Direction -> Receiver
Text Symbol: 002 = Direction -> Sender
Text Symbol: 001 = Starting Print out Domain/Seqn->
Text Symbol: 056 = PID ->
Text Symbol: 055 = Time ->
Text Symbol: 054 = Date ->
Text Symbol: 053 = Timestamp ->
Text Symbol: 052 = UUID ->
Text Symbol: 051 = Mandant ->
Text Symbol: 050 = Direction -> Receiver
Text Symbol: 049 = Direction -> Sender
Text Symbol: 048 = Number of EVENTS->
Text Symbol: 047 = Starting Print out Event table->
Text Symbol: 046 = Prep. for Deleteion ->
Text Symbol: 045 = LPCONFIG Name ->
Text Symbol: 044 = Proxy Class ->
Text Symbol: 043 = Special Sequence
Text Symbol: 042 = MNR ->
Text Symbol: 041 = MID_REF ->
Text Symbol: 040 = MID ->
Text Symbol: 039 = PID ->
Text Symbol: 038 = SID ->
Text Symbol: 037 = Mandant ->
Text Symbol: 036 = Direction -> Receiver
Text Symbol: 035 = Direction -> Sender
Text Symbol: 034 = Number of PID_SID_MNR entries->
Text Symbol: 033 = Starting Print out PID_SID_MNR->
Text Symbol: 032 = Inactivity Interval ->
Text Symbol: 031 = Acknowledgement Interval ->
Text Symbol: 030 = Retransmission Interval ->
Text Symbol: 029 = SID ->


INCLUDES used within this REPORT RSWSRM_DUMP

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