SAP Reports / Programs

RM60SIMU SAP ABAP Report - Copy Version







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

MS64 - Create Simulation Version


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 RM60SIMU. "Basic submit
SUBMIT RM60SIMU AND RETURN. "Return to original report after report execution complete
SUBMIT RM60SIMU 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: BDART = Requirement Type
Selection Text: BERID = MRP Area
Selection Text: MATNR = Material
Selection Text: VERSO = Original Version
Selection Text: VERSZ = Target Version
Selection Text: WERKS = Plant
Selection Text: DATEB = ?...(DATEB)
Selection Text: DATEV = ?...(DATEV)
Selection Text: HISKZ = ?...(HISKZ)
Selection Text: LISTEF = ?...(LISTEF)
Selection Text: OPERA = ?...(OPERA)
Selection Text: SHIFT = ?...(SHIFT)
Selection Text: UPDKF = ?...(UPDKF)
Selection Text: VAFLD = ?...(VAFLD)
Selection Text: VERVS = ?...(VERVS)
Title: Copy Version
Text Symbol: 123 = ReqmtPlanNo
Text Symbol: 124 = Version
Text Symbol: 125 = Plnnd Qty
Text Symbol: 126 = RTyp
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 from
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 = Reqmt Parameters
Text Symbol: 122 = Material
Text Symbol: 001 = Plant
Text Symbol: 003 = Test Run (No Changes Made to Database)
Text Symbol: 004 = Delete Existing Requirement
Text Symbol: 005 = ReqmtsType
Text Symbol: 007 = Target version active
Text Symbol: 008 = Result List
Text Symbol: 009 = No database changes (simulation)
Text Symbol: 010 = Write History
Text Symbol: 011 = Date
Text Symbol: 012 = To
Text Symbol: 013 = Material
Text Symbol: 014 = Period---------------------------------------------------------------------
Text Symbol: 015 = Target Version
Text Symbol: 016 = Version--------------------------------------------------------------------
Text Symbol: 017 = Source Version
Text Symbol: 018 = Requirement Type------------------------------------------------------
Text Symbol: 019 = Change Target Version-------------------------------------------------
Text Symbol: 020 = Shift Back By
Text Symbol: 021 = Change Quantity
Text Symbol: 022 = Operator
Text Symbol: 025 = Selection
Text Symbol: 026 = Selection Period
Text Symbol: 027 = Version
Text Symbol: 028 = Change Target Version
Text Symbol: 029 = Month(s)
Text Symbol: 030 = Reqmts Plan
Text Symbol: 031 = Source Reqmts Plan
Text Symbol: 032 = Target Reqmts Plan
Text Symbol: 033 = Copy Configuration Data
Text Symbol: 050 = RM60XCOM
Text Symbol: 051 = REQUIREMENTS_MAINTAIN
Text Symbol: 105 = No. of copied requirements
Text Symbol: 106 = Exceptn Message





Text Symbol: 110 = No. of requirements not copied
Text Symbol: 111 = No. of selected reqmts
Text Symbol: 112 = ReqmtDate
Text Symbol: 113 = Copy fr
Text Symbol: 114 = Forecast
Text Symbol: 115 = Sales Plan
Text Symbol: 116 = R-C Plan
Text Symbol: 119 = Sales PG
Text Symbol: 120 = PrPlan PG
Text Symbol: 121 = Plant


INCLUDES used within this REPORT RM60SIMU

INCLUDE RPROGGBL.
INCLUDE MM60XCOM.
INCLUDE RM60XALV.
INCLUDE RM60XCOM.


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:

MD_MDVM_COLLECTIVE_UPDATE CALL FUNCTION 'MD_MDVM_COLLECTIVE_UPDATE'.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING dyfld = 'RM60U-VAFLD' string = vafld IMPORTING flstr = flfld ivalu = ivalu EXCEPTIONS exponent_too_big = 01 exponent_too_small = 02 string_not_fltp = 03 too_many_decim = 04.

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.



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