RFFDFICA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFFDFICA into the relevant SAP transactions such as SE38 or SE80
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.
Title: Cash Managemment: Get Relevant Data from FI-CA
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_ADDON_COMPONENT_INSTALLED call function 'FKK_ADDON_COMPONENT_INSTALLED' changing xfica_active = l_xfica.
FKK_CASH_FORECAST_DATA_GL call function 'FKK_CASH_FORECAST_DATA_GL' tables t_f40s = l_t_sk.
FKK_CASH_FORECAST_DATA_OI call function 'FKK_CASH_FORECAST_DATA_OI' tables t_f40s = l_t_pk.
FKK_ADDON_COMPONENT_INSTALLED call function 'FKK_ADDON_COMPONENT_INSTALLED' changing xfica_active = l_xfica.
FKK_COMP_CODE_DATA call function 'FKK_COMP_CODE_DATA' exporting i_bukrs = par_bukrs importing e_tfk001b = loc_tfk001b exceptions error_message = 0 others = 0.
FKK_ADDON_COMPONENT_INSTALLED call function 'FKK_ADDON_COMPONENT_INSTALLED' changing xfica_active = l_xfica.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFDFICA - Cash Managemment: Get Relevant Data from FI-CA RFFDFICA - Cash Managemment: Get Relevant Data from FI-CA RFFDEP00 - Register of Cash Management Summary Records from Postings RFFDEP00 - Register of Cash Management Summary Records from Postings RFFDEA01 - documentation and ABAP source code RFFDEA00 - Enhanced Reconciliation of Cash Management