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

RMXMP_TRANSFORM_STARTF01 SAP ABAP INCLUDE - RMXMPTRANSFORMSTARTF01







RMXMP_TRANSFORM_STARTF01 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_STARTF01 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 RMXMP_TRANSFORM_STARTF01. "Basic submit
SUBMIT RMXMP_TRANSFORM_STARTF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RMXMP_TRANSFORM_STARTF01 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 RMXMP_TRANSFORM_STARTF01

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:

MRTRS300_MASTER_RECIPE_INIT CALL FUNCTION 'MRTRS300_MASTER_RECIPE_INIT' EXPORTING i_plnty = gs_trf_inp-plnty IMPORTING es_tca01 = gs_tca01 es_tca09 = gs_tca09 es_tca11 = gs_tca11 es_t430d = gs_t430d EXCEPTIONS not_found = 1 others = 2.

MRTRS320_TRANSFORM_HIST_INIT CALL FUNCTION 'MRTRS320_TRANSFORM_HIST_INIT'.

MRTRS800_RFCDEST_DEFAULT CALL FUNCTION 'MRTRS800_RFCDEST_DEFAULT' IMPORTING es_mrtrsc10 = gs_mrtrsc_10 EXCEPTIONS not_found = 1 others = 2.

MRTRS800_MRGEN_CONTROL_READ CALL FUNCTION 'MRTRS800_MRGEN_CONTROL_READ' IMPORTING es_mrtrsc20 = gs_mrtrsc_20 EXCEPTIONS not_found = 1 others = 2.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = i_fname EXCEPTIONS function_not_exist = 1 others = 2.

RMXM800_PLANT_DEFAULT_READ CALL FUNCTION 'RMXM800_PLANT_DEFAULT_READ' EXPORTING i_werks = i_werks i_grp = i_trfgrp " OWB 19.12.2003

MRTRS800_RFCDEST_READ * CALL FUNCTION 'MRTRS800_RFCDEST_READ' * EXPORTING * i_rfcdest = i_rfc * IMPORTING * es_mrtrsc10 = cs_mrtrsc_10 * EXCEPTIONS * not_found = 1 * others = 2.

MRTRS800_RFCDEST_READ CALL FUNCTION 'MRTRS800_RFCDEST_READ' EXPORTING i_rfcdest = i_rfc IMPORTING es_mrtrsc10 = cs_mrtrsc_10 EXCEPTIONS not_found = 1 others = 2.

RMXM800_READ_ROM_GRP_CST CALL FUNCTION 'RMXM800_READ_ROM_GRP_CST' EXPORTING i_grp = i_trf_grp IMPORTING es_grp = ls_cust_grp EXCEPTIONS not_exist = 1 others = 2.

T001W_READ CALL FUNCTION 'T001W_READ' EXPORTING werks = i_werks EXCEPTIONS no_entry = 1 others = 2.

TC52_READ CALL FUNCTION 'TC52_READ' EXPORTING plant = i_werks phase_sequence = i_phseq EXCEPTIONS not_found = 1 others = 2.

CP_DB_PLKO_READ CALL FUNCTION 'CP_DB_PLKO_READ' EXPORTING plnal = i_plnal plnnr = i_plnnr plnty = i_plnty EXCEPTIONS no_records = 1 others = 2.

RMXM953_PROFILE_CHECK CALL FUNCTION 'RMXM953_PROFILE_CHECK' EXPORTING i_plnty = i_plnty i_plnnr = i_plnnr IMPORTING es_tca41 = cs_tca41 e_flg_profil_copied = l_flg_profil_copied CHANGING c_profile = c_profile EXCEPTIONS insufficient_input = 1 task_list_type_not_found = 2 profile_not_found = 3 others = 4.

CP_16_LSTVAR_SET CALL FUNCTION 'CP_16_LSTVAR_SET' EXPORTING applic_imp = 'TSLI' subapp_imp = '0' lstvar_imp = cs_tca41-lstvar EXCEPTIONS others = 1.

CP_16_LSTVAR_SET CALL FUNCTION 'CP_16_LSTVAR_SET' EXPORTING applic_imp = 'SCHE' subapp_imp = '0' lstvar_imp = cs_tca41-lstvar_t EXCEPTIONS others = 1.

CN_EX_SET_NETSTUFE_MAX CALL FUNCTION 'CN_EX_SET_NETSTUFE_MAX' EXPORTING NETSTUFE_IMP = cs_tca41-netstufe.

CP_CHK_AUTHORITY CALL FUNCTION 'CP_CHK_AUTHORITY' EXPORTING plnaw_imp = i_plnaw plkod_imp = ls_plkod message_type_imp = const-flg_no trtyp_imp = i_aktyp IMPORTING no_authority = l_flg_no_auth EXCEPTIONS others = 1.

CP_AU_CHANGE_RULE_CHK CALL FUNCTION 'CP_AU_CHANGE_RULE_CHK' EXPORTING plkod_imp = ls_plkod aennr_imp = i_aennr sttag_imp = i_keydate flg_message_imp = const-flg_yes EXCEPTIONS change_rule_1_not_fulfilled = 1 change_rule_2_not_fulfilled = 2 change_rule_3_not_fulfilled = 3 others = 4.

CCCN_ECN_WITH_EFFECTIVITY





CALL FUNCTION 'CCCN_ECN_WITH_EFFECTIVITY' EXPORTING eaennr = i_aennr IMPORTING flg_effectivity = l_flg_eff EXCEPTIONS no_record_found = 1 others = 2.

CC_CHANGE_NUMBER_CHECK CALL FUNCTION 'CC_CHANGE_NUMBER_CHECK' EXPORTING eccin = ls_ccin flg_display = l_flg_display IMPORTING adatuv = l_aennr_keydate EXCEPTIONS error_aenr = 1 error_create = 3 error_date_restriction = 4 error_generate = 5 error_no_omr_for_material = 6 error_index = 7 error_input = 8 error_obj_lock = 9 error_tcc01 = 10 error_status = 11 error_lock = 12 error_authority = 13 error_released = 14 marked_for_deletion = 15 error_leader = 16 error_baseline = 17 others = 18.

CM_FV_MKAL_GET_SINGLE CALL FUNCTION 'CM_FV_MKAL_GET_SINGLE' EXPORTING i_key = ls_mkal_key IMPORTING e_mkal = ls_mkal EXCEPTIONS not_found = 1 others = 2.

CZ_MATERIAL_READ CALL FUNCTION 'CZ_MATERIAL_READ' EXPORTING matnr = gs_trf_inp-matnr werks = gs_trf_inp-werks IMPORTING rc27m_exp = gs_rc27m.

T409_READ CALL FUNCTION 'T409_READ' EXPORTING mtart = gs_rc27m-mtart plnty = gs_trf_inp-plnty EXCEPTIONS no_entry = 1 others = 2.

T141_READ CALL FUNCTION 'T141_READ' EXPORTING mmsta = gs_rc27m-mmsta IMPORTING struct = ls_t141 EXCEPTIONS no_entry = 1 others = 2.

T141_READ CALL FUNCTION 'T141_READ' EXPORTING mmsta = gs_rc27m-mstae IMPORTING struct = ls_t141 EXCEPTIONS no_entry = 1 others = 2.

CP_CHK_DIMENSION CALL FUNCTION 'CP_CHK_DIMENSION' EXPORTING matnr_imp = gs_trf_inp-matnr unit_1_imp = gs_rc27m-meins unit_2_imp = gs_trf_inp-refunit EXCEPTIONS not_equal = 1 others = 2.

T412_READ CALL FUNCTION 'T412_READ' EXPORTING plnst = i_status EXCEPTIONS no_entry = 1 others = 4.

T411_READ CALL FUNCTION 'T411_READ' EXPORTING verwe = i_verwe EXCEPTIONS no_entry = 1 others = 3.

RCP995_MIGRATION_STATUS CALL FUNCTION 'RCP995_MIGRATION_STATUS' IMPORTING e_status = lv_ppmig_status EXCEPTIONS internal_error = 1 others = 2.



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