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

RFKKCRDV1 SAP ABAP Report - Reverse Check Payment after Successful Lock (Stop Payment)







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


Transaction Code(s):

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

FPCHS - Document Reversal after Check Lock


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 RFKKCRDV1. "Basic submit
SUBMIT RFKKCRDV1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKCRDV1 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: 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


INCLUDES used within this REPORT RFKKCRDV1

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:

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.



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