SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

RFKIKA13 SAP ABAP INCLUDE - Transfer Data from FI Bank Storage (Form Routines Refusal Lot)







RFKIKA13 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 RFKIKA13 into the relevant SAP transactions such as SE38 or SE80


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 RFKIKA13. "Basic submit
SUBMIT RFKIKA13 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKIKA13 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Transfer Data from FI Bank Storage (Form Routines Refusal Lot)


INCLUDES used within this REPORT RFKIKA13

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:

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' " note 1584421 EXPORTING LOGICAL_FILENAME = c_lgname CHANGING PHYSICAL_FILENAME = i_filename EXCEPTIONS OTHERS = 1. " note 1584421

FKR2_RLGRD_MAP_FROM_HBK CALL FUNCTION 'FKR2_RLGRD_MAP_FROM_HBK' EXPORTING i_dfkkrk = p_dfkkrk CHANGING c_dfkkrp = ls_dfkkrp EXCEPTIONS OTHERS = 1.

FKK_REFUSAL_BATCH_CREATE CALL FUNCTION 'FKK_REFUSAL_BATCH_CREATE' CHANGING c_fkkrk = p_dfkkrk EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_BSTM_RUNCTRL_APPX_ADD CALL FUNCTION 'FKK_BSTM_RUNCTRL_APPX_ADD' EXPORTING i_fkkbstmv = p_fkkbstmv i_lottype = c_return i_posfin = p_glob_ctrl-rl_pos_cnt i_errcnt = p_glob_ctrl-rl_err_cnt TABLES ct_fkkbstma = ct_fkkbstma.

FKK_REFUSAL_BATCH_APPEND CALL FUNCTION 'FKK_REFUSAL_BATCH_APPEND' TABLES t_fkkrp = lt_dfkkrp t_fkkrp3 = lt_dfkkrp3 EXCEPTIONS error_message = 1 OTHERS = 2.

ENQUEUE_EFKKRK CALL FUNCTION 'ENQUEUE_EFKKRK' EXPORTING keyr1 = p_keyr1 _scope = 3 EXCEPTIONS foreign_lock = 01 system_failure = 02.

FKK_LOT_KEY_CREATE CALL FUNCTION 'FKK_LOT_KEY_CREATE' EXPORTING i_lottype = '02' i_bukrs = p_febko-bukrs i_hbkid = p_febko-hbkid i_hktid = p_febko-hktid i_aznum = p_febko-aznum i_applk = p_fkkbstmv-applk i_lotkey_body = p_fkkbstmv-lotkey i_lotkey_first = p_fkkbstmv-keyr1 ix_subseq_key = lx_subseq_key ix_split = p_fkkbstmv-xsplit IMPORTING e_lotkey = p_bfkkrk-keyr1 EXCEPTIONS no_key_generated = 1 OTHERS = 2.

FKK_BANKSTATEMENT_REF CALL FUNCTION 'FKK_BANKSTATEMENT_REF' EXPORTING i_kukey = p_febko-kukey IMPORTING e_reference = p_bfkkrk-keyr2 EXCEPTIONS OTHERS = 1.

FKK_BANK_DATA_READ CALL FUNCTION 'FKK_BANK_DATA_READ' EXPORTING i_bukrs = p_febko-bukrs i_hbkid = p_febko-hbkid i_hktid = p_febko-hktid IMPORTING e_t012 = h_t012 e_t012k = h_t012k EXCEPTIONS not_found_t012 = 1 not_found_t012k = 2 not_found_bnka = 3 OTHERS = 4.

FKK_ANALYZE_NOTE_PAYEE CALL FUNCTION 'FKK_ANALYZE_NOTE_PAYEE' EXPORTING i_febko = p_febko i_fkkbep = p_fkkbep i_gsvorgart = p_dest_lot IMPORTING e_txtvw = p_bfkkrp-txtvw TABLES t_fkkbre = pt_fkkbre EXCEPTIONS OTHERS = 1.

FKK_SAMPLE_0963 IF 1 = 2. CALL FUNCTION 'FKK_SAMPLE_0963'. ENDIF.

FKK_SAMPLE_0964 IF 1 = 2. CALL FUNCTION 'FKK_SAMPLE_0964'. ENDIF.



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