SAP Reports / Programs

RFFMSL SAP ABAP Report - Mass processing of commitment items in FM area







RFFMSL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using program RFFMSL, you can display commitment items of an FM area/fiscal year with a selection of master data attributes and make changes in them...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 RFFMSL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FMSL - Change Cmmt Item: Mass Processing


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 RFFMSL. "Basic submit
SUBMIT RFFMSL AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMSL 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: P_FIKRS = FM area
Selection Text: P_GJAHR = Fiscal year
Title: Mass processing of commitment items in FM area
Text Symbol: 001 = Mass processing of commitment items in FM area
Text Symbol: 002 = Field Selection for List
Text Symbol: 003 = Change Field Selctn for List
Text Symbol: 101 = SAP Enhancement FMMD0015 is Active
Text Symbol: 102 = This can lead to additional attribute changes
Text Symbol: 103 = Do you still want to call up mass processing
Text Symbol: 104 = Yes
Text Symbol: 105 = No
Text Symbol: 106 = Multiple processing


INCLUDES used within this REPORT RFFMSL

INCLUDE RFFMSLTOP.


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_SELECT_DETAIL' text = text-002 info = text-003 add_stdinf = 'X' IMPORTING RESULT = g_butt.

FM_SELECT_MULTIPLE CALL FUNCTION 'FM_SELECT_MULTIPLE' EXPORTING I_FIKRS = P_FIKRS I_GJAHR = P_GJAHR I_FIPEX_ONLY = 'X' I_STATUS = 'U' I_LIST_TITLE = L_LIST_TITLE I_FLG_MAINT_SEQUENT = 'X' I_FLG_MAINT_MULTIPLE = 'X' I_MAINT_FUNCNAME = 'FM_COM_ITEM_MULTI_SELECTION' TABLES T_FMSLFIELDS = L_T_FIELDS EXCEPTIONS NO_ENTRY_FOUND = 2.

FM_MD_GJAHR_GET_FROM_FIKRS CALL FUNCTION 'FM_MD_GJAHR_GET_FROM_FIKRS' EXPORTING I_FIKRS = U_FIKRS I_GJAHR = C_GJAHR I_FLG_POS = 'X' IMPORTING E_GJAHR_POS = C_GJAHR EXCEPTIONS WRONG_GJAHR_POS = 1.

FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING E_KOM_ACTIV = L_KOM_ACTIVE.

FM_COM_ITEM_ENQUEUE CALL FUNCTION 'FM_COM_ITEM_ENQUEUE' EXPORTING I_GJAHR = U_GJAHR I_FIKRS = U_FIKRS I_FLG_COLLECT = ' '.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING I_FIKRS = U_FIKRS I_ACTVT = '02' I_MSGTY = 'E'.

MODX_FUNCTION_ACTIVE_CHECK CALL FUNCTION 'MODX_FUNCTION_ACTIVE_CHECK' EXPORTING CPROGNAME = U_CPROGNAME FUNCNUMBER = U_FUNCNUMBER IMPORTING ACTIVE = C_ACTIVE EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING TEXTLINE1 = TEXT-101 TEXTLINE2 = TEXT-102 TEXTLINE3 = TEXT-103 TEXT_OPTION1 = TEXT-104 TEXT_OPTION2 = TEXT-105 TITEL = TEXT-106 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = C_ANSWER.

FM_COM_ITEM_GET_POPUP_FIELDS CALL FUNCTION 'FM_COM_ITEM_GET_POPUP_FIELDS' EXPORTING I_FIKRS = U_FIKRS TABLES T_FIELDSELECT = G_T_FIELDSELECT.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = 'RFFMSL' I_INTERNAL_TABNAME = 'G_T_FIELDSELECT' I_INCLNAME = 'RFFMSLTOP' CHANGING CT_FIELDCAT = G_T_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING I_TITLE = TEXT-002 I_SELECTION = 'X' I_ZEBRA = 'X' I_CHECKBOX_FIELDNAME = 'MARK' I_TABNAME = 'G_T_FIELDSELECT' IT_FIELDCAT = G_T_FIELDCAT IMPORTING E_EXIT = L_FLG_EXIT TABLES T_OUTTAB = L_T_FIELDSELECT EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = 'FMCI' STATE = 'A' LANGU = SY-LANGU TABLES DD03P_TAB = G_T_DD03P EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = 'FMCIT' STATE = 'A' LANGU = SY-LANGU TABLES DD03P_TAB = L_T_DD03P_SAVE EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = 'FMZUBSP' STATE = 'A' LANGU = SY-LANGU TABLES DD03P_TAB = L_T_DD03P_SAVE EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

FM21_CHECK_EURO_FMAREA CALL FUNCTION 'FM21_CHECK_EURO_FMAREA' EXPORTING I_EUROFIKRS = U_FIKRS IMPORTING E_FIKRS = L_FIKRS EXCEPTIONS NOT_FOUND = 1 NOT_ACTIVE = 2.



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