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

RFKIKA16 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RFKIKA16

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_FKKBSTMV-CHFNAM EXCEPTIONS OTHERS = 1. " note 1584421

FKK_CR_CHECK_CASH_POST_STOP CALL FUNCTION 'FKK_CR_CHECK_CASH_POST_STOP' EXCEPTIONS ERROR_MESSAGE = 1.

FKK_FIKEY_CLOSE CALL FUNCTION 'FKK_FIKEY_CLOSE' EXPORTING I_FIKEY = IT_CH_CNTRL-LOTKEY EXCEPTIONS FIKEY_NOT_FOUND = 1 OTHERS = 2.

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

FKK_ANALYZE_NOTE_PAYEE CALL FUNCTION 'FKK_ANALYZE_NOTE_PAYEE' EXPORTING I_FEBKO = I_FEBKO I_FKKBEP = I_FKKBEP I_GSVORGART = I_DEST_LOT IMPORTING E_TXTVW = L_TXTVW TABLES T_FKKBRE = IT_FKKBRE EXCEPTIONS OTHERS = 1.

FKK_BANK_DATA_READ CALL FUNCTION 'FKK_BANK_DATA_READ' EXPORTING I_BUKRS = I_FEBKO-BUKRS I_HBKID = I_FEBKO-HBKID IMPORTING E_T012 = LS_T012 EXCEPTIONS NOT_FOUND_T012 = 1 NOT_FOUND_T012K = 2 NOT_FOUND_BNKA = 3 OTHERS = 4.

FKK_CR_CHECK_CASH_POST_STOP CALL FUNCTION 'FKK_CR_CHECK_CASH_POST_STOP' EXCEPTIONS ERROR_MESSAGE = 1 OTHERS = 2.

FKK_CR_CHECK_CASH_POST_START CALL FUNCTION 'FKK_CR_CHECK_CASH_POST_START' EXPORTING I_FIKEY = L_FIKEY_CH I_RESOB = C_RESOB_CHECK I_RESKY = L_RESKY EXCEPTIONS ERROR_MESSAGE = 1 OTHERS = 2.

FKK_CR_CHECK_CASH_POST_HEAD_OK CALL FUNCTION 'FKK_CR_CHECK_CASH_POST_HEAD_OK' EXPORTING I_CHECK_HEADER = I_FKKCRCPH EXCEPTIONS HEADER_INCORRECT = 1 ERROR_MESSAGE = 2 OTHERS = 3.

FKK_BSTM_RUNCTRL_APPX_ADD CALL FUNCTION 'FKK_BSTM_RUNCTRL_APPX_ADD' EXPORTING I_FKKBSTMV = C_FKKBSTMV I_LOTTYPE = C_CHECK I_POSFIN = C_GLOB_CTRL-CH_POS_CNT I_ERRCNT = C_GLOB_CTRL-CH_ERR_CNT TABLES CT_FKKBSTMA = CT_FKKBSTMA.

FKK_CR_CHECK_CASH_POST_STOP CALL FUNCTION 'FKK_CR_CHECK_CASH_POST_STOP' " Note 1055030 EXCEPTIONS " Note 1055030 ERROR_MESSAGE = 1 " Note 1055030 OTHERS = 2. " Note 1055030

FKK_CR_CHECK_CASH_POST CALL FUNCTION 'FKK_CR_CHECK_CASH_POST' EXPORTING I_CHECK_HEADER = I_FKKCRCPH TABLES T_CHECK_POSITION = LT_FKKCRCPP EXCEPTIONS NO_DOC_POSTED = 1 NO_CHECK_UPDATE = 2 ERROR_MESSAGE = 3 OTHERS = 4.

FKK_FIKEY_GET_STATUS CALL FUNCTION 'FKK_FIKEY_GET_STATUS' EXPORTING I_FIKEY = I_FKKBSTMV-FIKEY_CH IMPORTING E_XCLOS = LX_CLOSED E_RESKY = L_RESKY EXCEPTIONS ERROR_MESSAGE = 1 OTHERS = 2.

FKK_LOT_KEY_CREATE CALL FUNCTION 'FKK_LOT_KEY_CREATE' EXPORTING I_LOTTYPE = '04' I_BUKRS = I_FEBKO-BUKRS I_HBKID = I_FEBKO-HBKID I_HKTID = I_FEBKO-HKTID I_AZNUM = I_FEBKO-AZNUM I_APPLK = I_FKKBSTMV-APPLK I_LOTKEY_BODY = I_FKKBSTMV-LOTKEY I_LOTKEY_FIRST = I_FKKBSTMV-FIKEY_CH IX_SUBSEQ_KEY = LX_SUBSEQ_KEY IMPORTING E_LOTKEY = E_FIKEY_CH EXCEPTIONS NO_KEY_GENERATED = 1 OTHERS = 2.

FKK_FIKEY_RESERVE CALL FUNCTION 'FKK_FIKEY_RESERVE' EXPORTING I_FIKEY = E_FIKEY_CH EXCEPTIONS ERROR_MESSAGE = 1 OTHERS = 2.

FKK_FIKEY_OPEN CALL FUNCTION 'FKK_FIKEY_OPEN' EXPORTING i_fikey = E_FIKEY_CH i_memory = 'X' i_resob = C_RESOB_CHECK i_resky = E_RESKY EXCEPTIONS ERROR_MESSAGE = 1 OTHERS = 2.

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

FKK_SAMPLE_0959 IF 1 = 2. CALL FUNCTION 'FKK_SAMPLE_0959'. 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 RFKIKA16 or its description.