RFFMUD_CORRECTION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program corrects inconsistencies that can occur in the database tables for Revenue Increasing Budget (RIB) in Former Budgeting (FB) in the case of distribution procedure 1...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFFMUD_CORRECTION into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FMIF - Correction Report for RIB-FB
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: P_FIKRS = D .
Selection Text: P_GJAHR = D .
Selection Text: P_REAL = Update Run
Selection Text: P_RESU = Force Surplus Budget Reversal
Selection Text: P_REVE = Force Budget Reversal
Selection Text: P_TEST = Test Run
Selection Text: P_VARIA = D .
Selection Text: SO_CMMT = D .
Selection Text: SO_FCTR = D .
Selection Text: SO_FNCA = D .
Selection Text: SO_FUND = D .
Selection Text: S_BUKRS = D .
Selection Text: S_FIBLNR = D .
Selection Text: S_FIBLZI = D .
Title: Program RFFMUD_CORRECTION
Text Symbol: 603 = Warnings found, display message log for more information
Text Symbol: 602 = Errors found, display message log for more information
Text Symbol: 601 = Messages found, display message log for more information
Text Symbol: 508 = Only first & objects are displayed in the list
Text Symbol: 100 = RFFMUD_CORRECTION
Text Symbol: 044 = Old budget amount
Text Symbol: 043 = Line status
Text Symbol: 042 = Old line status
Text Symbol: 041 = Old increased budget amount
Text Symbol: 040 = Old budget amount to increase
Text Symbol: 039 = Old % of Revenue Allotted
Text Symbol: 038 = Old FI document amount
Text Symbol: 001 = Document Restriction
Text Symbol: 002 = Revenue FM Account Assignments
Text Symbol: 003 = Process Control
Text Symbol: 004 = Layout option
Text Symbol: 011 = Test Run
Text Symbol: 014 = Update Run
Text Symbol: 015 = Number of information messages
Text Symbol: 016 = Number of warning messages
Text Symbol: 017 = Number of error messages
Text Symbol: 021 = Action
Text Symbol: 022 = Receiver Commitment Item
INCLUDE RFFMUD_CORRECTION_TOP.
INCLUDE RFFMUD_CORRECTION_SEL.
INCLUDE RFFMUD_CORRECTION_EVE.
INCLUDE RFFMUD_CORRECTION_FORMS.
INCLUDE RFFMUD_CORRECTION_PROTOCOL_F01.
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EFMUDRULE CALL FUNCTION 'ENQUEUE_EFMUDRULE' EXPORTING gjahr = p_gjahr fikrs = p_fikrs EXCEPTIONS foreign_lock = 1.
DEQUEUE_EFMUDRULE CALL FUNCTION 'DEQUEUE_EFMUDRULE' EXPORTING gjahr = p_gjahr fikrs = p_fikrs.
BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = g_log_handle IMPORTING e_statistics = l_f_statistics.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMUD_CORRECTION - Program RFFMUD_CORRECTION RFFMUD_CORRECTION - Program RFFMUD_CORRECTION RFFMUDX8 - Budget Subtypes: Convert Budget Table BPEP RFFMUDX8 - Budget Subtypes: Convert Budget Table BPEP RFFMUDX7 - Budget Subtypes: Convert Budget Table BPPE RFFMUDX7 - Budget Subtypes: Convert Budget Table BPPE