RFKKCRDV1 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 RFKKCRDV1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FPCHS - Document Reversal after Check Lock
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: PAR_BART = Doc. Type for Reversal Doc.
Selection Text: PAR_BUKR = Company Code
Selection Text: PAR_TEST = Test Run, Display Only
Selection Text: PAR_VDAT = Lock Reported to Date
Selection Text: PAR_VRSN = Alternative Voiding Reason
Selection Text: PAR_VTIM = Lock Reported to Time
Selection Text: SEL_VRSN = Lock Reason
Selection Text: PAR_FIKY = D .
Selection Text: PAR_HBKI = D .
Selection Text: PAR_HKTI = D .
Title: Reverse Check Payment after Successful Lock (Stop Payment)
Text Symbol: 001 = Optional Selections
Text Symbol: 002 = Specifications for Program Control
Text Symbol: 003 = Lock Reported to Date
Text Symbol: 004 = Lock Reported to Time
Text Symbol: 008 = &1 of &2 Checks Voided/Payment Documents Reversed
Text Symbol: V05 = Reason Is Not Valid for Check Locks
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = h_applk EXCEPTIONS no_appl_selected = 1 OTHERS = 2.
FKK_ACCOUNT_DETERMINE CALL FUNCTION 'FKK_ACCOUNT_DETERMINE' EXPORTING i_tfk033d = tfk033d IMPORTING e_tfk033d = tfk033d.
FKK_ACCOUNT_DETERMINE_1050 CALL FUNCTION 'FKK_ACCOUNT_DETERMINE_1050'.
FKK_CALL_EVENT_1113 CALL FUNCTION 'FKK_CALL_EVENT_1113' EXPORTING I_HERKF = '05' I_APPLK = H_APPLK IMPORTING E_FIKEY = par_fiky EXCEPTIONS ERROR_MESSAGE = 1.
FKK_BLART_CHECK CALL FUNCTION 'FKK_BLART_CHECK' EXPORTING i_applk = h_applk i_blart = par_bart IMPORTING E_LTEXT = blarttxt EXCEPTIONS error_message = 0 others = 0.
FKK_BLART_CHECK CALL FUNCTION 'FKK_BLART_CHECK' EXPORTING i_applk = h_applk i_blart = par_bart IMPORTING E_LTEXT = blarttxt.
FKK_CR_CHECK_VOIDREASON CALL FUNCTION 'FKK_CR_CHECK_VOIDREASON' EXPORTING I_REASON = PAR_VRSN IX_REVERSAL = 'X' EXCEPTIONS NOT_ALLOWED = 1 OTHERS = 2 .
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '0254' i_applk = h_applk TABLES t_fbstab = t_fkfbc EXCEPTIONS OTHERS = 0.
FKK_FIKEY_CHECK CALL FUNCTION 'FKK_FIKEY_CHECK' EXPORTING I_FIKEY = par_fiky I_OPEN_ON_REQUEST = 'X' EXCEPTIONS ERROR_MESSAGE = 1 NON_EXISTING = 2 OTHERS = 3.
FKK_FIKEY_CHECK CALL FUNCTION 'FKK_FIKEY_CHECK' EXPORTING I_FIKEY = par_fiky EXCEPTIONS ERROR_MESSAGE = 1 NON_EXISTING = 2 OTHERS = 3.
FKK_FIKEY_OPEN CALL FUNCTION 'FKK_FIKEY_OPEN' EXPORTING I_FIKEY = par_fiky EXCEPTIONS ERROR_MESSAGE = 1.
FKK_CR_CHECK_READ_DEFER_VOID CALL FUNCTION 'FKK_CR_CHECK_READ_DEFER_VOID' EXPORTING * I_DELAY_H = 24 I_REPORT_DATE = par_vdat I_REPORT_TIME = par_vtim I_BUKRS = par_bukr I_HBKID = par_hbki I_HKTID = par_hkti TABLES et_checks = checks2void it_voidrs = sel_vrsn EXCEPTIONS WRONG_CALL = 1 NO_ENTRY_FOUND = 2 OTHERS = 3.
FKK_CR_CHECK_AUTHORITY_CHECK CALL FUNCTION 'FKK_CR_CHECK_AUTHORITY_CHECK' EXPORTING I_CHECK_KEY = CHECK_KEY I_ACTIVITY = '90' EXCEPTIONS WRONG_CALL = 1 NO_AUTHORIZATION = 2 OTHERS = 3.
FKK_SAMPLE_0254 CALL FUNCTION 'FKK_SAMPLE_0254'.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_BYPASSING_BUFFER = 'X' i_callback_program = 'RFKKCRDV1' i_grid_title = l_title i_structure_name = 'FKKCR' TABLES t_outtab = gt_out[] EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKCRDV1 - Reverse Check Payment after Successful Lock (Stop Payment) RFKKCRDV1 - Reverse Check Payment after Successful Lock (Stop Payment) RFKKCRDG - Generate Test File for Check Deposit Transfer RFKKCRDG - Generate Test File for Check Deposit Transfer RFKKCRDA - Check Deposit Transfer - Display/Change Content of Sequential File RFKKCRDA - Check Deposit Transfer - Display/Change Content of Sequential File