SAP Reports / Programs | Treasury | Cash Budget Management(TR-CB) SAP TR

RFFMS184 SAP ABAP Report - FI documents receive commitment item from G/L account (replaces NABU)







RFFMS184 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 RFFMS184 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 RFFMS184. "Basic submit
SUBMIT RFFMS184 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMS184 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_MONAT = D Posting Period
Selection Text: S_KOART = D Account Type
Selection Text: S_HKONT = D General Ledger Account
Selection Text: S_GJAHR = D Fiscal Year
Selection Text: S_FIPOS = D Commitment Item
Selection Text: S_BELNR = D Document number
Selection Text: P_TR_UNC = Financial transaction unchgd
Selection Text: P_TEST = Test run
Selection Text: P_PO_UNC = Lines with purc.orders unchgd
Selection Text: P_LISTE = Print list
Selection Text: P_FR_UNC = Lines with fnds resvn unchgd
Selection Text: P_FMLOG = Selection per FMLOG
Selection Text: P_DP_UNC = Down pamynents unchanged
Selection Text: P_BUKRS = D Company code
Title: FI documents receive commitment item from G/L account (replaces NABU)
Text Symbol: 004 = Number of lines changed
Text Symbol: 003 = Update Run
Text Symbol: 002 = Test Run
Text Symbol: 001 = Company Code


INCLUDES used within this REPORT RFFMS184

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:

FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING I_BUKRS = P_BUKRS IMPORTING E_T001 = G_F_COMPANY_CODE_DATA.

FMFPO_READ_QUICK CALL FUNCTION 'FMFPO_READ_QUICK' EXPORTING IP_FIKRS = G_F_COMPANY_CODE_DATA-FIKRS IP_FIPOS = L_T_BSEG-FIPOS IP_FLG_BUFFER_ALL = 'X' IMPORTING F_FMFPO = L_F_FMFPO_OLD EXCEPTIONS INPUT_ERROR = 1 MASTER_DATA_NOT_FOUND = 2 OTHERS = 3.

FMFPO_READ_QUICK CALL FUNCTION 'FMFPO_READ_QUICK' EXPORTING IP_FIKRS = G_F_COMPANY_CODE_DATA-FIKRS IP_FIPOS = G_T_ACCOUNT-FIPOS IP_FLG_BUFFER_ALL = 'X' IMPORTING F_FMFPO = L_F_FMFPO_NEW.

FMFPO_READ_QUICK CALL FUNCTION 'FMFPO_READ_QUICK' EXPORTING IP_FIKRS = G_F_COMPANY_CODE_DATA-FIKRS IP_FIPOS = C_FIPOS IP_FLG_BUFFER_ALL = 'X' IMPORTING F_FMFPO = L_F_FMFPO EXCEPTIONS OTHERS = 3.

FM_CHANGE_AA_SUBST * CALL FUNCTION 'FM_CHANGE_AA_SUBST'
CALL METHOD REF_TO_BADI->GET_ACCNT_ASSIGN EXPORTING I_FMFPO = L_F_FMFPO I_COBL = L_F_COBL I_FMFCTR = L_F_FMFCTR IMPORTING E_FIPOS = L_F_COBL-FIPOS.



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