RFKICR01 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 RFKICR01 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: Payment Lot Transfer (Subroutines)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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_CR_CHECK_CASH_POST_HEAD_OK CALL FUNCTION 'FKK_CR_CHECK_CASH_POST_HEAD_OK' EXPORTING i_check_header = xfkkck EXCEPTIONS header_incorrect = 1 error_message = 2 OTHERS = 3.
FKK_CR_CHECK_CASH_POST CALL FUNCTION 'FKK_CR_CHECK_CASH_POST' EXPORTING i_check_header = xfkkck TABLES t_check_position = xfkkcp2 EXCEPTIONS error_message = 1.
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.
ENQUEUE_EFKKCRST CALL FUNCTION 'ENQUEUE_EFKKCRST' EXPORTING mandt = sy-mandt runid = p_runid _scope = '1' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
FKK_FIKEY_RESERVE CALL FUNCTION 'FKK_FIKEY_RESERVE' EXPORTING i_fikey = p_fikey EXCEPTIONS error_message = 1.
FKK_FIKEY_CHECK CALL FUNCTION 'FKK_FIKEY_CHECK' EXPORTING i_fikey = p_fikey i_resob = '016' i_resky = k_resky EXCEPTIONS non_existing = 1 error_message = 2.
FKK_FIKEY_OPEN CALL FUNCTION 'FKK_FIKEY_OPEN' EXPORTING i_fikey = p_fikey i_memory = 'X' i_resob = c_resob i_resky = k_resky EXCEPTIONS OTHERS = 1.
FKK_CR_CHECK_CASH_POST_START CALL FUNCTION 'FKK_CR_CHECK_CASH_POST_START' EXPORTING i_fikey = p_fikey i_resob = c_resob i_resky = k_resky.
FKK_CR_CHECK_CASH_POST_STOP CALL FUNCTION 'FKK_CR_CHECK_CASH_POST_STOP' .
FKK_FIKEY_CLOSE CALL FUNCTION 'FKK_FIKEY_CLOSE' EXPORTING i_fikey = p_fikey EXCEPTIONS fikey_not_found = 1 OTHERS = 2.
FKK_FUNC_MODULE_DETERMINE * CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' * EXPORTING * i_fbeve = '0950' * i_applk = BFKKCGR00-applk * TABLES * t_fbstab = xtfkfbc * EXCEPTIONS * OTHERS = 0.
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
DATE_CHECK_PLAUSIBILITY CALL FUNCTION 'DATE_CHECK_PLAUSIBILITY' EXPORTING date = auxdat EXCEPTIONS plausibility_check_failed = 1 OTHERS = 2.
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.
REUSE_ALV_LIST_DISPLAY 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.
RFKICR01 - Payment Lot Transfer (Subroutines) RFKICR00 - Payment Lot Transfer (Declarations) RFKICOPA04 - Determine and block number range for payment forms RFKICOPA03 - Determine and block number range for payment forms RFKICMP0 - documentation and ABAP source code RFKICMF5 - documentation and ABAP source code