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

MRTRSP_STARTF03 SAP ABAP INCLUDE - MRTRSPSTARTF03







MRTRSP_STARTF03 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_STARTF03 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_STARTF03. "Basic submit
SUBMIT MRTRSP_STARTF03 AND RETURN. "Return to original report after report execution complete
SUBMIT MRTRSP_STARTF03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MRTRSP_STARTF03

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:

ENQUEUE_ECAENRS CALL FUNCTION 'ENQUEUE_ECAENRS' EXPORTING AENNR = i_aennr EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

MRTRS100_MASTER_RECIPE_IMPORT CALL FUNCTION 'MRTRS100_MASTER_RECIPE_IMPORT' EXPORTING IS_RC271 = rc271 IS_RC27S = rc27s IS_RC27M = rc27m IS_TCA41 = tca41 IS_BKEY = gs_bkey_mr IS_DYNPRO = gs_dynpro IS_PLKOB = gs_plkob IS_MKAL = gs_mkal IS_MAPL = gs_mapl IS_OPERATION = gs_operation IT_OPERATION = gt_operation IS_PHASE = gs_phase IT_PHASE = gt_phase IT_RELATION = gt_relation IT_SEC_RESOURCE = gt_sec_resource IT_PLMZ = gt_plmz IT_PLFT = gt_plft IT_PLFV = gt_plfv IT_PLMK = gt_plmk IT_PLMW = gt_plmw IS_RESCLAS = gs_resclas IT_RESSEL = gt_ressel IT_RESLST = gt_reslst IT_LTEXT = gt_ltext IS_STKOB = gs_stkob IS_STKOK = gs_stkok IT_STPOB = gt_stpob.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = const-flg_yes TEXTLINE1 = text-005 TEXTLINE2 = text-006 TITEL = text-t09 IMPORTING ANSWER = lv_answer.

MRTRS100_OKCODE_HANDLER CALL FUNCTION 'MRTRS100_OKCODE_HANDLER' EXPORTING I_OKCODE = gv_okcode IMPORTING E_OKCODE = gv_okcode.

MRTRS100_MASTER_RECIPE_EXPORT CALL FUNCTION 'MRTRS100_MASTER_RECIPE_EXPORT' IMPORTING ES_BKEY = cs_bkey_mr ES_PLKOB = cs_plkob ES_MAPL = cs_mapl ES_MKAL = cs_mkal ES_OPERATION = cs_operation ET_OPERATION = ct_operation ES_PHASE = cs_phase ET_PHASE = ct_phase ET_RELATION = ct_relation ET_SEC_RESOURCE = ct_sec_resource ET_PLMZ = ct_plmz ET_PLFT = ct_plft ET_PLFV = ct_plfv ET_PLMK = ct_plmk ET_PLMW = ct_plmw ES_RESCLAS = cs_resclas ET_RESSEL = ct_ressel ET_RESLST = ct_reslst ET_LTEXT = ct_ltext.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = const-flg_yes TEXTLINE1 = text-003 TEXTLINE2 = text-004 TITEL = text-t08 CANCEL_DISPLAY = const-flg_no IMPORTING ANSWER = lv_answer.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = const-flg_yes TEXTLINE1 = text-011 TITEL = text-t10 CANCEL_DISPLAY = const-flg_no IMPORTING ANSWER = lv_answer.

CP_00_PLPOB_PLPOD_TRANSFER CALL FUNCTION 'CP_00_PLPOB_PLPOD_TRANSFER' EXPORTING FLG_CLAS = const-flg_yes PLPOB_IMP = ls_plpob STTAG_IMP = rc271-sttag AENNR_IMP = rc271-aennr FLG_BZW = const-flg_yes FLG_TIME_DEP_DATA = const-flg_yes IMPORTING PLPOD_EXP = ls_plpod RCR01_EXP = ls_rcr01.

CP_PLPO_RCR01_REFERENCE_CLEAR CALL FUNCTION 'CP_PLPO_RCR01_REFERENCE_CLEAR' EXPORTING PLPOD_IMP = ls_plpod RCR01_IMP = ls_rcr01 IMPORTING PLPOD_EXP = ls_plpod.

CP_00_PLPOD_PLPOB_TRANSFER CALL FUNCTION 'CP_00_PLPOD_PLPOB_TRANSFER' EXPORTING PLPOB_IMP = ls_plpob PLPOD_IMP = ls_plpod IMPORTING PLPOB_EXP = ls_plpob.



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