SAP Reports / Programs

WRFM_WSO6 SAP ABAP dialog Program - Assortment Maintenance







WRFM_WSO6 is a standard Module pool for a dialog screen ABAP Program 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 WRFM_WSO6 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

WRF_WSOA1 - Create Assortments
WRF_WSOA2 - Change Assortments
WRF_WSOA3 - Display Assortments
WRF_WSOA4 - Delete Assortment


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 WRFM_WSO6. "Basic submit
SUBMIT WRFM_WSO6 AND RETURN. "Return to original report after report execution complete
SUBMIT WRFM_WSO6 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Assortment Maintenance
Text Symbol: E02 = No assortment user can be assigned
Text Symbol: E01 = Assortment is inactive and flagged for deletion.
Text Symbol: 093 = Is Not Assigned a Dialog Number Range
Text Symbol: 092 = No. Range Object WSORTIMENT
Text Symbol: 091 = WSORTIMENT
Text Symbol: 080 = Asrtmnt Creation
Text Symbol: 079 = users?
Text Symbol: 078 = Copy the assortment
Text Symbol: 077 = Copy Assortment User
Text Symbol: 075 = Back
Text Symbol: 074 = Exit
Text Symbol: 073 = Cancel
Text Symbol: 072 = changes first?
Text Symbol: 071 = Do you want to save your
Text Symbol: 070 = You Are About To Exit.
Text Symbol: 021 = Cust.Selection
Text Symbol: 020 = Customer Group (Sales View)
Text Symbol: 015 = Assortment User
Text Symbol: 014 = Mat. Groups
Text Symbol: 013 = Langs
Text Symbol: 012 = Basic Data
Text Symbol: 011 = Assignments to Assortmnt
Text Symbol: 009 = Were Changed
Text Symbol: 007 = Maintain Assortment Assignments
Text Symbol: 006 = Delete Assortment
Text Symbol: 005 = Display Assortment
Text Symbol: 004 = Change Assortment
Text Symbol: 003 = Initial
Text Symbol: 002 = Create Assortment


INCLUDES used within this REPORT WRFM_WSO6

INCLUDE WRFM_WSO6TOP.
INCLUDE WRFM_WSO6I01.
INCLUDE WRFM_WSO6F02.
INCLUDE WRFM_WSO6O01.
INCLUDE WRFM_WSO6F01.
INCLUDE WRFM_WSO6F03.
INCLUDE WRFM_WSO6F04.
INCLUDE WRFM_WSO6F05.




INCLUDE WRFM_WSO6F06.
INCLUDE WRFM_WSO6F07.
INCLUDE WRFM_WSO6_CHECK_INPUT_LOCNRI01.
INCLUDE WRFM_WSO6F08_POPUP_COPY_USERS.
INCLUDE WRFM_WSO6_SHOW_CATEGORYI01.
INCLUDE WRFM_WSO6_CATEGORY_CHECKI01.
INCLUDE WRFM_WSO6O01_AUTHORIZATION.
INCLUDE WRFM_WSO6I01_CHECK_ASSORTYPI01.
INCLUDE WRFM_WSO6_CHECK_ASSORTYPF01.
INCLUDE WRFM_WSO6_CHECK_ASSORTYPO01.
INCLUDE WRFM_WSO6_GET_ASORT_NUMBERF01.
INCLUDE WRFM_WSO6_READ_ASSORTYPO01.
INCLUDE WRFM_WSO6_WRS1_TO_WRF_MATGRP01.
INCLUDE WRFM_WSO6_WRF_MATGRP_HLP_TO_01.
INCLUDE WRFM_WSO6_DELETE_LAYGRI01.
INCLUDE WRFM_WSO6_DELETE_LAYPRI01.
INCLUDE WRFM_WSO6_CHECK_LAYGRI01.
INCLUDE WRFM_WSO6_CHECK_DATABI01.
INCLUDE WRFM_WSO6_CHECK_DATBII01.
INCLUDE WRFM_WSO6_WRF_MATGRP_HLP_TOF01.
INCLUDE WRFM_WSO6_CHOOSE_LST_PRCD.


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