RSIWB_HTML_EXPORT 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 RSIWB_HTML_EXPORT 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.
Title: Program RSIWB_HTML_EXPORT
INCLUDE IWBCONST.
INCLUDE FSIWBF01.
INCLUDE FSIWBF03.
No SAP DATABASE tables are accessed within this REPORT code!
GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING EVENTID = EVENTID EVENTPARM = EVENTPARM * EXTERNAL_PROGRAM_ACTIVE = * JOBCOUNT = * JOBNAME = * STEPCOUNT = EXCEPTIONS NO_RUNTIME_INFO = 1 OTHERS = 99.
IWB_SHE_HTML_EXPORT CALL FUNCTION 'IWB_SHE_HTML_EXPORT' EXPORTING EXP_ID = EXP_ID EXCEPTIONS NO_SUCH_EXPORT = 1 could_not_set_status = 2 OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSIWB_HTML_EXPORT - Program RSIWB_HTML_EXPORT RSIWB_HTML_EXPORT - Program RSIWB_HTML_EXPORT RSIWB_FOLDER_CHECK_DISPLAY - KEN: Check links and uses in structures RSIWB_FOLDER_CHECK_DISPLAY - KEN: Check links and uses in structures RSIWB_FOLDER_CHECK - KEN: Check links and uses in structures RSIWB_FOLDER_CHECK - KEN: Check links and uses in structures