SAP Reports / Programs

RFFMS005 SAP ABAP Report - TR-CB: Actual Data Matching: FM Totals Records <-> FM Line Items







RFFMS005 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 RFFMS005 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 RFFMS005. "Basic submit
SUBMIT RFFMS005 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMS005 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_PERIO = D Period
Selection Text: S_FIPOS = D Commitment item
Selection Text: S_BUKRS = D Company code
Selection Text: P_UPDATE = Update in totals records table
Selection Text: P_LIST = List Output
Selection Text: P_GJAHR = D Fiscal year
Selection Text: P_FIKRS = D FM area
Title: TR-CB: Actual Data Matching: FM Totals Records <-> FM Line Items
Text Symbol: 204 = Number of entries changed :
Text Symbol: 203 = Number of errors :
Text Symbol: 202 = Number of line items checked :
Text Symbol: 201 = Number of totals records checked:
Text Symbol: 200 = Checking log
Text Symbol: 116 = Value type :
Text Symbol: 114 = Commitment item:
Text Symbol: 112 = Fiscal year :
Text Symbol: 111 = Company code:
Text Symbol: 103 = Totals records table amount:
Text Symbol: 102 = Line item table total:
Text Symbol: 101 = Period


INCLUDES used within this REPORT RFFMS005

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:

BUKRS_GET_FROM_FIKRS CALL FUNCTION 'BUKRS_GET_FROM_FIKRS' EXPORTING IP_FIKRS = P_FIKRS TABLES T_T001 = G_T_BUKRS.

FM_GET_INIT_INFO_APPLC CALL FUNCTION 'FM_GET_INIT_INFO_APPLC' EXPORTING I_BUKRS = G_T_BUKRS-BUKRS I_APPLC = 'C' CHANGING C_F_FMGLOB = G_F_GLOBAL_DATA.

FM_POSIT_FROM_FIPOS_RANGE CALL FUNCTION 'FM_POSIT_FROM_FIPOS_RANGE' EXPORTING I_FIKRS = G_F_GLOBAL_DATA-FIKRS TABLES R_FIPOS = S_FIPOS R_POSIT = S_POSIT.

FM_FIPOS_READ_MULTIPLE CALL FUNCTION 'FM_FIPOS_READ_MULTIPLE' EXPORTING I_FIKRS = G_F_GLOBAL_DATA-FIKRS I_FLAG_KONT = 'X' I_FLAG_VERD = ' ' I_FLAG_TEXT = 'X' I_LANGUAGE = SY-LANGU I_POSHIVERS = 'SAP' I_GJAHR = '0000' TABLES R_FIPOS = S_FIPOS T_FMFPO = G_T_FIPOSIT EXCEPTIONS INPUT_ERROR = 01 MASTER_DATA_NOT_FOUND = 02.

FIRST_AND_LAST_DAY_IN_YEAR_GET CALL FUNCTION 'FIRST_AND_LAST_DAY_IN_YEAR_GET' EXPORTING I_GJAHR = P_GJAHR I_PERIV = G_F_GLOBAL_DATA-PERIV IMPORTING E_LAST_DAY = L_END_DATE.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = L_END_DATE I_PERIV = G_F_GLOBAL_DATA-PERIV IMPORTING E_BUPER = G_END_PERIO.

FMSU_UPDATE CALL FUNCTION 'FMSU_UPDATE' EXPORTING I_AMOUNT_LD = U_T_DIFFERENCE-LDBTRI I_AMOUNT_TR = U_T_DIFFERENCE-TRBTRI I_FMSU_KEY = L_F_FMSU I_PERIO = U_T_DIFFERENCE-PERIO.



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