SAP Reports / Programs

RWGRC_006 SAP ABAP Report - Delete Goods Receipt Capacity Data







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WGRC6 - Delete


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





Text Symbol: 005 = General Settings
Text Symbol: 004 = Actual Data
Text Symbol: 003 = Postprocessing
Text Symbol: 002 = Resources
Text Symbol: 001 = Assignment Vendor


INCLUDES used within this REPORT RWGRC_006

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:

WGRC_D_SETTINGS CALL FUNCTION 'WGRC_D_SETTINGS' IMPORTING es_settings = gs_settings EXCEPTIONS error = 1 OTHERS = 99.



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