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

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







MRTRSP_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 MRTRSP_START into the relevant SAP transactions such as SE38 or SE80


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 MRTRSP_START. "Basic submit
SUBMIT MRTRSP_START AND RETURN. "Return to original report after report execution complete
SUBMIT MRTRSP_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_WERKS = D Plant
Selection Text: PA_VERWE = D Usage
Selection Text: PA_VERID = D Production Version
Selection Text: PA_STATU = D Task List Status
Selection Text: PA_RFCGR = D RFC Destination
Selection Text: PA_PROFI = D Profile
Selection Text: PA_PNAME = D Recipe Object Name
Selection Text: PA_PLNNR = D Task List Group
Selection Text: PA_PLNAL = D Group Counter
Selection Text: PA_PHSEQ = D Control Recipe Destination
Selection Text: PA_GUID = D Globally Unique Identifier
Selection Text: PA_DATMR = D Key Date
Selection Text: PA_DATGR = D Key Date
Selection Text: PA_AENNR = D Change Number
Title: Transformation of General Recipe to Master Recipe
Text Symbol: T13 = Copied to master recipe
Text Symbol: T12 = No resources determined
Text Symbol: T11 = Resource(s) determined
Text Symbol: T10 = Log Report for Transformation of Master Recipes
Text Symbol: T09 = Exit master recipe transformation
Text Symbol: T08 = Create new master recipe and production version
Text Symbol: T07 = Delete
Text Symbol: T06 = Split
Text Symbol: T05 = Display
Text Symbol: T04 = Transfer Selected Stages to Master Recipe
Text Symbol: T03 = Transfer Complete General Recipe to Master Recipe
Text Symbol: T02 = Master Recipe
Text Symbol: T01 = Gen. Recipe
Text Symbol: 012 = Master Recipe Short Text
Text Symbol: 011 = Do you want to display the transformation history before you exit?
Text Symbol: 010 = Sec. Resource Short Text
Text Symbol: 009 = Phase ShortTxt
Text Symbol: 008 = Oper. Short Text
Text Symbol: 007 = Quality Management Data of the Stream
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: 002 = Class
Text Symbol: 001 = Master Recipe
Text Symbol: 000 = Gen. Recipe


INCLUDES used within this REPORT MRTRSP_START

INCLUDE: FC270T04,
FC27DATE,
MRTRSI_00,
MRTRSI_02,
MRTRSI_03,
QP_TYPES,
QP_CONST,
MRTRSI_SOP_QM,
MRTRSI_SOP_SRES.


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