MKEC2F00 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 MKEC2F00 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!
CHECK_TEXT_NAME CALL FUNCTION 'CHECK_TEXT_NAME' EXPORTING NAME = TEXT_NAME EXCEPTIONS NAME = 1.
TT_INIT CALL FUNCTION 'TT_INIT' EXPORTING FROMNAME = FROMNAME TONAME = TONAME TABNAME = STRNAME IMPORTING CA = LG_COTTI TABLES TIMETAB = COTTI EXCEPTIONS FROM_NFD = 1 SYSERR = 2 TAB_NFD = 3 TO_NFD = 4.
TT_PREPARE CALL FUNCTION 'TT_PREPARE' EXPORTING FROMDATE = ADATE TODATE = BDATE CA = LG_COTTI IMPORTING FIRSTINDEX = FIRSTIND LASTINDEX = LASTIND TABLES TIMETAB = COTTI EXCEPTIONS GAP = 1 SYSERR = 2.
TT_PREPARE CALL FUNCTION 'TT_PREPARE' EXPORTING FROMDATE = ADATE TODATE = BDATE CA = LG_COTTI IMPORTING FIRSTINDEX = FIRSTIND LASTINDEX = LASTIND TABLES TIMETAB = OLD_COTTI EXCEPTIONS GAP = 1 SYSERR = 2.
TT_INSERT CALL FUNCTION 'TT_INSERT' EXPORTING CA = LG_COTTI FROMDATE = INS_DATAB TIMETAB_ENTRY = INS_COTTI TODATE = INS_DATBI TABLES TIMETAB = COTTI EXCEPTIONS GAP = 1 SYSERR = 2.
STRING_SPLIT CALL FUNCTION 'STRING_SPLIT' EXPORTING DELIMITER = '-' STRING = FA_CURSOR_FIELD IMPORTING HEAD = HEAD TAIL = TAIL EXCEPTIONS NOT_FOUND = 1.
GET_DIFFERING_FIELDS * call function 'GET_DIFFERING_FIELDS' * tables field_tab = n_tab * int_tab = pfl_cotti * nametab = nametab.
TT_SETDBACTION CALL FUNCTION 'TT_SETDBACTION' EXPORTING DBA_VALUE = EQU-DBUPD DBACTION = COTTI-XXDBACTION IMPORTING NDBACTION = COTTI-XXDBACTION.
TT_SETDBACTION CALL FUNCTION 'TT_SETDBACTION' EXPORTING DBA_VALUE = EQU-DBDEL DBACTION = COTTI-XXDBACTION IMPORTING NDBACTION = COTTI-XXDBACTION.
GET_DIFFERING_FIELDS CALL FUNCTION 'GET_DIFFERING_FIELDS' TABLES FIELD_TAB = N_TAB INT_TAB = COM_TAB NAMETAB = NAMETAB.
CHOISE_INTERVAL CALL FUNCTION 'CHOISE_INTERVAL' EXPORTING OBJ_TABLE = OBJ_TABLE PU_TYPE = ZEI_TYP D_TITLE = D_TITLE IMPORTING DATAB = ZEI_DATAB DATBI = ZEI_DATBI F_IND = FIRSTIND L_IND = LASTIND TABLES INP_LIST = COTTI EXCEPTIONS NO_SELECTION = 4.
DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = 'PCA_BUKRS_WITH_TEXT' tables dfies_tab = nametab exceptions not_found = 1 others = 2.
STC1_SELECT_SUBSCREEN call function 'STC1_SELECT_SUBSCREEN' exporting header = text-053 tabname = 'PCA_BUKRS_WITH_TEXT' display_only = display_only * ENDLESS = * HANDLE = DISPLAY_TOGGLE = 'X' * SORT_FORBIDDEN = * MODIFY_CHECK = * INSERT_CHECK = * DELETE_CHECK = * MODIFY_DISP_FIELD = NO_INSERT = 'X' NO_DELETE = 'X' NO_MOVE = 'X' * NO_UNDO = NO_BUTTON = '' * ADDITIONAL_BUTTON = text-057 * ADD_BUTTON_CALL = * ADD_BUTTON_HEADER = importing dynproreport = tc_dynproreport dynpronr = tc_dynpronr tabhandle = tc_0335_handle tables * NAMETAB = nametab table = itab_bukrs_with_text fielddif = lt_fielddif * EXCEPTIONS * NO_MORE_TABLES = 1 * TOO_MANY_FIELDS = 2 * NAMETAB_NOT_VALID = 3 * HANDLE_NOT_VALID = 4 * OTHERS = 5 .
STC1_SET_COMMAND call function 'STC1_SET_COMMAND' exporting command = tmp_code.
STC1_GET_DATA call function 'STC1_GET_DATA' EXPORTING TAB_HANDLE = tc_0335_handle TABLES TABLE = itab_bukrs_with_text MODIFIED_DATA = modified_data * DELETED_DATA = * NEW_DATA = * MARKED_DATA = EXCEPTIONS TABLE_NOT_FOUND = 1 OTHERS = 2 .
JV_KOKRS_ACTIVE call function 'JV_KOKRS_ACTIVE' exporting kokrs = prct1-kokrs importing active = gd_jove_active exceptions others = 0.
JV_BUKRS_ACTIVE call function 'JV_BUKRS_ACTIVE' exporting bukrs = itab_auswahl_bukrs-bukrs importing active = tmp_bukrs_active.
READ_PROFITCENTER_BUKRS_JV call function 'READ_PROFITCENTER_BUKRS_JV' exporting r_kokrs = prct1-kokrs r_prctr = prct1-prctr R_BUKRS = itab_auswahl_bukrs-bukrs tables rt_bukrs_jv = lt_cepc_bukrs EXCEPTIONS NO_BUKRS_FOUND = 1 OTHERS = 2.
call function 'JV_DATA_MAINTENANCE' exporting action_type = ld_action_type event = 'SUBS_PBO' jv_objdat = gd_jv_objdat importing * DATA_CHANGED = subscreen_modulpool = gd_jv_subscreen_modulpool subscreen_number = gd_jv_subscreen_number JV_DATA = gd_jv_data * JV_FIELD_F2 = .
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 MKEC2F00 or its description.