RKCDEFIT 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 RKCDEFIT 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.
Title: EIS Data entry fill the internal table of the planning processor
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_CFENQLIST CALL FUNCTION 'ENQUEUE_E_CFENQLIST' EXPORTING mode_cfenqlist = 'E' client = sy-mandt aspet = global_parameters-aspect versio = enq_list_tab-versio placti = enq_list_tab-placti yearb = enq_list_tab-yearb perde = enq_list_tab-perde usrcrit = enq_list_tab-usrcrit x_aspet = 'X' x_versio = 'X' x_placti = 'X' x_yearb = 'X' x_perde = 'X' x_usrcrit = 'X' _scope = '2' _wait = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
RKC_GET_UNIT_CURR_FOR_CHAR_VAL CALL FUNCTION 'RKC_GET_UNIT_CURR_FOR_CHAR_VAL' EXPORTING gu_rftab = lc_keyra-rftab gu_rffie = lc_keyra-rffie TABLES gu_fdep_tab = fdep_tab gu_ref_unicur = refunicur_tab EXCEPTIONS no_unit_cuky = 1 entry_not_found = 2 OTHERS = 3.
RKC_DIMVALUES_DISPLAY CALL FUNCTION 'RKC_DIMVALUES_DISPLAY' TABLES dim_val_tab = lc_dim_tab EXCEPTIONS OTHERS = 1.
KCK_COMMENT_MAINTAIN_LIST CALL FUNCTION 'KCK_COMMENT_MAINTAIN_LIST' EXPORTING i_aspet = global_parameters-aspect i_sel_opt = l_sel_opt * I_FUNCTION = '2' i_with_sel_popup = 'X' * I_ON_POPUP = 'X' EXCEPTIONS exit_wanted = 1.
RKC_PREPARE_EIS_PROGNOSE CALL FUNCTION 'RKC_PREPARE_EIS_PROGNOSE' IMPORTING i_iprwa = i_iprwa TABLES dbtable =
"CFNNN QEH itsel = seltab CHANGING i_cfparmp = l_cfparmp EXCEPTIONS incomplete_date = 1 OTHERS = 2.
PROGNOSE_DIALOG CALL FUNCTION 'PROGNOSE_DIALOG' EXPORTING i_iprwa = i_iprwa i_pcont = i_pcont i_flg_no_dialog = i_flg_no_dialog i_profile_appli = 'EC' TABLES tmeldu = tmeldu tprogn = new tverga = old EXCEPTIONS error = 1 OTHERS = 2.
RKC_DISPLAY_PROGNOSE_MELDU CALL FUNCTION 'RKC_DISPLAY_PROGNOSE_MELDU' TABLES tmeldu = tmeldu EXCEPTIONS table_empty = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.