RFFMS100 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 RFFMS100 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMA1 - Matching: Totals and Balances (CBM)
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.
Selection Text: PERIOD = Period
Selection Text: GJAHR_S = Fiscal year
Selection Text: FIKRS_S = FM area
Selection Text: BUKRS_S = Company code
Title: TR-CBM: Actual Data Leveling: FM Balances <-> FM Totals Records
Text Symbol: 010 = LgNr
Text Symbol: 020 = FMA
Text Symbol: 030 = CoCde
Text Symbol: 040 = PerBl
Text Symbol: 050 = FYear
Text Symbol: 060 = Prd
Text Symbol: 065 = Lg/Tr crcy
Text Symbol: 070 = Amnt-
Text Symbol: 075 = Amnt-totals
Text Symbol: 080 = Curr.
Text Symbol: 085 = Bus. area
Text Symbol: 088 = Lg crcy
Text Symbol: 089 = Tr.crcy
Text Symbol: 099 = Actual data compar.:FM-balances->FM totals records
Text Symbol: 100 = Detailed info about error
Text Symbol: 101 = Entries checked
Text Symbol: 102 = Error Which Occurred
INCLUDE IFIFMCON.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = 'RFFMS100' I_CALLBACK_PF_STATUS_SET = 'PF_STATUS_SET' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' I_STRUCTURE_NAME = 'PRINT_ERROR' IS_LAYOUT = G_F_LAYOUT IT_FIELDCAT = G_T_FIELDCAT IT_EVENTS = G_T_EVENTS TABLES T_OUTTAB = PRINT_ERROR EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
FM_ALV_LAYOUT CALL FUNCTION 'FM_ALV_LAYOUT' CHANGING C_F_LAYOUT = C_F_LAYOUT.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.
FM_GET_INIT_INFO_APPLC CALL FUNCTION 'FM_GET_INIT_INFO_APPLC' EXPORTING I_APPLC = 'C' I_BUKRS = U_BUKRS CHANGING C_F_FMGLOB = L_F_FMGLOB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMS100 - TR-CBM: Actual Data Leveling: FM Balances <-> FM Totals Records RFFMS100 - TR-CBM: Actual Data Leveling: FM Balances <-> FM Totals Records RFFMS012 - FI-FM: Actual Data Matching: FM Totals Records <-> FM Line Items RFFMS012 - FI-FM: Actual Data Matching: FM Totals Records <-> FM Line Items RFFMS009 - FM Account Assignment Analysis Against Posted Document RFFMS009 - FM Account Assignment Analysis Against Posted Document