RFFMS183 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 RFFMS183 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_GJAHR = D Fiscal year
Selection Text: S_BELNR = D Document number
Selection Text: P_TEST = D Test run
Selection Text: P_BUKRS = D Company code
Title: Enter Commitment Item in Purchase Order Invoices
Text Symbol: 017 = No account asst reference in FI doc.
Text Symbol: 018 = No purchase order item found (un)
Text Symbol: 019 = No purchase order item found (ko)
Text Symbol: 016 = Incorrect entry in table BSEG
Text Symbol: 015 = No commitment item in assigned purchase order
Text Symbol: 014 = No commitment item in unassigned purchase order
Text Symbol: 013 = Error
Text Symbol: 001 = Company Code
Text Symbol: 002 = Test Run
Text Symbol: 003 = Upd. run
Text Symbol: 004 = Number of lines found
Text Symbol: 005 = No.of lines with old cmmt item = new cmmt item
Text Symbol: 006 = Lines with Errors
Text Symbol: 007 = Changed rows
Text Symbol: 008 = Document number
Text Symbol: 009 = LI
Text Symbol: 010 = FisYr
Text Symbol: 011 = Old CI
Text Symbol: 012 = New CI
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.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
FM3R_GET_POSIT_FROM_ACCOUNT CALL FUNCTION 'FM3R_GET_POSIT_FROM_ACCOUNT' EXPORTING I_BUKRS = P_BUKRS I_FIKRS = G_F_COMPANY_CODE_DATA-FIKRS I_FLG_BUFFER_ALL = 'X' I_SAKNR = EKKN-SAKTO IMPORTING E_FIPOS = EKKN-FIPOS EXCEPTIONS FIPOS_DATA_NOT_FOUND = 1 NO_ACCOUNT_FOUND = 2 NO_FIPOS_FOUND = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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)= RFFMS181 - Provide Purchase Orders with Commitment Items RFFMS181 - Provide Purchase Orders with Commitment Items