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

RFKKCRESCH2 SAP ABAP Report - Check Escheatment of Checks That Have Reached Escheatment Date







RFKKCRESCH2 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 RFKKCRESCH2 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

FPCHESCH_ESCH - Execute Check Escheatment


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 RFKKCRESCH2. "Basic submit
SUBMIT RFKKCRESCH2 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKCRESCH2 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: SO_BUKRS = Company Code
Selection Text: X_SIMU = Simulation
Selection Text: P_BLDAT = D .
Selection Text: P_BUDAT = D .
Selection Text: P_DB = D .
Selection Text: P_FIKEY = D .
Selection Text: SO_HBKID = D .
Selection Text: SO_HKTID = D .
Selection Text: SO_RC = D .
Selection Text: SO_ZTNUM = D .
Title: Check Escheatment of Checks That Have Reached Escheatment Date
Text Symbol: 001 = Selection Criteria
Text Symbol: 002 = Options
Text Symbol: 003 = Messages
Text Symbol: 004 = Specificatns


INCLUDES used within this REPORT RFKKCRESCH2

INCLUDE: FKCH_ESCH_CONSTANTS,
FKCH_ESCH_MSG_CONSTANTS.
INCLUDE: RFKKCRESCH1_MAC.


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:

FKK_CR_CHECK_AUTHORITY_CHECK CALL FUNCTION 'FKK_CR_CHECK_AUTHORITY_CHECK' EXPORTING i_check_key = gs_fkkcrkey i_activity = '02' EXCEPTIONS wrong_call = 1 no_authorization = 2 OTHERS = 3.

ENQUEUE_EFKKCR CALL FUNCTION 'ENQUEUE_EFKKCR' EXPORTING mode_dfkkcr = 'E' mandt = sy-mandt herkf = gs_fkkcrkey-herkf org1t = gs_fkkcrkey-org1t org1r = gs_fkkcrkey-org1r hbkid = gs_fkkcrkey-hbkid hktid = gs_fkkcrkey-hktid ztart = gs_fkkcrkey-ztart ztnum = gs_fkkcrkey-ztnum _scope = '2' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

FKCK_ESCH_POST_PREPARE CALL FUNCTION 'FKCK_ESCH_POST_PREPARE' EXPORTING it_dfkkcr = gt_dfkkcr it_dfkkcresch = gt_dfkkcresch it_dfkkcrcl = gt_dfkkcrcl IMPORTING et_dfkkcresch_chg = gt_dfkkcresch_upd et_post_packages = gt_post_packages et_messages = gt_messages_bapi.

FKCH_ESCH_DFKKCRESCH_UPD CALL FUNCTION 'FKCH_ESCH_DFKKCRESCH_UPD' EXPORTING it_dfkkcresch_upd = gt_dfkkcresch_upd.

FKCK_ESCH_POST CALL FUNCTION 'FKCK_ESCH_POST' EXPORTING iv_bukrs = gs_post_package-bukrs iv_eschrc = gs_post_package-eschrc iv_waers = gs_post_package-waers it_checks = gs_post_package-t_checks iv_fikey = p_fikey iv_budat = p_budat iv_bldat = p_bldat ix_update_task = space ix_simu = x_simu IMPORTING et_dfkkcresch_chg = gt_dfkkcresch_upd et_messages = gt_messages_bapi ex_error = gx_error.

FKCH_ESCH_DFKKCRESCH_UPD CALL FUNCTION 'FKCH_ESCH_DFKKCRESCH_UPD' EXPORTING it_dfkkcresch_upd = gt_dfkkcresch_upd.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = lv_applk EXCEPTIONS no_appl_selected = 1 OTHERS = 2.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '1113' i_applk = lv_applk TABLES t_fbstab = lt_tfkfbc EXCEPTIONS error_message = 1.

FKK_SAMPLE_1113 CALL FUNCTION 'FKK_SAMPLE_1113'.

FKK_FIKEY_CHECK call function 'FKK_FIKEY_CHECK' exporting i_fikey = iv_fikey i_open_on_request = 'X' exceptions error_message = 1 others = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log IMPORTING e_log_handle = gv_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 99.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = gs_profile EXCEPTIONS OTHERS = 0.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_message_bal EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_message_bal EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_message_bal EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_message_bal EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_message_bal EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD





CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_message_bal EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_message_bal EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = gs_message_bal EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.



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