SAP Reports / Programs | Production Planning and Control | Material Requirements Planning(PP-MRP) SAP PP

PPH_COMPARE_BOM_MRP SAP ABAP Report - Compare BOM Explosion Result: Classic MRP and MRP Live in HANA







PPH_COMPARE_BOM_MRP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to compare the BOM explosion results of the classic MRP run with those of the MRP Live in HANA run...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter PPH_COMPARE_BOM_MRP 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 PPH_COMPARE_BOM_MRP. "Basic submit
SUBMIT PPH_COMPARE_BOM_MRP AND RETURN. "Return to original report after report execution complete
SUBMIT PPH_COMPARE_BOM_MRP 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: P_WERKS = D .
Selection Text: P_ROWS = Show Missing Rows
Selection Text: P_RESB = Compare RESB Extraction
Selection Text: P_PLNUM = D .
Selection Text: P_PAART = D .
Selection Text: P_NOPACK = No Package Execution
Selection Text: P_MRP = Compare MRP Run
Selection Text: P_MATNR = D .
Selection Text: P_DISPO = D .
Selection Text: P_BOM = Compare BOM Explosion
Selection Text: P_BERID = D .
Title: Compare BOM Explosion Result: Classic MRP and MRP Live in HANA
Text Symbol: C01 = Missing Row
Text Symbol: 002 = Millisecs
Text Symbol: 001 = Performance
Text Symbol: ST1 = Statistics
Text Symbol: ST2 = Number of Objects
Text Symbol: ST3 = Number of Rows Checked CDB
Text Symbol: ST4 = Number of Row Checked HDB
Text Symbol: ST5 = Number of Exceptions
Text Symbol: ST6 = :
Text Symbol: ST7 = Comparison BOM Explosion
Text Symbol: ST8 = Comparison MRP Run (RESB)
Text Symbol: T01 = Selection
Text Symbol: T03 = Options


INCLUDES used within this REPORT PPH_COMPARE_BOM_MRP

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:

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = g_pf_status_set i_callback_user_command = g_user_command is_layout = ls_layout it_fieldcat = lt_fieldcat TABLES t_outtab = EXCEPTIONS program_error = 1 OTHERS = 2.



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