RFKKCOPM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Read Collection Agency File The collection agency transfers the information about the arrears in the form of a file...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 RFKKCOPM into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FP03F - Read Collection Agency File
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: ACFILE = Name of Check Lot File
Selection Text: AKFILE = Name of Credit Card Lot File
Selection Text: AZFILE = Name of Payment Lot File
Selection Text: PAR_FIL = Name of Source File
Selection Text: PA_BLDAT = Document Date
Selection Text: PA_BUDAT = Posting Date
Selection Text: PG_BLDAT = Document Date
Selection Text: PG_BUDAT = Posting Date
Selection Text: P_ABGRD = Write-Off Reason
Selection Text: P_ABLART = Document Type
Selection Text: P_BLDAT = Document Date
Selection Text: P_BUDAT = Posting Date
Selection Text: P_BUDATS = Payment Lot Posting Date
Selection Text: P_BUKRS = Company Code
Selection Text: P_FEES = Post Collection Agency Charges
Selection Text: P_FIKEY = Reconciliation Key
Selection Text: P_JOB = Schedule Job
Selection Text: P_PC_TYP = Local File Type
Selection Text: P_PU_TYP = Local File Type
Selection Text: P_STAKZ = Statistical Ind. for Interest
Selection Text: P_STAP = Post Payment Lot Immediately
Selection Text: P_STRDT = Start Date
Selection Text: P_STRTM = Start Time
Selection Text: P_TEST = Test File Only
Selection Text: P_VALUT = Value Date
Selection Text: P_VARI = Display Variant
Selection Text: P_WROFF = Write-Off Item Directly
Selection Text: XPC = Read from PC
Selection Text: XPC1 = Write to PC
Title: Read Collection Agency File
Text Symbol: JOB = Collection Agency Payment Lot
Text Symbol: JO2 = CollAgencyCCard
Text Symbol: JO1 = Collection Agency Check Lot
Text Symbol: 103 = Background Job
Text Symbol: 102 = Information Message
Text Symbol: 101 = Warning Message
Text Symbol: 100 = Error Message
Text Symbol: 091 = ID
INCLUDE: RFKKCOLPAYDEF.
INCLUDE: RFKKCOLPAYSEL.
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.
REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = g_save changing cs_variant = g_variant exceptions wrong_input = 1 not_found = 2 program_error = 3 others = 4.
FKK_FIKEY_F4 call function 'FKK_FIKEY_F4' exporting i_xshow = space importing e_fikey = p_fikey.
FKK_SCHEDMAN_INIT call function 'FKK_SCHEDMAN_INIT' exporting i_repid = const_repid i_tcode = const_tcode i_wfitem = wf_witem i_wflist = wf_wlist i_flg_test = p_test importing e_f_schedman_key = g_f_schedman_key.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = text-010.
FKK_OPEN_ITEM_DEQUEUE call function 'FKK_OPEN_ITEM_DEQUEUE'.
FILE_GET_NAME_USING_PATH call function 'FILE_GET_NAME_USING_PATH' exporting logical_path = path file_name = file_list-name importing file_name_with_path = dest.
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 RFKKCOPM or its description.