SAP Reports / Programs | Materials Management | Consumption-Based Planning (See Also PP-MRP)(MM-CBP) SAP MM

RWSAF002 SAP ABAP Report - Generation of SAF Configuration Files







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WSAFR02 - SAF Configuration Generation


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 RWSAF002. "Basic submit
SUBMIT RWSAF002 AND RETURN. "Return to original report after report execution complete
SUBMIT RWSAF002 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: 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.


INCLUDES used within this REPORT RWSAF002

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.




INCLUDE RWSAF002F21.
INCLUDE RWSAF002F22.
INCLUDE RWSAF002F23.
INCLUDE RWSAF002F24.
INCLUDE RWSAF002F25.
INCLUDE RWSAF002F26.
INCLUDE RWSAF002F27.
INCLUDE RWSAF002F28.
INCLUDE RWSAF002F29.
INCLUDE RWSAF002F30.
INCLUDE RWSAF002F31.
INCLUDE RWSAF002F32.
INCLUDE RWSAF002F33.


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