RFKKRD01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for List of documents that flow into revenue distribution IF &[SWITCH]FICA_EHP4& = 'X'...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 RFKKRD01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FP60R_OLD - List of Distributed Revenues
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: S_LAUFID = Run Number
Selection Text: S_LAUFDT = Run Date
Selection Text: S_FINRE = D Contract Acct Final Recipient
Selection Text: P_MAXSEL = Maximum Number of Hits
Selection Text: P_ARCH = D Read from Archive
Title: Revenue Distribution: List of Documents
Text Symbol: 106 = Archived Entries
Text Symbol: 105 = Relevant Documents
Text Symbol: 104 = Maximum No. of Hits
Text Symbol: 103 = CA Final Recpt
Text Symbol: 102 = Run Date
Text Symbol: 101 = Run Number
Text Symbol: 100 = Revenue Distribution Documents
Text Symbol: 003 = Number of Entries Not Archived
INCLUDE RFKKRD01TOP.
INCLUDE RFKKRD01E01.
INCLUDE RFKKRD01F01.
INCLUDE RFKKRD01F02.
INCLUDE RFKKRD01O01.
INCLUDE RFKKRD01I01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.