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
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
Below is a list of transaction codes which are relevant to this SAP report
WGDS_CONF_MSG_MNGR - Sending Trade Item Errors and Status
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DEQUEUE_ALL call function 'DEQUEUE_ALL'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWGDS_MESSAGE_MANAGER - Sending Trade Item Errors and Statuses RWGDS_MESSAGE_MANAGER - Sending Trade Item Errors and Statuses RWGDS_CONFIRM_TEST_RESP_TOP - Include RWGDS_CONFIRM_TEST_RESP_TOP RWGDS_CONFIRM_TEST_RESP_F01 - Include RWGDS_CONFIRM_TEST_RESP_F01 RWGDS_CONFIRM_TEST_RESP_E01 - Include RWGDS_CONFIRM_TEST_RESP_E01 RWGDS_CONFIRM_TEST_RESPONSE - Simulate a confirmation response