RFKICM01 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 RFKICM01 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: Include RFKICM01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EFKKCMST CALL FUNCTION 'ENQUEUE_EFKKCMST' EXPORTING mandt = sy-mandt runid = p_runid _scope = '1' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
K_MESSAGE_TRANSFORM CALL FUNCTION 'K_MESSAGE_TRANSFORM' EXPORTING par_langu = sy-langu par_msgid = sy-msgid par_msgno = sy-msgno par_msgv1 = sy-msgv1 par_msgv2 = sy-msgv2 par_msgv3 = sy-msgv3 par_msgv4 = sy-msgv4 IMPORTING par_msgtx = text EXCEPTIONS no_message_found = 1 par_msgid_missing = 2 par_msgno_missing = 3 par_msgty_missing = 4 OTHERS = 5.
DATE_CHECK_PLAUSIBILITY CALL FUNCTION 'DATE_CHECK_PLAUSIBILITY' EXPORTING date = auxdat EXCEPTIONS plausibility_check_failed = 1 OTHERS = 2.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' " note 1584421 EXPORTING LOGICAL_FILENAME = c_lgname CHANGING PHYSICAL_FILENAME = as_fname EXCEPTIONS OTHERS = 1. " note 1584421
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' " Note 1422710 EXPORTING " Note 1422710 i_set_new = ' ' " Note 1422710 IMPORTING " Note 1422710 e_applk = l_applk " Note 1422710 EXCEPTIONS " Note 1422710 no_appl_selected = 1 " Note 1422710 OTHERS = 2. " Note 1422710
FKK_CHECKM_BATCH_POS_APPEND CALL FUNCTION 'FKK_CHECKM_BATCH_POS_APPEND' TABLES t_dfkkcmp = xfkkcmp t_dfkkcmp2p = xfkkcmp2p EXCEPTIONS error_message = 1.
FKK_CHECKM_LOT_STATUS CALL FUNCTION 'FKK_CHECKM_LOT_STATUS' EXPORTING i_keys1 = xfkkcmk-keys1 IMPORTING e_stass = l_stass e_anzpo = l_anzpo e_fikey = l_fikey EXCEPTIONS error_message = 1.
FKK_CHECKM_BATCH_CREATE CALL FUNCTION 'FKK_CHECKM_BATCH_CREATE' EXPORTING i_dfkkcmk = dfkkcmk IMPORTING e_dfkkcmk = dfkkcmk EXCEPTIONS error_message = 1.
FKK_CHECKM_UPDATE_STATUS CALL FUNCTION 'FKK_CHECKM_UPDATE_STATUS' "1030568 EXPORTING "1030568 I_KEYS1 = cmtab-keys1 "1030568 I_STATUS = SPACE "1030568 IX_FIKEY_CLOSE = SPACE. "1030568
FKK_CHECKM_BATCH_CLOSE CALL FUNCTION 'FKK_CHECKM_BATCH_CLOSE' EXPORTING i_keys1 = cmtab-keys1 EXCEPTIONS wrong_control_data = 1 OTHERS = 2.
K_MESSAGE_TRANSFORM CALL FUNCTION 'K_MESSAGE_TRANSFORM' EXPORTING par_langu = sy-langu par_msgid = sy-msgid par_msgno = sy-msgno par_msgv1 = sy-msgv1 par_msgv2 = sy-msgv2 par_msgv3 = sy-msgv3 par_msgv4 = sy-msgv4 IMPORTING par_msgtx = err_txt EXCEPTIONS no_message_found = 1 par_msgid_missing = 2 par_msgno_missing = 3 par_msgty_missing = 4 OTHERS = 5.
FKK_CHECKM_UPDATE_STATUS CALL FUNCTION 'FKK_CHECKM_UPDATE_STATUS' "1030568 EXPORTING "1030568 I_KEYS1 = cmtab-keys1 "1030568 I_STATUS = SPACE "1030568 IX_FIKEY_CLOSE = SPACE. "1030568
JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = jobname IMPORTING jobcount = jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.
FKK_CHECKM_BATCH_POST CALL FUNCTION 'FKK_CHECKM_BATCH_POST' EXPORTING i_keys1 = r_cmpost-low.
JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = jobcount jobname = jobname strtimmed = 'X' EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.
JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = jobcount jobname = jobname sdlstrtdt = p_strdt sdlstrttm = p_strtm strtimmed = ' ' EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = prgname "#EC DOM_EQUAL TABLES selection_table = vari_tab EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.
RS_LIST_SELECTION_TABLE CALL FUNCTION 'RS_LIST_SELECTION_TABLE' EXPORTING report = prgname "#EC DOM_EQUAL seltext = 'X' newpage = space TABLES sel_tab = vari_tab.
CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING is_layout = ls_layo it_fieldcat = lt_fcat TABLES t_outtab = gt_errout.
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 RFKICM01 or its description.