SAP Reports / Programs

RFKKCMF SAP ABAP Report - Assign Lots for Manual Outgoing Checks to New Reconciliation Key







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FP50FIK - Man. Check Lot: New Recon. Key


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFKKCMF. "Basic submit
SUBMIT RFKKCMF AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKCMF VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFKKCMF

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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 RFKKCMF or its description.