RSIWBF07 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 RSIWBF07 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!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = LC_CHAR_Y TEXTLINE1 = 'Bitte Anzahl größer 0 wählen'(026) TITEL = 'Definition der LOIO-Anzahl'(027).
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = P_LT_LINE-LS_LINE.
INFO_OBJECT_FOLDER_GET CALL FUNCTION 'INFO_OBJECT_FOLDER_GET' EXPORTING INFO_OBJECT = LS_INFO IMPORTING FOLDER = LS_FOLDER ERROR_MSG = LS_ERROR_MSG2.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = LC_CHAR_Y TEXTLINE1 = 'Bitte einen Dateinamen angeben'(034) TITEL = 'Protokoll in Datei'(035).
WS_DOWNLOAD CALL FUNCTION 'WS_DOWNLOAD' EXPORTING FILENAME = P_P_FNAME TABLES DATA_TAB = P_LT_LINE EXCEPTIONS FILE_OPEN_ERROR = 1 FILE_WRITE_ERROR = 2 INVALID_FILESIZE = 3 INVALID_TABLE_WIDTH = 4 INVALID_TYPE = 5 NO_BATCH = 6 UNKNOWN_ERROR = 7 GUI_REFUSE_FILETRANSFER = 8 OTHERS = 9.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = 'Wollen Sie Eingabeparameter ändern?'(037) TITEL = 'Fehler beim Protokolldatei anlegen'(036).
WS_DOWNLOAD CALL FUNCTION 'WS_DOWNLOAD' EXPORTING FILENAME = P_LS_PAR-FNAME TABLES DATA_TAB = P_LT_LINE EXCEPTIONS FILE_OPEN_ERROR = 1 FILE_WRITE_ERROR = 2 INVALID_FILESIZE = 3 INVALID_TABLE_WIDTH = 4 INVALID_TYPE = 5 NO_BATCH = 6 UNKNOWN_ERROR = 7 GUI_REFUSE_FILETRANSFER = 8 OTHERS = 9.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = LC_CHAR_Y TEXTLINE1 = 'Bitte zwischen 0 und 2 wählen'(024) TITEL = 'Auswahl der Arbeitstabelle IWB.PHIO'(025).
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.