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

RFINTITARF01 SAP ABAP INCLUDE - documentation and ABAP source code







RFINTITARF01 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 RFINTITARF01 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 RFINTITARF01. "Basic submit
SUBMIT RFINTITARF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFINTITARF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RFINTITARF01

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:

FI_INTIT_CALCULATE call function 'FI_INTIT_CALCULATE' exporting id_int_until = a_end ib_inflation = a_inflat id_logid = gd_logid ii_badisap_calc = gd_badisap ii_badi_calc = gd_badi tables It_items_ic = Gt_intit_extf "1005882 Et_items_ic = Gt_intit_extf2 "1005882 ct_log = gt_log it_t056u_ext = gt_t056u_ext it_selopt = gt_save_selections it_t001 = gt_t001.

FI_INTIT_GROUP call function 'FI_INTIT_GROUP' exporting it_t001_group = gt_t001 it_kna1_group = gt_kna1 it_knb1_group = gt_knb1 it_lfa1_group = gt_lfa1 it_lfb1_group = gt_lfb1 id_badisap_group = gd_badisap id_badi_group = gd_badi tables it_ipf_group = gt_ipf it_items_group = gt_intit_extf2 "1005882 it_sum_group = gt_intit_extf_sum it_t056u_ext_group = gt_t056u_ext it_frange_group = gt_save_selections it_log_group = gt_log.

FI_INTIT_DISPLAY call function 'FI_INTIT_DISPLAY' exporting id_caller_repid_disp = gd_repid id_acctype_disp = gd_koart id_change_disp = gd_change id_u_save_disp = gd_alvsave is_u_variant_disp = gs_variant is_u_layout_disp = gs_layout it_u_fieldcat_disp = gt_fieldcat[] it_t001_disp = gt_t001 it_kna1_disp = gt_kna1 it_knb1_disp = gt_knb1 it_lfa1_disp = gt_lfa1 it_lfb1_disp = gt_lfb1 id_badisap_disp = gd_badisap id_badi_disp = gd_badi tables ct_ipf_disp = gt_ipf ct_items_disp = gt_intit_extf2 "1005882 ct_sum_disp = gt_intit_extf_sum it_t056u_ext_disp = gt_t056u_ext it_frange_disp = gt_save_selections ct_log_disp = gt_log.

ENQUEUE_EFKNB1I call function 'ENQUEUE_EFKNB1I' exporting kunnr = id_kunnr bukrs = id_bukrs exceptions foreign_lock = 1 system_failure = 2.

DEQUEUE_EFKNB1I call function 'DEQUEUE_EFKNB1I' exporting kunnr = id_kunnr bukrs = id_bukrs.

ENQUEUE_EFLFB1I call function 'ENQUEUE_EFLFB1I' exporting lifnr = id_lifnr bukrs = id_bukrs exceptions foreign_lock = 1 system_failure = 2.

DEQUEUE_EFLFB1I call function 'DEQUEUE_EFLFB1I' exporting lifnr = id_lifnr bukrs = id_bukrs.

REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = rs_variant i_save = 'A' importing es_variant = rs_variant exceptions others = 1.

HELP_START call function 'HELP_START' exporting help_infos = ls_help_infos * PROPERTY_BAG = importing * SELECTION = select_value = ld_select_value * RSMDY_RET = tables dynpselect = lt_dselc dynpvaluetab = lt_dval.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' "1590180 exporting i_structure_name = 'INTIT_LOG' i_grid_title = text-201 i_screen_start_column = 10 i_screen_start_line = 10 i_screen_end_column = 140 i_screen_end_line = 50 tables t_outtab = gt_log[].

HELP_START call function 'HELP_START' exporting help_infos = ls_help_infos * PROPERTY_BAG = importing * SELECTION = select_value = ld_select_value * RSMDY_RET = tables dynpselect = lt_dselc dynpvaluetab = lt_dval.



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