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

RWLAY002 SAP ABAP Report - Delete All Layout Listing Conditions for Assortments







RWLAY002 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

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

WLCM - Delete LayoutListConds. for Assort.


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 RWLAY002. "Basic submit
SUBMIT RWLAY002 AND RETURN. "Return to original report after report execution complete
SUBMIT RWLAY002 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_ASORT = Assortment
Selection Text: P_TEST = Test Run
Selection Text: P_CHNDOC = Write WLK1 Change Documents
Title: Delete All Layout Listing Conditions for Assortments
Text Symbol: 062 = Deleted WSOF
Text Symbol: 061 = Deleted WLK1
Text Symbol: 028 = 0 WSOF Rcrds
Text Symbol: 027 = 0 WLK1 Rcrds
Text Symbol: 026 = Assortment Module
Text Symbol: 025 = No assortment modules were deleted
Text Symbol: 024 = Deleted Shelf Modules (WSOH Records):
Text Symbol: 023 = Error when deleting
Text Symbol: 022 = WSOF Rcrds
Text Symbol: 021 = WLK1 Rcrds
Text Symbol: 017 = Assortment Module
Text Symbol: 016 = No assortment modules were deleted
Text Symbol: 015 = Delete
Text Symbol: 014 = with
Text Symbol: 013 = Error
Text Symbol: 012 = WSOF Rcrds
Text Symbol: 011 = 0 WSOF Rcrds
Text Symbol: 010 = 0 WLK1 Records
Text Symbol: 009 = Assortm.
Text Symbol: 008 = Deleted Listing Conditions and Assortment Assignments:
Text Symbol: 007 = The following changes were made to the database:
Text Symbol: 006 = Results of Test Run (no database changes):
Text Symbol: 005 = Selected
Text Symbol: 004 = Valid Assortments
Text Symbol: 003 = Control Parameters
Text Symbol: 002 = None
Text Symbol: 001 = Limit Selection


INCLUDES used within this REPORT RWLAY002

INCLUDE RWSORT_LISTVIEW_DATA.


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:

WLK1_CHANGE call function 'WLK1_CHANGE' exporting function = '3' * VKORG = ' ' * VTWEG = ' ' module = itab_wlk1_line-ursac * WINT_POS = * LAST_LISTING = ' ' * SELECT_ASSORTMENT = ' ' upd_mode = upd_mode_rop * IGNORE_PROMOTIONS = ' ' p_create_change_document = p_p_create_change_document tables int_wlk1 = p_itab_wlk1 exceptions no_wlk1 = 1 wlk1_exists = 2 wrong_dates = 3 wrong_function = 4 always_rj_connected = 5 others = 6 .



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