SAP Reports / Programs

RCMIG_BOM SAP ABAP Report - Migration: BOM in iPPE Structure







RCMIG_BOM 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 RCMIG_BOM 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

CMIG - iPPE Migration Tool


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 RCMIG_BOM. "Basic submit
SUBMIT RCMIG_BOM AND RETURN. "Return to original report after report execution complete
SUBMIT RCMIG_BOM 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: SEL_WRK = D Plant
Selection Text: SEL_STL = D Bill of Material
Selection Text: SEL_MAT = D Material
Selection Text: SEL_ANW = D BOM Usage
Selection Text: P_WAREA = D Work Area
Selection Text: P_SHOW = Only Display Selection
Selection Text: P_SECU = Security Switch
Selection Text: P_LOCK = Lock Migration for Others
Selection Text: P_IPPE = Using iPPE Workbench
Selection Text: P_DARK = In the Background
Title: Migration: BOM in iPPE Structure
Text Symbol: 004 = Security Switch Not Activated
Text Symbol: 003 = already migrated
Text Symbol: 002 = Debug Parameter
Text Symbol: 001 = Selection (AND Link)
Text Symbol: 000 = Function


INCLUDES used within this REPORT RCMIG_BOM

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:

CP_CC_S_LOAD_COMPLEX_BY_BOM CALL FUNCTION 'CP_CC_S_LOAD_COMPLEX_BY_BOM' EXPORTING i_class = 'P' i_work_area = p_warea i_cpsc_mbm_sel = l_mbm_sel i_cpsc_bom_sel = l_bom_sel IMPORTING e_bom_ident = gt_bomident[] EXCEPTIONS OTHERS = 9.

CMIG_MT_GET_STATUS CALL FUNCTION 'CMIG_MT_GET_STATUS' EXPORTING im_stlty = gt_bomident-stlty im_stlnr = gt_bomident-stlnr IMPORTING ex_status = l_status.

CMIG_DISPATCH CALL FUNCTION 'CMIG_DISPATCH' EXPORTING im_interactive = 'X' im_return_tcode = space im_debug_mode = p_viewt im_lock_migration = p_lock.

CMIG_DISPATCH CALL FUNCTION 'CMIG_DISPATCH' EXPORTING im_interactive = space im_return_tcode = space im_lock_migration = p_lock.



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