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

MRTRSP_TRANSFORM_HISTF01 SAP ABAP INCLUDE - Include MRTRSP_STARTF01







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


Text pool values


Title: Include MRTRSP_STARTF01


INCLUDES used within this REPORT MRTRSP_TRANSFORM_HISTF01

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 = const-plnty_mr *\ IMPORTING *\ ES_TCA01 = tca01 *\ ES_TCA09 = tca09 *\ ES_TCA11 = tca11 *\ ES_T430D = t430d *\ EXCEPTIONS *\ NOT_FOUND = 1 *\ OTHERS = 2.

MRTRS210_HDR_GET_BY_RGUID CALL FUNCTION 'MRTRS210_HDR_GET_BY_RGUID' EXPORTING I_RGUID = is_key-rguid IMPORTING ET_HDR = lt_db_hdr EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

MRTRS320_TRANSFORM_HIST_READ CALL FUNCTION 'MRTRS320_TRANSFORM_HIST_READ' EXPORTING I_AKTYP = i_aktyp IS_KEY = is_key IMPORTING * ET_TRANSFORM_PAIR = ES_TRANSFORM_HIST = ls_transform_hist EXCEPTIONS KEY_INCOMPLETE = 1 NOT_FOUND = 2 SYSTEM_ERROR = 3 OTHERS = 99.

MRTRS310_GENRECIPE_READ CALL FUNCTION 'MRTRS310_GENRECIPE_READ' EXPORTING I_RFCDEST = is_hdr-rfcdest I_SPRAS = sy-langu I_DATA_SCENARIO = 'I' *REPLACE RM 2.1 SP04 MARSHR 20030728 SHTK000520 1

MRTRS300_MASTER_RECIPE_INIT CALL FUNCTION 'MRTRS300_MASTER_RECIPE_INIT' EXPORTING I_PLNTY = is_hdr-plnty IMPORTING ES_TCA01 = tca01 ES_TCA09 = tca09 ES_TCA11 = tca11 ES_T430D = t430d EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING FUNCNAME = pc_function-mkal_init EXCEPTIONS FUNCTION_NOT_EXIST = 1 OTHERS = 2.

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 = ls_plkob ET_MKAL = lt_mkal ET_OPERATION = lt_operation ET_PHASE = lt_phase ET_RELATION = lt_relation ET_SEC_RESOURCE = lt_sec_resource ET_MAPL = lt_mapl ET_PLMZ = lt_plmz ET_PLFT = lt_plft ET_PLFV = lt_plfv ET_PLMK = lt_plmk ET_PLMW = lt_plmw ET_RESCLAS = lt_resclas 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.

CS_BOM_EXPL_MAT_V2 CALL FUNCTION 'CS_BOM_EXPL_MAT_V2' EXPORTING AUFSW = pc_true CAPID = lv_capid MDMPS = pc_true MEHRS = pc_true DATUV = rc27s-sttag MTNRV = is_hdr-matnr WERKS = is_hdr-werks STLAL = is_mkal-stlal STLAN = is_mkal-stlan MDNOT = pc_true IMPORTING TOPMAT = ls_topmat DSTST = lv_dstst TABLES STB = lt_stpox_tmp EXCEPTIONS ALT_NOT_FOUND = 1 CALL_INVALID = 2 MATERIAL_NOT_FOUND = 3 MISSING_AUTHORIZATION = 4 NO_BOM_FOUND = 5 NO_PLANT_DATA = 6 NO_SUITABLE_BOM_FOUND = 7 OTHERS = 8.

CS_EX_S_NODE_PROVIDE CALL FUNCTION 'CS_EX_S_NODE_PROVIDE' EXPORTING I_STLTY_W = ls_topmat-stlty I_STLNR_W = ls_topmat-stlnr I_STLAL_W = ls_topmat-stlal I_STLTY = ls_stpox_tmp-stlty I_STLNR = ls_stpox_tmp-stlnr I_STLAL = ls_stpox_tmp-stlal I_STVKN = ls_stpox_tmp-stvkn I_STLST = ls_stpox_tmp-aufst I_STLWG = ls_stpox_tmp-aufwg I_STLWG_V = ls_stpox_tmp-aufwg IMPORTING E_KANTE_K = ls_path-kante EXCEPTIONS KEY_INCOMPLETE = 1 NO_PATH_TAB = 2 NO_PATH_AVAILABLE = 3 OTHERS = 4.

CS_ALT_SELECT_MAT CALL FUNCTION 'CS_ALT_SELECT_MAT' EXPORTING DATUV = rc27s-sttag MATNR = is_hdr-matnr STLAL = is_mkal-stlal STLAN = is_mkal-stlan WERKS = is_hdr-werks TABLES MASTB_WA = lt_mastb STKOB_WA = lt_stkob STZUB_WA = lt_stzub EXCEPTIONS ALT_NOT_FOUND = 1 BOM_NOT_ACTIVE = 2 BOM_NOT_FOUND = 3 CALL_INVALID = 4 NO_ALT_FOUND = 5 NO_BOM_FOUND = 6 OTHERS = 7.

T001W_READ CALL FUNCTION 'T001W_READ' EXPORTING WERKS = i_werks IMPORTING STRUCT = t001w EXCEPTIONS NO_ENTRY = 1 OTHERS = 2.

TCA41_READ CALL FUNCTION 'TCA41_READ' EXPORTING PLNAW = tca01-plnaw PROFIDNETZ = i_profile IMPORTING TCA41_EX = tca41 EXCEPTIONS NOT_FOUND = 1 OTHERS = 3.

CZ_MATERIAL_READ CALL FUNCTION 'CZ_MATERIAL_READ' EXPORTING MATNR = i_matnr WERKS = i_werks IMPORTING RC27M_EXP = rc27m.

T412_READ CALL FUNCTION 'T412_READ' EXPORTING PLNST = i_statu SPRAS = sy-langu IMPORTING STRUCT = t412 TEXT = t412t-txt EXCEPTIONS NO_ENTRY = 1 OTHERS = 4.

T411_READ CALL FUNCTION 'T411_READ' EXPORTING VERWE = i_verwe SPRAS = sy-langu IMPORTING STRUCT = t411 TEXT = t411t-txt EXCEPTIONS NO_ENTRY = 1 OTHERS = 3.

CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING ID = i_arbid IMPORTING arbpl = e_arbpl * ecrhd = crhd ktext = e_ktext EXCEPTIONS NOT_FOUND = 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 MRTRSP_TRANSFORM_HISTF01 or its description.