SAP Reports / Programs

RWGDS_MESSAGE_MANAGER SAP ABAP Report - Sending Trade Item Errors and Statuses







RWGDS_MESSAGE_MANAGER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Choose Help -> Application Help to access the documentation for the report Message Manager...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RWGDS_MESSAGE_MANAGER 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

WGDS_CONF_MSG_MNGR - Sending Trade Item Errors and Status


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 RWGDS_MESSAGE_MANAGER. "Basic submit
SUBMIT RWGDS_MESSAGE_MANAGER AND RETURN. "Return to original report after report execution complete
SUBMIT RWGDS_MESSAGE_MANAGER 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: SO_UNAME = D .
Selection Text: SO_TSTIR = D .
Selection Text: SO_TSMSG = Sent On
Selection Text: SO_TSERR = D .
Selection Text: SO_PRINR = Catalog Number
Selection Text: SO_LIFNR = Vendor
Selection Text: SO_GTIN = GTIN of Unit of Measure
Selection Text: SO_GLNIP = GLN of Info Provider
Selection Text: GV_UNIT = D .
Selection Text: GV_SVGRP = D .
Selection Text: GV_STSYN =
Selection Text: GV_SHSTC = Display/Print Proc. Statistic
Selection Text: GV_SHLOG = Display/Print Application Log
Selection Text: GV_RBSIN = Only the specified Trade Items
Selection Text: GV_RBCIN = All Trade Items of one CIN
Selection Text: GV_RBALL = All Trade Items
Selection Text: GV_PAACT = Parallel Active (Test only!)
Selection Text: GV_MATNR = D .
Selection Text: GV_JOBNO = D .
Selection Text: GV_ITMPJ = D .
Selection Text: GV_FKSEL = Fake Selection (Removed Later)
Title: Sending Trade Item Errors and Statuses
Text Symbol: T01 = Performance Assistant
Text Symbol: STY = Synchronized
Text Symbol: STR = With Unsolved Errors
Text Symbol: STJ = Rejected
Text Symbol: STC = Accepted
Text Symbol: RSI = Specified Items Only
Text Symbol: RCI = All Items of the CIN
Text Symbol: RAL = All Items with Same Base Unit
Text Symbol: MSS = Sent Only
Text Symbol: MSP = Unsent Only
Text Symbol: MSL = Sent and Unsent
Text Symbol: ERR = Errors Creation Details
Text Symbol: BTI = Trade Item Details
Text Symbol: BST = Trade Item Status
Text Symbol: BSP = Output Options
Text Symbol: BPA = Parallel Processing Options





Text Symbol: BMS = Send Status
Text Symbol: BIH = Trade Item Selection Expansion


INCLUDES used within this REPORT RWGDS_MESSAGE_MANAGER

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:

DEQUEUE_ALL call function 'DEQUEUE_ALL'.



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