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
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: 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
INCLUDE: FC270T04,
FC27DATE,
MRTRSI_00,
MRTRSI_02,
MRTRSI_03,
QP_TYPES,
QP_CONST,
MRTRSI_SOP_QM,
MRTRSI_SOP_SRES.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.