RFKKCOPN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = fi The collection agency transfers information about outstanding amounts using the enterprise service
If you would like to execute this report or see the full code listing simply enter RFKKCOPN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FP03I - Process Info fr.Ext.Collect.Agencies
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: P_FIKEY = D .
Selection Text: P_WROFF = Write-Off Item Directly
Selection Text: P_VALUT = Value Date
Selection Text: P_TEST = Test Run
Selection Text: P_RVDAT = Date Received
Selection Text: P_INKGP = Collection Agency
Selection Text: P_GPART = Business Partner
Selection Text: P_FEES = Post Collection Agency Charges
Selection Text: P_BUDAT = Posting Date
Selection Text: P_BLDAT = Document Date
Title: Process Collection Agency Information
Text Symbol: 050 = Int. Doc. & Posted
Text Symbol: 051 = Charge Doc. & Posted
Text Symbol: 052 = W/O DocNo.
Text Symbol: 070 = TOTAL OF COLLECTION AGENCIES
Text Symbol: 072 = Payment Lot Log
Text Symbol: 073 = Collection Agency
Text Symbol: 074 = Payments
Text Symbol: 075 = Write-Offs
Text Symbol: 076 = Interest
Text Symbol: 077 = Charges
Text Symbol: 078 = Currcy
Text Symbol: 079 = Uncollectable
Text Symbol: 080 = Payment list is being prepared
Text Symbol: 090 = Message Text
Text Symbol: 091 = ID
Text Symbol: 100 = Error Message
Text Symbol: 101 = Warning Message
Text Symbol: A01 = Change Collection Items
Text Symbol: 043 = Coll.Agency &:
Text Symbol: 001 = Selection Details
Text Symbol: 002 = Process Collection Agency Information
Text Symbol: 003 = Posting Parameter
Text Symbol: 006 = Error in Determining Hierarchy for Collection Agency/Bus.Partner:
Text Symbol: 008 = Proc.Flow Cntrl
Text Symbol: 011 = Incoming Coll. Agency Payments -
Text Symbol: 012 = Process Collection Agency Information (Test Run)
Text Symbol: 013 = Process Collection Agency Information (Update Run)
INCLUDE: RFKKCOLLPAYDEF.
INCLUDE: RFKKCOLLPAYSEL.
No SAP DATABASE tables are accessed within this REPORT code!
FKK_COLL_ESOA_ACTIVE CALL FUNCTION 'FKK_COLL_ESOA_ACTIVE' IMPORTING e_xescoll = gv_flg_coll_esoa_active.
FKK_FIKEY_F4 CALL FUNCTION 'FKK_FIKEY_F4' EXPORTING i_xshow = space IMPORTING e_fikey = p_fikey.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.