RWSAF001_FORMS is a standard ABAP INCLUDE 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 RWSAF001_FORMS into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DEQUEUE_E_WSAF_CONFIG CALL FUNCTION 'DEQUEUE_E_WSAF_CONFIG' EXPORTING mode_wsaf_config = 'E' mandt = sy-mandt werks = i_werks-werks * X_WERKS = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .
QF05_RANDOM_INTEGER CALL FUNCTION 'QF05_RANDOM_INTEGER' EXPORTING ran_int_max = i_max ran_int_min = i_min IMPORTING ran_int = o_rnd EXCEPTIONS invalid_input = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWSAF001_FORMS - RWSAF001FORMS RWSAF001 - Main program for interface between R/3 and SAF forecast software RWSAF001 - Main program for interface between R/3 and SAF forecast software RWSAF0001_FORM_TAGES_VERBR - RWSAF0001FORMTAGESVERBR RWSAF0001_FORM_PUB_HOLIDAYS - RWSAF0001FORMPUBHOLIDAYS RWSAF0001_FORM_PROG_DURCHFUEH - RWSAF0001FORMPROGDURCHFUEH