SAP Reports / Programs

RSIWB_CHECK SAP ABAP Report - KEN: General check report







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSIWB_CHECK. "Basic submit
SUBMIT RSIWB_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RSIWB_CHECK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RSIWB_CHECK

INCLUDE: IWBCONST,


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSIWB_CHECK or its description.