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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMS184 - FI documents receive commitment item from G/L account (replaces NABU) RFFMS184 - FI documents receive commitment item from G/L account (replaces NABU) RFFMS183 - Enter Commitment Item in Purchase Order Invoices RFFMS183 - Enter Commitment Item in Purchase Order Invoices RFFMS182 - Document lines receive commt item from G/L account (for LI/OI accts)= RFFMS182 - Document lines receive commt item from G/L account (for LI/OI accts)=