RFKKABS5 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = fi Using this report, you can analyze the status of the data transfer from Contract Accounts Receivable and Payable (FI-CA) to the general ledger a nd profitability analysis...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 RFKKABS5 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FPT4 - Analyze Status of Transfer
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: R_RESOB = Reserved for Object Class
Selection Text: R_FIKEY = Reconciliation Key
Selection Text: R_ERNAM = Created By
Selection Text: R_CPUDT = Created On
Selection Text: R_CLNAM = Closed By
Selection Text: R_CLDAT = Closed On
Selection Text: P_XAFIGL = Transfer to General Ledger
Selection Text: P_XACOPA = Transfer to Profitab.Analysis
Selection Text: P_INCOMP = Rec. Keys Transferred Incompl.
Selection Text: P_GRID = ALV Grid Display
Selection Text: P_ALV = ALV List
Selection Text: P_ALL = All Selected Reconcil. Keys
Title: Check Transfer Status of Reconciliation Key
Text Symbol: S99 = Totals Archived or Deleted
Text Symbol: S07 = Totals Incomplete
Text Symbol: S06 = Not to be Transferred
Text Symbol: S05 = Transferred Completely
Text Symbol: S04 = Transfer of Incomplete Adjustm.Records
Text Symbol: S03 = Adjustment Records not Transferred
Text Symbol: S02 = Transfer Incomplete
Text Symbol: S01 = Not Transferred
Text Symbol: S00 = Open
Text Symbol: A03 = General
Text Symbol: A02 = Profitab. Analysis
Text Symbol: A01 = General Ledger
Text Symbol: 016 = ALV Grid Display
Text Symbol: 015 = ALV List
Text Symbol: 014 = Layout
Text Symbol: 013 = Output List
Text Symbol: 012 = Reconciliation Keys Transferred Incompletely
Text Symbol: 011 = All Selected Reconciliation Keys
Text Symbol: 010 = Display Options
Text Symbol: 007 = Transfer
Text Symbol: 002 = Transfer Processes to be Evaluated
Text Symbol: 001 = Selections for Reconciliation Key
INCLUDE RFKKABS5TOP.
INCLUDE RFKKABS5F01.
INCLUDE RFKKABS5F02.
No SAP DATABASE tables are accessed within this REPORT code!
FKK_SCHEDMAN_INIT CALL FUNCTION 'FKK_SCHEDMAN_INIT' EXPORTING i_repid = sy-repid i_tcode = sy-tcode i_wfitem = wf_witem i_wflist = wf_wlist * i_flg_test = xtestrun IMPORTING e_f_schedman_key = g_schedman_key.
FKK_SCHEDMAN_CLOSE CALL FUNCTION 'FKK_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_schedman_key i_wfitem = wf_witem i_wfokey = wf_okey i_aplstat = g_aplstat i_cnt_obj = sy-tfill.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.