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

RFKKRD01 SAP ABAP Report - Revenue Distribution: List of Documents







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


Transaction Code(s):

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

FP60R_OLD - List of Distributed Revenues


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


INCLUDES used within this REPORT RFKKRD01

INCLUDE RFKKRD01TOP.
INCLUDE RFKKRD01E01.
INCLUDE RFKKRD01F01.
INCLUDE RFKKRD01F02.
INCLUDE RFKKRD01O01.
INCLUDE RFKKRD01I01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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