FBICRC_CALCULATE_DIFF_F09 is a standard ABAP INCLUDE 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 FBICRC_CALCULATE_DIFF_F09 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: Include FBICRC_CALCULATE_DIFF_F09
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FB_RC_RPROC_PROPERTIES_GET CALL FUNCTION 'FB_RC_RPROC_PROPERTIES_GET' EXPORTING ed_rproc = id_rproc IMPORTING is_rproc = ls_rproc EXCEPTIONS OTHERS = 0.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FBICRC_S_DIFF' langu = sy-langu all_types = fbicc_true TABLES dfies_tab = lt_dfies.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FBICRC_CALCULATE_DIFF_F09 - Include FBICRC_CALCULATE_DIFF_F09 FBICRC_CALCULATE_DIFF_F08 - Include FBICRC_CALCULATE_DIFF_F08 FBICRC_CALCULATE_DIFF_F07 - Include FBICRC_CALCULATE_DIFF_F07 FBICRC_CALCULATE_DIFF_F06 - Include FBICRC_CALCULATE_DIFF_F06 FBICRC_CALCULATE_DIFF_F05 - Include FBICRC_CALCULATE_DIFF_F05 FBICRC_CALCULATE_DIFF_F04 - Include FBICRC_CALCULATE_DIFF_F04