SAP Reports / Programs | Enterprise Controlling | Executive Information System | Data Collection(EC-EIS-DCM) SAP EC

MKCTRI01 SAP ABAP INCLUDE - Rechenroutinen EC-EIS







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

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:

RKE_GET_EVENT_RETURNOBJECTS call function 'RKE_GET_EVENT_RETURNOBJECTS' exporting i_event = kxob_c_event_transport i_object = dynp-return_objecttypes importing e_obj_string = dynp-return_objecttypes.

RKE_GET_EVENT_RETURNOBJECTS call function 'RKE_GET_EVENT_RETURNOBJECTS' exporting i_event = kxob_c_event_transport i_object = dynp-return_objecttypes importing e_obj_string = dynp-return_objecttypes.

RKE_GET_EVENT_RETURNOBJECTS call function 'RKE_GET_EVENT_RETURNOBJECTS' exporting i_event = kxob_c_event_transport i_object = 'R3KG' importing e_obj_string = dynp-return_objecttypes * TABLES * T_OBJLIST = .

TRANSACTIONS_INITIALIZE call function 'TRANSACTIONS_INITIALIZE' importing e_applclass = dynp-application e_subclass = dynp-subclass exceptions others = 1.

RKE_GET_EVENT_RETURNOBJECTS call function 'RKE_GET_EVENT_RETURNOBJECTS' exporting i_event = kxob_c_event_transport i_object = obtyp-i3pf importing e_obj_string = dynp-return_objecttypes.

RKE_GET_EVENT_RETURNOBJECTS call function 'RKE_GET_EVENT_RETURNOBJECTS' exporting i_event = kxob_c_event_transport i_object = obtyp-ierg importing e_obj_string = dynp-return_objecttypes.

RKE_GET_EVENT_RETURNOBJECTS call function 'RKE_GET_EVENT_RETURNOBJECTS' exporting i_event = kxob_c_event_transport i_object = obtyp-i3zi importing e_obj_string = dynp-return_objecttypes.

RKE_GET_EVENT_RETURNOBJECTS call function 'RKE_GET_EVENT_RETURNOBJECTS' exporting i_event = kxob_c_event_transport i_object = dynp-return_objecttypes importing e_obj_string = dynp-return_objecttypes.

RKD_TRANSPORT_OBJECTS call function 'RKD_TRANSPORT_OBJECTS' exporting correction_number = g_request-cust_task i_syst_request = g_request-syst_task language = sy-langu mandant = sy-mandt application = dynp-application objectkey = dynp-objectkey objecttype = dynp-objecttype return_objecttypes = dynp-return_objecttypes with_external_tabs = ' ' with_user_action = 'X' filter_program = 'SAPMKCTR' filter_form = dynp-filter_form i_trans_info = l_100trans_info exceptions bad_objecttype = 03 object_not_found = 04 no_correction_number = 01 user_abort = 02 job_failure = 05.

RKD_CLIENT_COPY_OBJECTS call function 'RKD_CLIENT_COPY_OBJECTS' exporting application = dynp-application sourcemandant = t000-mandt targetmandant = sy-mandt objectkey = dynp-objectkey objecttype = dynp-objecttype return_objecttypes = dynp-return_objecttypes with_user_action = 'X' operation_type = 'O' exceptions bad_objecttype = 3 object_not_found = 4 user_abort = 2 job_failure = 5 others = 6.

RKE_TRANSPORT_OBJECTS call function 'RKE_TRANSPORT_OBJECTS' exporting applclass = dynp-application subclass = dynp-subclass objecttype = dynp-objecttype return_objecttypes = dynp-return_objecttypes filter_program = 'SAPMKCTR' filter_form = dynp-filter_form i_all_languages = dynp-transport_all_languages.

COPA_GET_ERK call function 'COPA_GET_ERK' exporting mode = 'P' importing erkrs = l_erkrs pa_type = l_patype ok_code = l_okcode exceptions erkrs_inactive = 1 others = 2.

TRANSACTIONS_INITIALIZE CALL FUNCTION 'TRANSACTIONS_INITIALIZE' IMPORTING E_APPLCLASS = l_applclass EXCEPTIONS user_abend = 1.

RKD_RKB1X_SET CALL FUNCTION 'RKD_RKB1X_SET' EXPORTING APPLCLASS = l_applclass I_RKB1X = ls_rkb1x IMPORTING E_RKB1X = ls_rkb1x EXCEPTIONS user_abend = 1.

RKD_TRANSPORT_OBJECTS call function 'RKD_TRANSPORT_OBJECTS' exporting correction_number = g_request-cust_task i_syst_request = g_request-syst_task language = sy-langu mandant = sy-mandt application = dynp-application objectkey = dynp-objectkey objecttype = dynp-objecttype return_objecttypes = dynp-return_objecttypes with_external_tabs = ' ' with_user_action = 'X' filter_program = 'SAPMKCTR' filter_form = dynp-filter_form it_f1_tab = gt_f1_tab i_all_languages = dynp-transport_all_languages i_trans_info = l_200trans_info exceptions bad_objecttype = 03 object_not_found = 04 no_correction_number = 01 user_abort = 02 job_failure = 05.



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