SAP Reports / Programs | Logistics - General | Logistics Basic Data | Assortment Maintenance(LO-MD-RA-MT) SAP LO

RWARC011 SAP ABAP Report - Archiving Assortment Modules







RWARC011 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used for updating archive files for the archiving object for assortment modules...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 RWARC011 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 RWARC011. "Basic submit
SUBMIT RWARC011 AND RETURN. "Return to original report after report execution complete
SUBMIT RWARC011 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_VTWEG = Distribution channel
Selection Text: SO_VRKME = Sales unit
Selection Text: SO_VKORG = Sales organization
Selection Text: SO_SKOPF = Module
Selection Text: SO_FILIA = Assortment
Selection Text: SO_ARTNR = Material
Selection Text: P_TEST = Deletion run in test mode
Selection Text: P_CREATE = Archiving run
Selection Text: PA_A_TA = Past period (in days)
Title: Archiving Assortment Modules
Text Symbol: 028 = Restrictions
Text Symbol: 027 = List date
Text Symbol: 026 = Selection criteria
Text Symbol: 025 = Program RWARCH01 starts at
Text Symbol: 024 = AG
Text Symbol: 023 = GM
Text Symbol: 022 = Gen. material
Text Symbol: 021 = MT
Text Symbol: 020 = Promo
Text Symbol: 018 = Sls Un
Text Symbol: 017 = Mat. grp
Text Symbol: 016 = Created
Text Symbol: 015 = A
Text Symbol: 014 = Module name
Text Symbol: 013 = Sort
Text Symbol: 012 = to
Text Symbol: 011 = frm
Text Symbol: 010 = Material
Text Symbol: 009 = Module
Text Symbol: 008 = Archived module names:
Text Symbol: 007 = Archived module item records:
Text Symbol: 006 = Archived mod. header records:
Text Symbol: 005 = Archived listing conditions:
Text Symbol: 004 = Archived assignments: module for ass. own.
Text Symbol: 003 = Delete as of
Text Symbol: 002 = Listing conditions and modules to be archived as of:
Text Symbol: 001 = Options


INCLUDES used within this REPORT RWARC011

INCLUDE RWA11TOP.





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