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
Below is a list of transaction codes which are relevant to this SAP report
FP_NOTE_TEST - Note to payee Analysis - Test
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.
Title: Test Program for Note to Payee Analysis
Text Symbol: 001 = Selections Found
Text Symbol: 002 = Selections Found - Technical List
INCLUDE RFKK_NOTE_TESTTOP.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKK_NOTE_TEST - Test Program for Note to Payee Analysis RFKK_NOTE_TEST - Test Program for Note to Payee Analysis RFKK_NEWACCADJTOP - RFKKNEWACCADJTOP RFKK_NEWACCADJAUX - RFKKNEWACCADJAUX RFKK_MIGRATION_PREPAID_CLEANUP - Clean-Up Tasks After Failed Migration of Prepaid Balances RFKK_MIGRATION_PREPAID_CLEANUP - Clean-Up Tasks After Failed Migration of Prepaid Balances