RMCROIWB 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 RMCROIWB 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 for Object Type OIW : OIW
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_OIW_GET_CATALOG CALL FUNCTION 'BAPI_OIW_GET_CATALOG' TABLES DATA_SOURCE_LIST = DATA_SOURCE_TAB INFO_OBJECT_LIST = INFO_OBJECT_TAB INFO_OBJECT_DATA_SOURCE_LIST = RELATION_TAB EXCEPTIONS OTHERS = 1.
RS_TREE_CREATE CALL FUNCTION 'RS_TREE_CREATE' EXPORTING ROOT_NAME = 'Open Information Warehouse' IMPORTING ROOT_ID = NODE_ROOT.
RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING NEW_NAME = 'oiw' DISPLAY_ATTRIBUTES = DISPLAY_DATA_SOURCE INSERT_ID = NODE_ROOT RELATIONSHIP = 'CHILD' IMPORTING NEW_ID = NODE_CURRENT.
RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING NEW_NAME = 'oiw' DISPLAY_ATTRIBUTES = DISPLAY_INFO_OBJECT INSERT_ID = NODE_CURRENT RELATIONSHIP = 'CHILD'.
RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXCEPTIONS OTHERS = 1.
BAPI_OIW_GET_DATA CALL FUNCTION 'BAPI_OIW_GET_DATA' EXPORTING DATA_SOURCE = DATASOURCE IMPORTING NUMBER_OF_BLOCKS_IN_DATA = NUMBEROFBLOCKSINDATA USED_DATA_SOURCE = USEDDATASOURCE RETURN = RETURN SELECTION_DATE_OF_DATA = SELECTIONDATEOFDATA TEXT_OF_USED_DATA_SOURCE = TEXTOFUSEDDATASOURCE TABLES STRUCTURE_OF_DATA = STRUCTUREOFDATA DATA = DATA COLUMNS_TO_READ = COLUMNSTOREAD SELECTION = SELECTION EXCEPTIONS OTHERS = 01.
BAPI_OIW_GET_CATALOG CALL FUNCTION 'BAPI_OIW_GET_CATALOG' IMPORTING RETURN = RETURN TABLES INFO_OBJECT_LIST = INFOOBJECTLIST DATA_SOURCE_LIST = DATASOURCELIST INFO_OBJECT_DATA_SOURCE_LIST = INFOOBJECTDATASOURCE EXCEPTIONS OTHERS = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCROIWB - Program for Object Type OIW : OIW RMCROIWB - Program for Object Type OIW : OIW RMCROIW2 - Maintenance of OIW Tables with LIS Info Structures RMCROIW2 - Maintenance of OIW Tables with LIS Info Structures RMCROIW1 - Maintenance of OIW Tables with LIS Selection Versions RMCROIW1 - Maintenance of OIW Tables with LIS Selection Versions