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

MRTRSP_STARTF02 SAP ABAP INCLUDE - MRTRSPSTARTF02







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

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:

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

CP_DB_PLKO_READ CALL FUNCTION 'CP_DB_PLKO_READ' EXPORTING PLNNR = i_plnnr PLNTY = i_plnty TABLES PLANKO = lt_planko EXCEPTIONS NO_RECORDS = 1 OTHERS = 2.

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

CP_16_LSTVAR_SET CALL FUNCTION 'CP_16_LSTVAR_SET' EXPORTING APPLIC_IMP = 'TSLI' SUBAPP_IMP = '0' LSTVAR_IMP = tca41-lstvar EXCEPTIONS OTHERS = 1.

CP_16_LSTVAR_SET CALL FUNCTION 'CP_16_LSTVAR_SET' EXPORTING APPLIC_IMP = 'SCHE' SUBAPP_IMP = '0' LSTVAR_IMP = tca41-lstvar_t EXCEPTIONS OTHERS = 1.

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

T412_READ CALL FUNCTION 'T412_READ' EXPORTING PLNST = i_statu IMPORTING STRUCT = t412 EXCEPTIONS NO_ENTRY = 1 OTHERS = 4.

T411_READ CALL FUNCTION 'T411_READ' EXPORTING VERWE = i_verwe IMPORTING STRUCT = t411 EXCEPTIONS NO_ENTRY = 1 OTHERS = 3.

TC52_READ CALL FUNCTION 'TC52_READ' EXPORTING PLANT = i_werks PHASE_SEQUENCE = i_phseq IMPORTING PHASE_SEQUENCE_DATA = gv_tc52 EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

CP_AU_CHANGE_RULE_CHK CALL FUNCTION 'CP_AU_CHANGE_RULE_CHK' EXPORTING PLKOD_IMP = lv_plkod AENNR_IMP = i_aennr STTAG_IMP = i_keydate FLG_MESSAGE_IMP = ' ' 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 = lv_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 = lv_flg_display IMPORTING ADATUV = lv_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.

CP_CHK_AUTHORITY CALL FUNCTION 'CP_CHK_AUTHORITY' EXPORTING PLNAW_IMP = tca01-plnaw PLKOD_IMP = ls_plkod MESSAGE_TYPE_IMP = ' ' TRTYP_IMP = i_aktyp IMPORTING NO_AUTHORITY = lv_flg_no_auth EXCEPTIONS OTHERS = 1.

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.



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