SAP Program RFFMBUM5 - Budget/Release Consistency Check

Title
Check whether the relation 'release <= budget' is violated

Features
The program checks for situations on the database where the releasesexceed the budget. If such a situation is detected, the programproduces an output showing - for each financial management area - theversion, fund, functional area, and fiscal year, as well as a list ofall combinations of funds centers and commitment items, together withthe problematic values of the releases and the budget in both theledger and transaction currency.
For both funds centers and commitment items, the field names of thedatabase tables (OBJNR and POSIT) differ from the user names. Apushbutton makes it possible to switch between these views.

Example
The following example illustrates how the program works. The schematictable shows values for funds centers (always '1'), commitment items(always 'A'), value types (43 is payment budget, 46 payment release),activities (Activities 1 to 4) and one of the budgeting values (forinstance, budget in transaction currency).
FC CI VT Act. Budget val. TCurr.
1 A... 43... Activity 1 3
1 A... 43... Activity 1 1
1 A... 43... Activity 3 4
1 A... 46... Activity 1 10
This situation is reported by the program since 3+1+4=8 < 10. Thereleased value exceeds the sum of the budget values.
The example also makes clear that many records of the database tablemight be involved in such situations. After finding inconsistencies,you can use the technical names of funds centers and commitment itemsin transaction SE16 (data browser) to view the individual recordsinvolved.