RWSAF002 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 RWSAF002 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WSAFR02 - SAF Configuration Generation
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.
Selection Text: SO_WERKS = Plant
Selection Text: SO_FILE = File
Selection Text: P_VLFKZ = Plant Category
Selection Text: P_STAT_T = Update Transfer
Selection Text: P_STAT_A = Full Provision
Title: Generation of SAF Configuration Files
Text Symbol: 009 = Config.ini
Text Symbol: 008 = others
Text Symbol: 007 = Store-Dependent Parameters
Text Symbol: 006 = File
Text Symbol: 005 = Plant Processing
Text Symbol: 004 = Status
Text Symbol: 003 = File
Text Symbol: 002 = Plnt
Text Symbol: 001 = Select.
INCLUDE RWSAF002TOP . " GLOBAL DATA
INCLUDE RWSAF002LAY.
INCLUDE RWSAF002EVT.
INCLUDE RWSAF002F01.
INCLUDE RWSAF002F02.
INCLUDE RWSAF002F03.
INCLUDE RWSAF002F04.
INCLUDE RWSAF002F05.
INCLUDE RWSAF002F06.
INCLUDE RWSAF002F07.
INCLUDE RWSAF002F08.
INCLUDE RWSAF002F09.
INCLUDE RWSAF002F10.
INCLUDE RWSAF002F11.
INCLUDE RWSAF002F12.
INCLUDE RWSAF002F13.
INCLUDE RWSAF002F14.
INCLUDE RWSAF002F15.
INCLUDE RWSAF002F16.
INCLUDE RWSAF002F17.
INCLUDE RWSAF002F18.
INCLUDE RWSAF002F19.
INCLUDE RWSAF002F20.
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.