RFKKCMF is a standard Executable ABAP Report 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 RFKKCMF into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FP50FIK - Man. Check Lot: New Recon. Key
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.
Selection Text: P_TEST = Test Run
Selection Text: R_BUKRS = D Company Code
Selection Text: R_KEYS1 = D Lot
Title: Assign Lots for Manual Outgoing Checks to New Reconciliation Key
Text Symbol: REM = Comment
Text Symbol: TST = Assign New Reconciliation Key: Test Run
Text Symbol: OPE = Open
Text Symbol: CLO = Closed
Text Symbol: ECH = Assign New Reconciliation Key: Update Run
Text Symbol: ERR = Error While Opening
Text Symbol: LCK = Locked by &
Text Symbol: LOT = Lot
Text Symbol: NOC = No Relevant Lots Found
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BP_SET_MSG_HANDLING CALL FUNCTION 'BP_SET_MSG_HANDLING' EXPORTING handlingtype = btc_suppress_msgs_on_handler EXCEPTIONS OTHERS = 0.
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = xapplk.
ENQUEUE_EFKKCMK CALL FUNCTION 'ENQUEUE_EFKKCMK' EXPORTING keys1 = xfkkcmk-keys1 _scope = 3 EXCEPTIONS foreign_lock = 01 system_failure = 02.
FKK_FIKEY_GET_STATUS CALL FUNCTION 'FKK_FIKEY_GET_STATUS' EXPORTING i_fikey = xfkkcmk-fikey IMPORTING e_xclos = fik_xclos e_sumsz = fik_sumsz EXCEPTIONS error_message = 1.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_applk = xapplk i_fbeve = '0241' TABLES t_fbstab = fbstab.
FKK_SAMPLE_0241 CALL FUNCTION 'FKK_SAMPLE_0241'.
BP_SET_MSG_HANDLING CALL FUNCTION 'BP_SET_MSG_HANDLING' EXPORTING handlingtype = btc_show_msgs_on_handler EXCEPTIONS OTHERS = 0.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'FKKCMKF' i_grid_title = l_title TABLES t_outtab = t_fkkcmkf.
FKK_FIKEY_GET_STATUS CALL FUNCTION 'FKK_FIKEY_GET_STATUS' EXPORTING i_fikey = lt_dfkkcmf-fikey IMPORTING e_cldat = lt_dfkkcmf-cldat e_cltim = lt_dfkkcmf-cltim EXCEPTIONS error_message = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKCMF - Assign Lots for Manual Outgoing Checks to New Reconciliation Key RFKKCMF - Assign Lots for Manual Outgoing Checks to New Reconciliation Key RFKKCMDG - Generate Test File for Transfer of Manually Issued Checks RFKKCMDG - Generate Test File for Transfer of Manually Issued Checks RFKKCMDA - Transfer of Man. Issued Checks - Display/Change Content of Seq. File RFKKCMDA - Transfer of Man. Issued Checks - Display/Change Content of Seq. File