SAP Reports / Programs | Cross-Application Components | General Application Functions | Engineering Change Management(CA-GTF-ECM) SAP CA

MCC02F01 SAP ABAP INCLUDE - FORM routines







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


Text pool values


Title: FORM routines


INCLUDES used within this REPORT MCC02F01

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:

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' "begin note 752995 exporting tabname = 'CCEFFE' fieldname = delem tables dfies_tab = lt_dfies exceptions not_found = 1 internal_error = 2 others = 3.

RPY_DOMAIN_READ call function 'RPY_DOMAIN_READ' exporting doma_name = dtel-domaname importing doma_inf = doma tables doma_values = dval exceptions cancelled = 1 not_found = 2 permission_error = 3 illegal_type = 4 others = 5.

TR_OBJECT_CHECK call function 'TR_OBJECT_CHECK' exporting wi_ko200 = wi_ko200 importing we_order = we_order * WE_TASK = * we_ko200 = * WE_OBJECT_APPENDABLE = * ES_TADIR = tables wt_e071k = wt_e071k exceptions others = 1.

TR_OBJECT_INSERT call function 'TR_OBJECT_INSERT' exporting wi_order = we_order wi_ko200 = wi_ko200 * IMPORTING * WE_ORDER = * WE_TASK = * WE_KO200 = * ES_TADIR = tables wt_e071k = wt_e071k exceptions others = 1.

ALE_MODEL_INFO_GET call function 'ALE_MODEL_INFO_GET' exporting message_type = 'CLSMAS' receiving_system = rcvprn tables model_data = ale_model exceptions no_model_info_found = 1 own_system_not_defined = 2 others = 3.

ALE_MODEL_INFO_GET call function 'ALE_MODEL_INFO_GET' exporting message_type = 'CHRMAS' receiving_system = rcvprn tables model_data = ale_model exceptions no_model_info_found = 1 own_system_not_defined = 2 others = 3.

CLME_FEATURES_OF_CLASS call function 'CLME_FEATURES_OF_CLASS' exporting class = t_class_list-class classtype = t_class_list-klart tables tfeatures = t_effca exceptions class_not_found = 1 no_authority = 2 others = 3.

MASTERIDOC_CREATE_REQ_CLSMAS call function 'MASTERIDOC_CREATE_REQ_CLSMAS' exporting * CHANGE_NUMBER = * KEY_DATE = SY-DATUM rcvpfc = ' ' rcvprn = rcvprn rcvprt = rcvprt sndpfc = ' ' sndprn = ' ' sndprt = ' ' message_type = 'CLSMAS' * PARALLEL = ' ' importing created_comm_idocs = num_idocs_cls tables t_classes = t_class_list exceptions others = 1.

MASTERIDOC_CREATE_REQ_CHRMAS call function 'MASTERIDOC_CREATE_REQ_CHRMAS' exporting * KEY_DATE = SY-DATUM * CHANGE_NUMBER = rcvpfc = ' ' rcvprn = rcvprn rcvprt = rcvprt sndpfc = ' ' sndprn = ' ' sndprt = ' ' message_type = 'CHRMAS' * PARALLEL = ' ' importing created_comm_idocs = num_idocs_chr tables characteristics = t_char_list exceptions others = 1.

C14Z_COMMIT_CHECK * CALL FUNCTION 'C14Z_COMMIT_CHECK' * IMPORTING * E_FLG_READY = FLG_READY * EXCEPTIONS * OTHERS = 1.

TR_OBJECT_CHECK call function 'TR_OBJECT_CHECK' exporting wi_ko200 = ls_ko200 tables wt_e071k = lt_e071k exceptions cancel_edit_other_error = 1 show_only_other_error = 2.

TR_OBJECT_INSERT call function 'TR_OBJECT_INSERT' exporting wi_ko200 = ls_ko200 iv_no_show_option = c_mark tables wt_e071k = lt_e071k exceptions cancel_edit_other_error = 1 show_only_other_error = 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 MCC02F01 or its description.