SAP Reports / Programs | Financial Accounting(FI) SAP FI

FBICRC_CALCULATE_DIFF_F07 SAP ABAP INCLUDE - Include FBICRC_CALCULATE_DIFF_F07







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FBICRC_CALCULATE_DIFF_F07. "Basic submit
SUBMIT FBICRC_CALCULATE_DIFF_F07 AND RETURN. "Return to original report after report execution complete
SUBMIT FBICRC_CALCULATE_DIFF_F07 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include FBICRC_CALCULATE_DIFF_F07


INCLUDES used within this REPORT FBICRC_CALCULATE_DIFF_F07

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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 FBICRC_CALCULATE_DIFF_F07 or its description.