MKECM_MAINFORM 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 MKECM_MAINFORM into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKD_RKB1X_SET CALL FUNCTION 'RKD_RKB1X_SET' EXPORTING applclass = c_applclass_ke * I_GET_TABLE = '1' i_rkb1x = s_rkb1x * I_SET_VERSION = 'X' * I_TABLE = ' ' IMPORTING e_rkb1x = s_rkb1x.
RKE_F4_2 CALL FUNCTION 'RKE_F4_2' EXPORTING i_fieldname = 'VKORG' i_erkrs = gs_info-erkrs TABLES et_sel_values = lt_values[].
RKE_F4_KOKRS CALL FUNCTION 'RKE_F4_KOKRS' EXPORTING i_erkrs = gs_info-erkrs IMPORTING e_scr_field = x_scr_field * ET_F4_VALUES = .
KEDR_STRATEGY_WRITE CALL FUNCTION 'KEDR_STRATEGY_WRITE' EXPORTING i_appl = 'KE' i_subclass = '01' i_strategy_id = i_stratid i_env = i_env.
RKE_F4_KOKRS CALL FUNCTION 'RKE_F4_KOKRS' EXPORTING i_erkrs = gs_info-erkrs IMPORTING * E_SCR_FIELD = et_f4_values = at_f4_kokrs.
DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'RKE_BWFKT' value = l_domvalue langu = sy-langu * BYPASS_BUFFER = ' ' IMPORTING dd07v_wa = ls_dd07v * RC = .
RKEWUL_PRINT_REPORTS_OVERVIEW CALL FUNCTION 'RKEWUL_PRINT_REPORTS_OVERVIEW' EXPORTING i_erkrs = gs_info-erkrs i_type = gs_info-pa_type i_sort_mode = lv_sort_mode i_sum_levels = scr_015_check01.
K_VERSN_CHECK_FOR_VALUATION CALL FUNCTION 'K_VERSN_CHECK_FOR_VALUATION' EXPORTING co_area = l_co_area show_result = 'X' TABLES t_tka09 = lt_tka09.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.