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
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
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.
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
INCLUDE WRFM_WSO6TOP.
INCLUDE WRFM_WSO6I01.
INCLUDE WRFM_WSO6F02.
INCLUDE WRFM_WSO6O01.
INCLUDE WRFM_WSO6F01.
INCLUDE WRFM_WSO6F03.
INCLUDE WRFM_WSO6F04.
INCLUDE WRFM_WSO6F05.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.