SAP Reports / Programs

RFFMITEM SAP ABAP Report - Line Items







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


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


Text pool values


Title: Line Items


INCLUDES used within this REPORT RFFMITEM

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:

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'.



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