SAP Reports / Programs | Product Lifecycle Management | Recipe Management | Transformation(PLM-RM-TRS) SAP PLM

RMXMP_TRANSFORM_START SAP ABAP Report - Transformation of General Recipe to Master Recipe







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

MRTRS_START - RMS-MRTRS : Start MR Transformation


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 RMXMP_TRANSFORM_START. "Basic submit
SUBMIT RMXMP_TRANSFORM_START AND RETURN. "Return to original report after report execution complete
SUBMIT RMXMP_TRANSFORM_START 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: PA_AENNR = D .
Selection Text: PA_DATGR = D .
Selection Text: PA_DATMR = D .
Selection Text: PA_GRP = D .
Selection Text: PA_GUID = D .
Selection Text: PA_PHSEQ = D .
Selection Text: PA_PLNAL = D .
Selection Text: PA_PLNNR = D .
Selection Text: PA_PNAME = D .
Selection Text: PA_PROFI = D .
Selection Text: PA_RFCGR = D .
Selection Text: PA_STATU = D .
Selection Text: PA_VALFR = D .
Selection Text: PA_VALTO = D .
Selection Text: PA_VERID = D .
Selection Text: PA_VERWE = D .
Selection Text: PA_WERKS = D .
Title: Transformation of General Recipe to Master Recipe
Text Symbol: T06 = Split
Text Symbol: T05 = Display
Text Symbol: T03 = Transformation Group
Text Symbol: T02 = Master Recipe
Text Symbol: T01 = Gen. Recipe
Text Symbol: H43 = Recipe Header
Text Symbol: H42 = Formula
Text Symbol: H41 = Action
Text Symbol: H40 = Descriptn
Text Symbol: H39 = Unit
Text Symbol: H38 = Qty
Text Symbol: H37 = ItmCat
Text Symbol: H36 = Item
Text Symbol: T07 = Delete
Text Symbol: T08 = Create New Master Recipe and Production Version
Text Symbol: T09 = Exit Master Recipe Transformation
Text Symbol: T10 = Log Report for Transformation of Master Recipes
Text Symbol: T11 = Resource(s) determined
Text Symbol: T12 = No resources determined
Text Symbol: T13 = Copied to master recipe





Text Symbol: T14 = Merge with Previous Operation
Text Symbol: T15 = Merge with Subsequent Operation
Text Symbol: T16 = Collapse All Nodes
Text Symbol: T17 = Expand All Nodes
Text Symbol: T18 = Error while saving the master recipe
Text Symbol: T19 = Error checking the master recipe
Text Symbol: T20 = Transformation of General Recipe to Master Recipe
Text Symbol: H35 = Base Qty
Text Symbol: H11 = Alt. BOM
Text Symbol: H10 = Plnt
Text Symbol: H09 = Material
Text Symbol: H08 = Master Recipe
Text Symbol: H07 = RFC Destination
Text Symbol: H06 = Reference Qty
Text Symbol: H05 = LotSize fr.
Text Symbol: H04 = To
Text Symbol: H03 = Valid fr.
Text Symbol: H02 = Name
Text Symbol: H01 = Gen. Recipe
Text Symbol: H00 = Transformation Paramet.
Text Symbol: 014 = Do you still want to save?
Text Symbol: 013 = Do you want to display the appl. log?
Text Symbol: 012 = Control Recipe Dest.
Text Symbol: 011 = Do you want to display the transformation history before you exit?
Text Symbol: 006 = Do you want to save your data before leaving the transformation prog.?
Text Symbol: 005 = Master recipe has been created from general recipe
Text Symbol: 004 = Do you want to create more master recipes and production versions?
Text Symbol: 003 = Some general recipe stages have not been copied yet
Text Symbol: 001 = Master Recipe
Text Symbol: 000 = Gen. Recipe
Text Symbol: H12 = ProductionVersion
Text Symbol: H34 = BOM Usage
Text Symbol: H33 = BOMno.
Text Symbol: H32 = BOM
Text Symbol: H31 = Stream
Text Symbol: H30 = Phase
Text Symbol: H29 = Sec.Res.
Text Symbol: H28 = Pri.Res.
Text Symbol: H27 = Equipment Requirement





Text Symbol: H26 = Op.
Text Symbol: H25 = Stage
Text Symbol: H24 = Process Struct.
Text Symbol: H23 = Changed By
Text Symbol: H22 = Chgd On
Text Symbol: H21 = Created By
Text Symbol: H20 = Created On
Text Symbol: H19 = Admin. Data
Text Symbol: H18 = Status
Text Symbol: H17 = Usage
Text Symbol: H16 = Profl.
Text Symbol: H15 = Charge Qty from
Text Symbol: H14 = Recipe
Text Symbol: H13 = Recipe Group


INCLUDES used within this REPORT RMXMP_TRANSFORM_START

INCLUDE: FC270T04,
FC27DATE,
MRTRSI_00,
MRTRSI_02,
MRTRSI_03,
RMXMI_MESSAGE,


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:

No SAP FUNCTION MODULES are executed within this report code!



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