MRTRSP_STARTFM1 is a standard ABAP INCLUDE 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_STARTFM1 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MRTRS300_MASTER_RECIPE_READ CALL FUNCTION 'MRTRS300_MASTER_RECIPE_READ' EXPORTING IS_RC271 = rc271 IS_RC27M = rc27m IS_RC27S = rc27s IMPORTING XS_RC271 = rc271 XS_RC27M = rc27m XS_RC27S = rc27s ES_RC27I = rc27i ES_PLKOB = gs_plkob ET_MKAL = gt_mkal ET_OPERATION = gt_operation ET_PHASE = gt_phase ET_RELATION = gt_relation ET_SEC_RESOURCE = gt_sec_resource ET_MAPL = gt_mapl ET_PLMZ = gt_plmz ET_PLFT = gt_plft ET_PLFV = gt_plfv ET_PLMK = gt_plmk ET_PLMW = gt_plmw ET_RESCLAS = gt_resclas ET_LTEXT = gt_ltext EXCEPTIONS KEY_NOT_QUALIFIED = 1 KEY_INVALID = 2 KEY_NUMBER_INVALID = 3 NOT_FOUND = 4 EXISTING = 5 INTERNAL_ERROR = 6 FOREIGN_LOCK = 7 OTHERS = 8.
MRTRS300_MASTER_RECIPE_WRITE CALL FUNCTION 'MRTRS300_MASTER_RECIPE_WRITE' EXPORTING IS_RC271 = rc271 IS_RC27S = rc27s IS_RC27M = rc27m IS_PLKOB = ls_plkob IS_PLKOB_OLD = ls_plkob_old IS_MKAL = ls_mkal IS_MKAL_OLD = ls_mkal_old IT_OPERATION = lt_operation IT_OPERATION_OLD = lt_operation_old IT_PHASE = lt_phase IT_PHASE_OLD = lt_phase_old IT_RELATION = lt_relation IT_RELATION_OLD = lt_relation_old IT_SEC_RESOURCE = lt_secres IT_SEC_RESOURCE_OLD = lt_secres_old IT_MAPL = lt_mapl IT_MAPL_OLD = lt_mapl_old IT_PLMZ = lt_plmz IT_PLMZ_OLD = lt_plmz_old IT_PLFT = lt_plft IT_PLFT_OLD = lt_plft_old IT_PLFV = lt_plfv IT_PLFV_OLD = lt_plfv_old IT_PLMK = lt_plmk IT_PLMK_OLD = lt_plmk_old IT_PLMW = lt_plmw IT_PLMW_OLD = lt_plmw_old IT_RESCLAS = lt_resclas IT_LTEXT = lt_ltext IT_LTEXT_OLD = lt_ltext_old IS_STKOB = ls_stkob IS_STKOK = ls_stkok IT_STPOB = lt_stpob IMPORTING ES_PLKOB = es_plkob ES_MKAL = es_mkal ET_OPERATION = et_operation ET_PHASE = et_phase ET_RELATION = et_relation ET_SEC_RESOURCE = et_secres ET_MAPL = et_mapl ET_PLMZ = et_plmz ET_PLFT = et_plft ET_PLFV = et_plfv ET_PLMK = et_plmk ET_PLMW = et_plmw ET_RESCLAS = et_resclas ET_LTEXT = et_ltxt_mr ET_PLNKN_OPR = et_plnkn_opr ET_PLNKN_PH = et_plnkn_ph ET_PLNKN_SOP = et_plnkn_sop ET_PLMK_REL = et_plmk_rel EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 DATA_ERROR = 3 OTHERS = 4.
MRTRS300_MASTER_RECIPE_SAVE CALL FUNCTION 'MRTRS300_MASTER_RECIPE_SAVE' EXPORTING IS_RC271 = rc271 IS_RC27M = rc27m IS_RC27S = rc27s IS_PLKOB = is_plkob IMPORTING ES_RC271 = rc271 EXCEPTIONS SAVE_ERROR = 1 OTHERS = 2.
CM_FV_MKAL_UPDATE_TO_DB CALL FUNCTION 'CM_FV_MKAL_UPDATE_TO_DB' EXPORTING FLG_DOC_IMP = tca01-flg_doc.
CM_FV_MKAL_DOCUMENT_WRITE CALL FUNCTION 'CM_FV_MKAL_DOCUMENT_WRITE' EXPORTING PLANCHNGNR = rc271-aennr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.