RM07MCHV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use the report RM07MCHV to create a
If you would like to execute this report or see the full code listing simply enter RM07MCHV 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.
Selection Text: PARAANLB = Bottom-Up
Selection Text: PARAANLT = Top-Down
Selection Text: PARCHARG = Batch
Selection Text: PARMATNR = Material Number
Selection Text: PARWERKS = Plant
Selection Text: PA_AKZUS = Display current batch status
Selection Text: PA_KZNUL = Display reversal postings
Selection Text: PA_LEVEL = Expansion Level
Selection Text: PA_TRFPO = Expand transfer postings
Title: Batch Where-Used List - No Maintenance of Old Version, Now RVBBWULS
Text Symbol: 012 = Expansion Level
Text Symbol: 011 = Display reversal pstngs
Text Symbol: 010 = Un
Text Symbol: 009 = Level
Text Symbol: 008 = Plant
Text Symbol: 007 = Quantity
Text Symbol: 006 = Doc.
Text Symbol: 005 = Batch
Text Symbol: 004 = Material
Text Symbol: 002 = Top-Down
Text Symbol: 001 = Bottom-Up
Text Symbol: 025 = S
Text Symbol: 026 = Batch Status
Text Symbol: 030 = Batch Where-Used List
Text Symbol: 035 = Origin
Text Symbol: 036 = Usage
Text Symbol: 040 = Batch Where-Used List
Text Symbol: 041 = Program Options
Text Symbol: 050 = Rec.: Plnt Material Batch
Text Symbol: A30 = Use of Material
Text Symbol: G05 = By material
Text Symbol: G04 = Frm plnt
Text Symbol: G03 = From btch
Text Symbol: G02 = Frm material
Text Symbol: G01 = Key
Text Symbol: E01 = MvTy. Doc.Number Qty UM
Text Symbol: D30 = Origin of Material
Text Symbol: 013 = Expand trans. pstngs
INCLUDE: RM07MUSR,
RM07MEND,
RM07GRID,
INCLUDE RM07MQC1.
No SAP DATABASE tables are accessed within this REPORT code!
VB_BATCH_DEFINITION CALL FUNCTION 'VB_BATCH_DEFINITION' IMPORTING KZDCH = KZDCH KZDZV = KZDZV EXCEPTIONS OTHERS = 0.
MIGO_DIALOG CALL FUNCTION 'MIGO_DIALOG' "1810419 EXPORTING i_action = 'A04' i_refdoc = 'R02' i_notree = 'X' i_no_auth_check = ' ' i_deadend = 'X' i_skip_first_screen = 'X' i_okcode = 'OK_GO' i_mblnr = mchvx-mblnr i_mjahr = mchvx-mjahr.
QELA_LOT_SELECTION CALL FUNCTION 'QELA_LOT_SELECTION' EXPORTING ART = '*' CHARGE = CHARG ERSTELDAT = '19000101' HERKUNFT = '*' MATNR = MATNR WERK = WERKS IMPORTING PRUEFLOS = PRUEFLOS EXCEPTIONS BAD_OPTIONS = 01 NO_ENTRY = 02 NO_SELECTED = 03.
QSS1_LOT_SHOW CALL FUNCTION 'QSS1_LOT_SHOW' EXPORTING I_PRUEFLOS = PRUEFLOS EXCEPTIONS NO_LOT = 01.
CNET_GRAPHIC_HIERARCHY CALL FUNCTION 'CNET_GRAPHIC_HIERARCHY' EXPORTING PROFILE = PROFILE STAT = STAT IMPORTING M_TYP = M_TYP TABLES CLUSTERS = CLUSTERS_TAB CVALS = CVALS_TAB DELETIONS = DELETE_TAB INODES = INODES_TAB NODES = HIER_NODES_TAB NVALS = NVALS_TAB POSITIONS = POSITIONS_TAB EXCEPTIONS INV_PROFILE = 1 INV_WINID = 2 ERR_IN_PROFILE = 3 NO_BATCH = 4 INV_COMMUNICATION = 5.
CHVW_EXPLODE_ALL CALL FUNCTION 'CHVW_EXPLODE_ALL' EXPORTING I_MATNR = FRS_MATNR I_WERKS = FRS_WERKS I_CHARG = FRS_CHARG I_DFCHVW = *DFCHVW TABLES T_SHADOW = SHADOW EXCEPTIONS INVALID_INPUT_DATA = 1 OTHERS = 2.
GRAPH_SET_CUA_STATUS CALL FUNCTION 'GRAPH_SET_CUA_STATUS' EXPORTING PROGRAM = PROG STATUS = 'GRAF' TABLES EXCLUDING = EXCLUDING_TAB EXCEPTIONS INV_CUA_INFO = 1.
CNET_SET_LEGEND CALL FUNCTION 'CNET_SET_LEGEND' EXPORTING FOOT_LINE = FOOT_LINE HEAD_LINE = HEAD_LINE LEGEND_TYPE = NET_CONST-TYPE_S TABLES LEGEND = LEGEND.
CNET_MAKE_BOXES CALL FUNCTION 'CNET_MAKE_BOXES' TABLES BOXES = BOXES BVALS = BVALS.
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 RM07MCHV or its description.
RM07MCHV - Batch Where-Used List - No Maintenance of Old Version, Now RVBBWULS RM07MCHV - Batch Where-Used List - No Maintenance of Old Version, Now RVBBWULS RM07MCHS - Pick-Up List for Batch Where-Used List RM07MCHS - Pick-Up List for Batch Where-Used List RM07MCHB_LIST - Inventory Mgmt: Inv. Values Adj. for Mat. Subj. to Valuation RM07MCHB_LIST - Inventory Mgmt: Inv. Values Adj. for Mat. Subj. to Valuation