RM60ROLL 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 RM60ROLL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MD67 - Staggered Split
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: WERKS = Plant
Selection Text: VERSB = Version
Selection Text: UPDKF = ?...(UPDKF)
Selection Text: PERKZ = ?...(PERKZ)
Selection Text: MATNR = Material
Selection Text: LISTEF = ?...(LISTEF)
Selection Text: HISKZ = ?...(HISKZ)
Selection Text: DISPO = MRP controller
Selection Text: DATEV = ?...(DATEV)
Selection Text: DATEB = ?...(DATEB)
Selection Text: BERID = MRP area
Selection Text: BDART = Requirements Type
Title: Staggered Period Split
Text Symbol: 126 = RqTy
Text Symbol: 127 = Total qty
Text Symbol: 128 = MRP area
Text Symbol: A01 = Number
Text Symbol: A02 = Items Selected Altogether
Text Symbol: A03 = Items with Successful Transfer
Text Symbol: A04 = Items Without Transfer
Text Symbol: A05 = Items with Errors
Text Symbol: A10 = Simulation Display frm
Text Symbol: A11 = At
Text Symbol: A12 = Time
Text Symbol: A13 = Transfer Log from
Text Symbol: C01 = Output Format
Text Symbol: C02 = Detailed List
Text Symbol: C03 = Only Faulty Records
Text Symbol: C04 = W/o Sched. Lines
Text Symbol: E01 = Red (No Transfer Due to Error)
Text Symbol: E02 = Yellow (No Transfer)
Text Symbol: E03 = Green (Transfer Successful)
Text Symbol: P02 = Header
Text Symbol: P03 = Detail Line
Text Symbol: T01 = Output Options
Text Symbol: T02 = Mode
Text Symbol: T03 = Reqs Parameters
Text Symbol: 001 = Plant
INCLUDE RPROGGBL.
INCLUDE MM60XCOM.
INCLUDE RM60XALV.
No SAP DATABASE tables are accessed within this REPORT code!
MD_MDVM_COLLECTIVE_UPDATE CALL FUNCTION 'MD_MDVM_COLLECTIVE_UPDATE' * EXPORTING * ERROR_MODE = * IMPORTING * COUNT_INSERT_MDVM = * COUNT_INSERT_MDVL = EXCEPTIONS error_insert_mdvm = 1 error_insert_mdvl = 2 error_insert_all = 3 OTHERS = 4.
MD_MRP_CHECK_DB_CLIENT CALL FUNCTION 'MD_MRP_CHECK_DB_CLIENT' IMPORTING e_disfg = flag_disfg * E_UDBVM = EXCEPTIONS dibr_not_active = 1 OTHERS = 2.
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 RM60ROLL or its description.