SAP Reports / Programs

RFFMKFP0 SAP ABAP Report - Index of Commitment Items







RFFMKFP0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Index of commitment items This program generates a list sorted alphanumerically of the commitment items that you have selected...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFFMKFP0 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 RFFMKFP0. "Basic submit
SUBMIT RFFMKFP0 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKFP0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: S_AUGRP = Authorization group
Title: Index of Commitment Items
Text Symbol: 001 = Authorization Group
Text Symbol: 012 = Classification


INCLUDES used within this REPORT RFFMKFP0

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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_interface_check = 'X' I_CALLBACK_PROGRAM = 'RFFMKFP0' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' I_CALLBACK_TOP_OF_PAGE = 'TOP_OF_PAGE' I_CALLBACK_HTML_TOP_OF_PAGE = 'HTML_TOP_OF_PAGE' I_STRUCTURE_NAME = 'G_T_ITEM' I_BACKGROUND_ID = G_BACKGROUND_ID IS_LAYOUT = G_F_LAYOUT IT_FIELDCAT = G_T_FIELDCAT IT_SORT = G_T_SORT IS_SEL_HIDE = G_T_SEL_CRIT I_DEFAULT = 'X' I_SAVE = 'A' IT_EVENTS = G_T_EVENTS TABLES T_OUTTAB = G_T_ITEM EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting i_logo = l_logo it_list_commentary = l_t_list_top_of_page.

FM_REPORT_TITLE_SET CALL FUNCTION 'FM_REPORT_TITLE_SET' IMPORTING e_title = l_sav_title.

FM_COM_ITEM_SHOW CALL FUNCTION 'FM_COM_ITEM_SHOW' EXPORTING I_FIKRS = G_T_ITEM-FIKRS I_GJAHR = G_T_ITEM-GJAHR I_FIPEX = G_T_ITEM-FIPEX EXCEPTIONS ERROR_OCCURED = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = 'IFMFIPEXK' TABLES X031L_TAB = L_T_NAMETAB EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

FM_ALV_LAYOUT CALL FUNCTION 'FM_ALV_LAYOUT' CHANGING C_F_LAYOUT = C_F_LAYOUT.



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