RSIWB_CHECK 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_CHECK 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.
Check links and uses in structures
Selection Text: CK_DELY = Check productivity
Selection Text: CK_LINKS = Check links
Selection Text: COUNTRY = Country
Selection Text: EX_BEZ = Extract name
Selection Text: EX_NAME = Name of extract
Selection Text: FLDR_ALL = All productive folders
Selection Text: FLDR_SEL = Select Folders
Selection Text: INDUSTRY = Industry sector
Selection Text: LANGUAGE = Language
Selection Text: RELEASE = Release
Selection Text: USER = User-Specific
Title: KEN: General check report
Text Symbol: 001 = Context
Text Symbol: 002 = Folders
Text Symbol: 003 = Name for Result of Check
Text Symbol: 004 = Checks
Text Symbol: 010 = Check selected folders or all folders?
Text Symbol: 020 = Select Check
INCLUDE: IWBCONST,
No SAP DATABASE tables are accessed within this REPORT code!
IWB_FOLDER_IA_QUERY CALL FUNCTION 'IWB_FOLDER_IA_QUERY' IMPORTING ACTION = ACTION TABLES RESULT_FOLDERS = FOLDER_TAB.
IWB_FOLDER_QUERY CALL FUNCTION 'IWB_FOLDER_QUERY' IMPORTING ERROR_MSG = ERROR_MSG TABLES QUERY = QUERY RESULT = FOLDER_TAB.
IWB_FOLDER_CHECK_LINKS * CALL FUNCTION 'IWB_FOLDER_CHECK_LINKS' * IMPORTING * ERROR_MSG = * TABLES * folder = folder_tab * context = context * bad_objects = bad_objects.
INFO_OBJECT_QUERY_SAVE * CALL FUNCTION 'INFO_OBJECT_QUERY_SAVE' * EXPORTING ** TASK = 'DOCU' ** POPUP = ' ' * extract_save_data = * tables * context = * query = ** REQUESTED_PROPERTIES = * .
REUSE_ALV_EXTRACT_AT_INIT CALL FUNCTION 'REUSE_ALV_EXTRACT_AT_INIT' EXPORTING I_REPORT = C_IO_QUERY_REPORT "AIO * I_HANDLE = * I_LOG_GROUP = I_USERNAME = G_USER_NAME CHANGING CS_EXTRACT1 = G_EXTRACT_SAVE CS_EXTRACT2 = G_EXTRACT_LOAD.
REUSE_ALV_EXTRACT_AT_SELSCREEN CALL FUNCTION 'REUSE_ALV_EXTRACT_AT_SELSCREEN' EXPORTING I_P_SAVE = C_YES I_P_LOAD = C_NO CHANGING C_P_EX1 = EX_NAME C_P_EX2 = EX_NAME C_P_EXT1 = EX_BEZ C_P_EXT2 = EX_BEZ CS_EXTRACT1 = G_EXTRACT_SAVE CS_EXTRACT2 = G_EXTRACT_LOAD.
IWB_FOLDER_INFO_OBJECTS_GET * CALL FUNCTION 'IWB_FOLDER_INFO_OBJECTS_GET' * IMPORTING * ERROR_MSG = ERROR_MSG * TABLES * FOLDER = FOLDER_TAB * INFO_OBJECTS = IO_TAB.
INFO_OBJECT_USE * CALL FUNCTION 'INFO_OBJECT_USE' * EXPORTING * INFO_OBJECT = IO_TAB * TABLES * CONTEXT = CONTEXT * HYPERLINKS = HYPERLINKS ** INCLUDES = * STRUCTURES = STRUCTURES.
INFO_OBJECTS_PROPERTIES_GET * CALL FUNCTION 'INFO_OBJECTS_PROPERTIES_GET' * TABLES * INFO_OBJECTS = IO_TAB * CONTEXT = CONTEXT * REQUESTED_PROPERTIES = REQ_PROPS * PROPERTIES = PROPS.
INFO_OBJECTS_PROPERTIES_GET * CALL FUNCTION 'INFO_OBJECTS_PROPERTIES_GET' * TABLES * INFO_OBJECTS = FOLDER_TAB ** CONTEXT = * REQUESTED_PROPERTIES = REQ_PROPS * PROPERTIES = PROPS.
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_CHECK - KEN: General check report RSIWB_CHECK - KEN: General check report RSIWB_CD_PACKING_LIST_CREATE - Program RSIWB_CD_PACKING_LIST_CREATE RSIWB_CD_PACKING_LIST_CREATE - Program RSIWB_CD_PACKING_LIST_CREATE RSIWB_BG_DISPLAYO01 - Include RSIWB_BG_DISPLAYO01 RSIWB_BG_DISPLAYI01 - Include RSIWB_BG_DISPLAYI01