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

RFKK_NOTE_TEST SAP ABAP Report - Test Program for Note to Payee Analysis







RFKK_NOTE_TEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Test program for checking the settings for the note to payee analyses The note to payee analysis derives selection criteria for open items from the note to payee details for incoming payments...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFKK_NOTE_TEST 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

FP_NOTE_TEST - Note to payee Analysis - Test


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


Text pool values


Title: Test Program for Note to Payee Analysis
Text Symbol: 001 = Selections Found
Text Symbol: 002 = Selections Found - Technical List


INCLUDES used within this REPORT RFKK_NOTE_TEST

INCLUDE RFKK_NOTE_TESTTOP.


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_NOTE_TEXT_ANAL_INIT CALL FUNCTION 'FKK_NOTE_TEXT_ANAL_INIT'. "possible changes of custom

FKK_PAYMENT_BATCH_PROPOSAL_TST CALL FUNCTION 'FKK_PAYMENT_BATCH_PROPOSAL_TST' "business EXPORTING i_bukrs = i_bukrs TABLES t_account = account t_fkk006g = i_text EXCEPTIONS OTHERS = 1.

FKK_NOTE_TEXT_ANALYZE CALL FUNCTION 'FKK_NOTE_TEXT_ANALYZE' "technical EXPORTING i_bukrs = i_bukrs TABLES t_account_info = account2_tmp t_text = i_text t_technical_info = account2 EXCEPTIONS OTHERS = 1.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = docu_class doktitle = docu_title dokname = docu_name TABLES links = links.



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