RMXMP_TRANSFORM_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 RMXMP_TRANSFORM_STARTF03 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!
RMXM950_GENERATE_OBJ_MODEL CALL FUNCTION 'RMXM950_GENERATE_OBJ_MODEL' EXPORTING i_data_scenario = 'I' i_valfrom = gs_trf_inp-datgr i_valto = gs_trf_inp-datgr i_grp = gs_trf_inp-trf_grp * it_keys = lt_key "795897 OWB it_keys = lt_rcp_info "795897 OWB i_langu = gs_trf_inp-langu i_plant = gs_trf_inp-werks i_logsys = gs_t000-logsys IMPORTING et_obj = lt_obj et_no_auth = lt_no_auth et_error = lt_msg.
RMXM950_OBJ_MODEL_ADJ_4_STREAM CALL FUNCTION 'RMXM950_OBJ_MODEL_ADJ_4_STREAM' EXPORTING io_obj =
i_plant = gs_trf_inp-werks IMPORTING eo_obj = et_error = lt_msg EXCEPTIONS root_is_not_rcp = 1 others = 2.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' DESTINATION gs_trf_inp-rfcdest EXPORTING funcname = pc_function-gr_obj_2_xml EXCEPTIONS function_not_exist = 1 others = 2.
RMXM950_XML_2_OBJ_MODEL CALL FUNCTION 'RMXM950_XML_2_OBJ_MODEL' EXPORTING i_xmltext = l_xml_xstring i_grp = gs_trf_inp-trf_grp IMPORTING eo_tree = go_rom_gr.
RMXM950_OBJ_MODEL_ADJ_4_STREAM CALL FUNCTION 'RMXM950_OBJ_MODEL_ADJ_4_STREAM' EXPORTING io_obj = go_rom_gr i_plant = gs_trf_inp-werks IMPORTING eo_obj = go_rom_gr et_error = lt_msg EXCEPTIONS root_is_not_rcp = 1 others = 2.
CP_BT_PLKO_ALT_EXIST_CHK CALL FUNCTION 'CP_BT_PLKO_ALT_EXIST_CHK' EXPORTING plnnr_imp = gs_trf_inp-plnnr plnty_imp = gs_trf_inp-plnty IMPORTING flg_exist_exp = l_flg_exist plnme_exp = l_plnme.
MRTRS100_MASTER_RECIPE_IMPORT CALL FUNCTION 'MRTRS100_MASTER_RECIPE_IMPORT' EXPORTING is_rc271 = gs_rc271 is_rc27s = gs_rc27s is_rc27m = gs_rc27m is_tca41 = gs_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_act it_sec_resource = gt_secres_act it_plmz = gt_plmz_act it_plft = gt_plft_act it_plfv = gt_plfv_act it_plmk = gt_plmk_act it_plmw = gt_plmw_act is_resclas = gs_resclas it_ressel = gt_ressel_act it_reslst = gt_reslst_act it_ltext = gt_ltext_act is_stkob = gs_stkob is_stkok = gs_stkok it_stpob = gt_stpob.
ENQUEUE_ECAENRS CALL FUNCTION 'ENQUEUE_ECAENRS' EXPORTING aennr = i_aennr EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMXMP_TRANSFORM_STARTF03 - RMXMPTRANSFORMSTARTF03 RMXMP_TRANSFORM_STARTF02 - RMXMPTRANSFORMSTARTF02 RMXMP_TRANSFORM_STARTF01 - RMXMPTRANSFORMSTARTF01 RMXMP_TRANSFORM_STARTCL05 - RMXMPTRANSFORMSTARTCL05 RMXMP_TRANSFORM_STARTCL04 - RMXMPTRANSFORMSTARTCL04 RMXMP_TRANSFORM_STARTCL03 - RMXMPTRANSFORMSTARTCL03