RWGRC_006 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program deletes the following data: Vendor-to-door or vendor-to-staging area assignment data Resources of a staging area or of a door Documents with errors, which need to be postprocessed Current capacity data of the doors or staging areas The following functions exist to help you do this: Simulation Execute and Save Display Logs General Settings Choose between Simulation, Execute and Save, or Display Logs...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 RWGRC_006 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WGRC6 - Delete
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: S_4DATE = Date
Selection Text: S_3WERKS = Plant
Selection Text: S_3LTSNR = Vendor Subrange
Selection Text: S_3LIFNR = Vendor
Selection Text: S_3LGORT = Storage Location
Selection Text: S_3EINDT = Delivery Date (Week)
Selection Text: S_2YTO = Year To
Selection Text: S_2YFROM = Year From
Selection Text: S_2WTO = Week To
Selection Text: S_2WFROM = Week From
Selection Text: S_2WERKS = Plant
Selection Text: S_2WEEK = Week
Selection Text: S_2LGTOR = Door
Selection Text: S_2LGORT = Storage Location
Selection Text: S_2LGBZO = Staging Area
Selection Text: S_1YTO = Year To
Selection Text: S_1YFROM = Year From
Selection Text: S_1WTO = Week To
Selection Text: S_1WFROM = Week From
Selection Text: S_1WERKS = Plant
Selection Text: S_1WEEK = Week
Selection Text: S_1LTSNR = Vendor Subrange
Selection Text: S_1LIFNR = Vendor
Selection Text: S_1LGORT = Storage Location
Selection Text: P_SIM = Simulation
Selection Text: P_REWORK = Register Postprocessing
Selection Text: P_REAL = Execute and Save
Selection Text: P_LOG = Display Logs
Selection Text: P_DELREW = Delete Entries with Errors
Selection Text: P_DELRES = Delete Resources
Selection Text: P_DELASS = Delete Vendor Assignment
Selection Text: P_DELACT = Delete Actual Data
Selection Text: P_CLEAR = Clear Postprocessing
Title: Delete Goods Receipt Capacity Data
Text Symbol: 070 = Following selections were not specified in more detail:
Text Symbol: 012 = Delete Goods Receiving Capacity Data
Text Symbol: 011 = Data will be lost. Do you want to delete?
Text Symbol: 010 = Confirmation Prompt
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WGRC_D_SETTINGS CALL FUNCTION 'WGRC_D_SETTINGS' IMPORTING es_settings = gs_settings EXCEPTIONS error = 1 OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.