RSIWA_CONTROL_PROGRAM 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 RSIWA_CONTROL_PROGRAM 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.
Selection Text: DATAFLOW = DataFlow
Title: NetplanControl
Text Symbol: 001 = SAP labs Development Specialist Product Line
Text Symbol: 002 = double click
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSIWA_CREATE_NEW_DATAFLOW call function 'RSIWA_CREATE_NEW_DATAFLOW' exporting * I_INFOAREA = ' ' i_dataflow = dataflow importing e_dataflow = l_dflow exceptions canceled_by_user = 1 others = 2.
RSIWA_CALL_NETPLAN *call function 'RSIWA_CALL_NETPLAN'.
RSIWA_NETPLAN_F4 call function 'RSIWA_NETPLAN_F4' importing e_dataflow = l_dataflow_tmp exceptions canceled_by_user = 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.