SAP Reports / Programs | Cross-Application Components | Open Information Warehouse(CA-OIW) SAP CA

RMCROIW0 SAP ABAP Report - Maintain OIW Metadata







RMCROIW0 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 RMCROIW0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MCKA - OIW Metadata


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 RMCROIW0. "Basic submit
SUBMIT RMCROIW0 AND RETURN. "Return to original report after report execution complete
SUBMIT RMCROIW0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: STD_MCIN = Standard info structures
Selection Text: SL_SELVS = D Selection version
Selection Text: SL_MCINF = D Info structure
Selection Text: HR_INFTY = Infotype
Selection Text: HR_BEW = Recruitment
Selection Text: HR_ADM = Personnel Administration
Selection Text: DEL_LIS = Delete entries
Selection Text: DEL_HR = Delete entries
Selection Text: CO_KOSTL = Cost Center Accounting
Selection Text: CO_DEL = Delete entries
Title: Maintain OIW Metadata
Text Symbol: 015 = Recruitment
Text Symbol: 014 = Standard Fields
Text Symbol: 013 = Personnel Administration
Text Symbol: 012 = Importing report group &
Text Symbol: 011 = Controlling
Text Symbol: 010 = Delete completely?
Text Symbol: 009 = Do you want to delete the
Text Symbol: 008 = Delete OIW metadata
Text Symbol: 007 = Human resources
Text Symbol: 006 = Delete
Text Symbol: 005 = Display...
Text Symbol: 004 = OIW Metadata
Text Symbol: 003 = Data sources of the OIW metadata
Text Symbol: 002 = Logistics
Text Symbol: 001 = Standard info structures


INCLUDES used within this REPORT RMCROIW0

No INCLUDES are used within this REPORT code!


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:

MCS_TMC4_F4 CALL FUNCTION 'MCS_TMC4_F4' IMPORTING E_MCINF = SL_MCINF-LOW EXCEPTIONS NO_FIELD_SELECTED = 01.

MCS_TMC4_F4 CALL FUNCTION 'MCS_TMC4_F4' IMPORTING E_MCINF = SL_MCINF-HIGH EXCEPTIONS NO_FIELD_SELECTED = 01.

MC_LIST_POPUP CALL FUNCTION 'MC_LIST_POPUP' EXPORTING * I_FORMNAME1 = ' ' I_FORMNAME2 = 'METHODEN_ANZEIGEN' * I_FORMNAME3 = I_POPUP_LENGTH = 20 I_POPUP_LINSZ = 60 * OIW-Metadaten I_POPUP_TITLE = TEXT-004 I_POPUP_WIDTH = 60 * I_PROGNAME = SY-CPROG * I_START_COLUMN = 20 I_START_ROW = 1 EXCEPTIONS OTHERS = 1.

OIW_METADATA_MAINTAIN_LIS CALL FUNCTION 'OIW_METADATA_MAINTAIN_LIS' EXPORTING I_DELETE_ONLY = DEL_LIS I_MCINF = tmc4_tab-MCINF I_MODE = '1' EXCEPTIONS NO_INFO_STRUCTURE = 1.

OIW_METADATA_MAINTAIN_LIS CALL FUNCTION 'OIW_METADATA_MAINTAIN_LIS' EXPORTING I_DELETE_ONLY = DEL_LIS I_MODE = '2' TABLES T_SELVS = HLP_SELVS EXCEPTIONS NO_INFO_STRUCTURE = 1.

OIW_METADATA_MAINTAIN_HR CALL FUNCTION 'OIW_METADATA_MAINTAIN_HR' EXPORTING I_DELETE_ONLY = DEL_HR I_MODE = SPACE TABLES T_SELVS = HLP_INFTY EXCEPTIONS NO_INFO_STRUCTURE = 1 OTHERS = 2.

OIW_METADATA_MAINTAIN_HR CALL FUNCTION 'OIW_METADATA_MAINTAIN_HR' EXPORTING I_DELETE_ONLY = DEL_HR I_MODE = '1' EXCEPTIONS NO_INFO_STRUCTURE = 1 OTHERS = 2.

OIW_METADATA_MAINTAIN_HR CALL FUNCTION 'OIW_METADATA_MAINTAIN_HR' EXPORTING I_DELETE_ONLY = DEL_HR I_MODE = '2' EXCEPTIONS NO_INFO_STRUCTURE = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = PERCENTAGE TEXT = TEXT40 EXCEPTIONS OTHERS = 1.

OIW_METADATA_MAINTAIN_RW CALL FUNCTION 'OIW_METADATA_MAINTAIN_RW' EXPORTING I_DELETE_ONLY = CO_DEL I_REPORT_GROUP = RGROUPS-RGJNR EXCEPTIONS NO_REPORT_GROUP = 1 ILLEGAL_REPORT_GROUP = 2 OTHERS = 3.

BAPI_OIW_GET_CATALOG CALL FUNCTION 'BAPI_OIW_GET_CATALOG' TABLES DATA_SOURCE_LIST = MA_METHOD_TAB EXCEPTIONS OTHERS = 1.

OIW_METADATA_MAINTAIN_LIS CALL FUNCTION 'OIW_METADATA_MAINTAIN_LIS' EXPORTING I_DELETE_ONLY = DEL_LIS I_MCINF = SE_MCINF-MCINF I_MODE = '1' EXCEPTIONS NO_INFO_STRUCTURE = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = TEXT-009 TEXTLINE2 = TEXT-010 TITEL = TEXT-008 * START_COLUMN = 25 * START_ROW = 6 CANCEL_DISPLAY = SPACE IMPORTING ANSWER = TL_ANSWER EXCEPTIONS OTHERS = 1.



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 RMCROIW0 or its description.