SAP Reports / Programs

SAPMWSOA7 SAP ABAP Report - Program SAPMWSOA7







SAPMWSOA7 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 SAPMWSOA7 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

WSOA7 - Mass Maintenance of Table WRS6


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


Text pool values


Title: Program SAPMWSOA7
Text Symbol: 001 = Do you want to save
Text Symbol: 002 = the changes first?
Text Symbol: 003 = New Selection or New Processing Type
Text Symbol: 004 = Do you want to save the changes first?
Text Symbol: 070 = You are about to exit
Text Symbol: 071 = Do you want to save
Text Symbol: 072 = the changes first?
Text Symbol: 073 = Cancel
Text Symbol: 074 = Exit
Text Symbol: 075 = Back


INCLUDES used within this REPORT SAPMWSOA7

INCLUDE MWSOA7TOP.
INCLUDE MWSOA7_STATUS_0100O01.
INCLUDE MWSOA7_USER_COMMAND_0100I01.
INCLUDE MWSOA7_WRS6_SELECTIONF01.
INCLUDE MWSOA7_POPUP_SAVE_DATAF01.
INCLUDE MWSOA7O01 .
INCLUDE MWSOA7I01 .
INCLUDE MWSOA7F01 .
INCLUDE MWSOA7_FILL_TC_WRS6O01.
INCLUDE MWSOA7_FILL_TC_WRS6F01.
INCLUDE MWSOA7_INACTIVEO01.
INCLUDE MWSOA7_SAVE_DATAF01.
INCLUDE MWSOA7_INITIALIZE_GT_WRS6_DF01.
INCLUDE MWSOA7_TC_DYN100_WRS6_ASORTI01.
INCLUDE MWSOA7_SAVE_ASORTMENT_DATAF01.


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