SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

RM07SHUP SAP ABAP Report - Display Changes by SAP Support







RM07SHUP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report gives you a list of changes that were made by SAP Support to inventory management tables during an inconsistency correction...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 RM07SHUP 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 RM07SHUP. "Basic submit
SUBMIT RM07SHUP AND RETURN. "Return to original report after report execution complete
SUBMIT RM07SHUP 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: MES_NR = D .
Selection Text: BWKEY = D .
Selection Text: BWTAR = D .
Selection Text: CHARG = D .
Selection Text: DATE = D .
Selection Text: DIS_ALV = D .
Selection Text: DIS_HIR = D .
Selection Text: LGORT = D .
Selection Text: MATNR = D .
Selection Text: MES_YEAR = D .
Selection Text: TIME = D .
Selection Text: WERKS = D .
Title: Display Changes by SAP Support
Text Symbol: 001 = Run Data
Text Symbol: 002 = Table
Text Symbol: 003 = Key Fields
Text Symbol: 004 = Settings
Text Symbol: 005 = Display as Table
Text Symbol: 006 = Display as Hierarchy


INCLUDES used within this REPORT RM07SHUP

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_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_structure_name = 'INKON_UP' it_fieldcat = fc_display is_layout = gs_layout it_sort = gt_alvsort i_save = 'A' TABLES t_outtab = gt_display.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = gs_layout it_fieldcat = fc_display it_sort = gt_alvsort i_save = 'A' i_tabname_header = 'MMINKON_HEADER' i_tabname_item = 'MMINKON_UP' is_keyinfo = gt_headerkey TABLES t_outtab_header = gt_head t_outtab_item = gt_display.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = 'MMINKON_UP' i_structure_name = 'MMINKON_UP' CHANGING ct_fieldcat = fc_mminkon.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = 'MMINKON_UP' i_structure_name = 'MMINKON_UP' CHANGING ct_fieldcat = fc_mminkon.



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