RFFMITEM 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 RFFMITEM 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: Line Items
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSTI_SELECTION_TRANSFORMATION CALL FUNCTION 'RSTI_SELECTION_TRANSFORMATION' TABLES IT_FIELDR = G_T_RSTI_FIELDS IT_SELR = G_T_SEL_CRIT EXCEPTIONS SELECTION_TABLES_INCONSISTENT = 1 NO_SELECTION_DATA = 2 OTHERS = 3.
RSTI_SELECTION_DELETE CALL FUNCTION 'RSTI_SELECTION_DELETE' EXCEPTIONS OTHERS = 1.
FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_kom_activ = g_flg_komm e_flg_isps_not_active = g_flg_no_isps.
FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING FIELD_RANGES = U_T_SEGMENTS IMPORTING EXPRESSIONS = C_T_TEXPR.
FM_AUTH_CHECK_HHM CALL FUNCTION 'FM_AUTH_CHECK_HHM' EXPORTING I_ACTVT = '03' I_FIKRS = L_F_IFMEISA-FIKRS I_VERSN = L_F_IFMEISA-VERSN I_FICTR = L_F_IFMEISA-S_FICTR I_FIPEX = L_F_IFMEISA-FIPEX I_FONDS = L_F_IFMEISA-S_FINCD I_AUTHGRP_FICTR = L_SAV_AUGRP_FICTR I_AUTHGRP_FIPEX = L_SAV_AUGRP_FIPEX I_AUTHGRP_FONDS = L_SAV_AUGRP_FINCD I_FLG_FONDS_SPACE = L_FLG_FONDS_SPACE I_MSGTY = 'A'.
FM_AUTH_CHECK_HHM CALL FUNCTION 'FM_AUTH_CHECK_HHM' EXPORTING I_ACTVT = '03' I_FIKRS = L_F_IFMEISA1-FIKRS I_VERSN = L_F_IFMEISA1-VERSN I_FICTR = L_F_IFMEISA1-FISTL1 I_FIPEX = L_F_IFMEISA1-FIPEX1 I_FONDS = L_F_IFMEISA1-FONDS1 I_AUTHGRP_FICTR = L_SAV_AUGRP_FICTR I_AUTHGRP_FIPEX = L_SAV_AUGRP_FIPEX I_AUTHGRP_FONDS = L_SAV_AUGRP_FINCD I_FLG_FONDS_SPACE = L_FLG_FONDS_SPACE I_MSGTY = 'A'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.