SAP Reports / Programs

RFFMTRCB90 SAP ABAP Report - Set old bank transfer postings to new default item







RFFMTRCB90 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 RFFMTRCB90 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 RFFMTRCB90. "Basic submit
SUBMIT RFFMTRCB90 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMTRCB90 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 = D Financial Management Area
Selection Text: P_TEST = D Test Run
Selection Text: S_BUKRS = D Company Code
Selection Text: S_GJAHR = D Fiscal Year
Selection Text: S_PERIO = D Period
Title: Set old bank transfer postings to new default item
Text Symbol: 001 = Fin. Mgmt Area
Text Symbol: 002 = Test Run
Text Symbol: 003 = Update Run
Text Symbol: 011 = Number of Documents Found
Text Symbol: 013 = Number of Documents Changed


INCLUDES used within this REPORT RFFMTRCB90

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 = L_T_T001.

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

FMFPO_READ_QUICK CALL FUNCTION 'FMFPO_READ_QUICK' EXPORTING IP_FIKRS = G_F_GLOBAL_DATA-FIKRS IP_FIPOS = G_F_GLOBAL_DATA-FIPOA IP_FLG_BUFFER_ALL = ' ' IMPORTING F_FMFPO = L_F_FMFPO_NA.

FMFPO_READ_QUICK CALL FUNCTION 'FMFPO_READ_QUICK' EXPORTING IP_FIKRS = G_F_GLOBAL_DATA-FIKRS IP_FIPOS = G_F_GLOBAL_DATA-FMPOT IP_FLG_BUFFER_ALL = ' ' IMPORTING F_FMFPO = L_F_FMFPO.

FMFS_GET_DOCUMENT_NUMBER_FI CALL FUNCTION 'FMFS_GET_DOCUMENT_NUMBER_FI' EXPORTING I_EPONR = L_T_ITEMS-KOZFI IMPORTING E_BELNR = L_BELNR E_BUKRS = L_BUKRS E_BUZEI = L_BUZEI E_GJAHR = L_GJAHR.

FMCB_GET_ITEM_FI_HIGH CALL FUNCTION 'FMCB_GET_ITEM_FI_HIGH' EXPORTING I_BELNR = L_BELNR I_BUKRS = L_BUKRS I_BUZEI = L_BUZEI I_GJAHR = L_GJAHR I_LEDNR = L_T_LEDGER-LEDNR I_FLG_DELETE_ITEMS = 'X' TABLES T_FMEPIN = L_T_FMEPIN_READ.

FM_DOCUMENT_UPDATE_FI CALL FUNCTION 'FM_DOCUMENT_UPDATE_FI' EXPORTING I_APPLC = 'C' I_FLG_IN_UPDATE_TASK = ' ' I_F_GLOBAL_DATA = G_F_GLOBAL_DATA TABLES T_DOCUMENT_FM_DEL = L_T_FMEPIN_DEL T_DOCUMENT_FM_INS = L_T_FMEPIN_INS EXCEPTIONS DATA_MISSING = 1 DOUBLE_DELETE = 2 OTHERS = 3.



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