FBICRC_CALCULATE_DIFF_F07 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_F07 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_F07
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_POSTING_DATE_OF_PERIOD_GET CALL FUNCTION 'G_POSTING_DATE_OF_PERIOD_GET' EXPORTING period = ls_diff-poper variant = gs_rproc_prop-fyvar year = ls_diff-ryear IMPORTING to_date = ld_key_date.
FB_RC_RPROC_PROPERTIES_GET CALL FUNCTION 'FB_RC_RPROC_PROPERTIES_GET' EXPORTING ed_rproc = pa_rproc IMPORTING is_rproc = ls_rproc_prop.
FB_RC_RPROC_PROPERTIES_GET CALL FUNCTION 'FB_RC_RPROC_PROPERTIES_GET' EXPORTING ed_rproc = pa_rproc IMPORTING is_rproc = ls_rproc_prop.
FB_RC_COMMSUPPORT CALL FUNCTION 'FB_RC_COMMSUPPORT' EXPORTING ed_appl = ls_rproc_prop-appid ed_cdbid = ls_rproc_prop-cdbid eo_if_imp_obj = lo_commsupport_cb ed_rproc = pa_rproc eb_fullscreen = fbicc_true ed_mode = lc_maintain_contacts.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING it_fieldcat = lsx_plhid_data-t_fieldcat i_save = 'A' is_variant = lsx_plhid_data-s_variant i_grid_title = text-012 TABLES t_outtab = lt_diff.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' "n1641232 EXPORTING "n1641232 INPUT = ls_fbicrc01050-rcomp "n1641232 IMPORTING "n1641232 OUTPUT = ls_fbicrc01050-rcomp. "n1641232
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' "n1641232 EXPORTING "n1641232 INPUT = ls_fbicrc01050-rassc "n1641232 IMPORTING "n1641232 OUTPUT = ls_fbicrc01050-rassc. "n1641232
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
REUSE_ALV_GRID_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_GET' IMPORTING et_fieldcat = lsx_plhid_data-t_fieldcat es_layout = lsx_plhid_data-s_layout es_variant = lsx_plhid_data-s_variant.
REUSE_ALV_GRID_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_GRID_LAYOUT_INFO_GET' IMPORTING et_fieldcat = lsx_plhid_data-t_fieldcat es_layout = lsx_plhid_data-s_layout es_variant = lsx_plhid_data-s_variant.
FB_RC_RPROC_PROPERTIES_GET CALL FUNCTION 'FB_RC_RPROC_PROPERTIES_GET' EXPORTING ed_rproc = pa_rproc IMPORTING is_rproc = ls_rproc_prop.
FB_RC_USER_SETTINGS_GET CALL FUNCTION 'FB_RC_USER_SETTINGS_GET' EXPORTING ed_rproc = pa_rproc ed_uname = sy-uname IMPORTING is_user_settings = ls_user_settings.
FB_RC_COMMSUPPORT CALL FUNCTION 'FB_RC_COMMSUPPORT' EXPORTING ed_appl = ls_rproc_prop-appid ed_cdbid = ls_rproc_prop-cdbid ed_mtgid = ls_rproc_prop-mtgid ed_dbcat = ld_dbcat eo_if_imp_obj = lo_commsupport_cb ed_rproc = pa_rproc ed_def_recipient = ls_user_settings-def_rec ed_mode = lc_send_templ.
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_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 FBICRC_CALCULATE_DIFF_F03 - Include FBICRC_CALCULATE_DIFF_F03 FBICRC_CALCULATE_DIFF_F02 - Include FBICRC_CALCULATE_DIFF_F02