SAP Reports / Programs | Materials Management | Materials Management | Purchasing Information System(MM-IS-PU) SAP MM

RMMDEKS2 SAP ABAP Report - Copy Info Structure Version for Planning Scenario







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

MS71 - Copy info structure version to LTP


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 RMMDEKS2. "Basic submit
SUBMIT RMMDEKS2 AND RETURN. "Return to original report after report execution complete
SUBMIT RMMDEKS2 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: VRSIOZ = D Version
Selection Text: VETXTZ = D Version description
Selection Text: SL_SPWOC = D Week
Selection Text: SL_SPTAG = D Day
Selection Text: SL_SPMON = D Month
Selection Text: SL_SPBUP = D Period
Selection Text: SL_0008 = D Vendor country
Selection Text: SL_0006 = D Material group
Selection Text: SL_0004 = D Plant
Selection Text: SL_0003 = D Material
Selection Text: SL_0002 = D Vendor
Selection Text: SL_0001 = D Purchasing organization
Selection Text: PLSCN = D Planning scenario
Title: Copy Info Structure Version for Planning Scenario
Text Symbol: S01 = Planning scenario
Text Symbol: 850 = MESSAGE
Text Symbol: 810 = Info structure: &MCINFQ, Version: &VRSIOQ
Text Symbol: 809 = Selected data deleted
Text Symbol: 808 = LIS Copy Management: Job completed
Text Symbol: 807 = Conclusion of job: &DATE &TIME
Text Symbol: 806 = Number of not converted/copied data records: &NUMBERNOTCONVERTED
Text Symbol: 805 = Number of converted/copied data records: &NUMBERCONVERTED
Text Symbol: 804 = ----------------------------------------------------------------------
Text Symbol: 803 = Target info structure: &MCINFZ, target version: &VRSIOZ
Text Symbol: 802 = Source info structure: &MCINFQ, source version: &VRSIOQ
Text Symbol: 801 = LIS: Data copied/converted
Text Symbol: 800 = ***************Information for Mail:
Text Symbol: 101 = Actual data
Text Symbol: 100 = Created from IS &1, vers. &2;
Text Symbol: 004 = Processing logic
Text Symbol: 003 = Specifications for transformation of data
Text Symbol: 002 = Target version info structure S012
Text Symbol: 001 = Definition for source version info structure S012


INCLUDES used within this REPORT RMMDEKS2

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:

MCS_CODING_GENER_TEMP CALL FUNCTION 'MCS_CODING_GENER_TEMP' EXPORTING I_CSTRU_GEN = HLP_GSTRU I_MCINF_GEN = MCINFZ I_MUSTERREPORT = 'RMCSMUS4' IMPORTING E_REPORTNAME = HLP_REPORTNAME EXCEPTIONS GENERATION_FAILED = 01.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.



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