RKASAL02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Within the framework of the euro conversion, this report corrects the balances of settled CO objects, so that period balances that were zero before the conversion are also zero after the conversion...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 RKASAL02 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: EWUPROT = EMU log
Selection Text: S_OBJNR = Object number
Selection Text: UPDATE = Update
Title: Reconciliation of balances for settled objects
Text Symbol: 001 = No differences found
Text Symbol: 002 = Balances reconciled
Text Symbol: 003 = Invalid report call
Text Symbol: 004 = Test run completed without errors
001 Object number Vsn Year Prd Difference in OC Difference in GC
INCLUDE EWUPSTAT.
INCLUDE EWUPFORM.
INCLUDE RKAEWUI1.
No SAP DATABASE tables are accessed within this REPORT code!
DB_COMMIT call function 'DB_COMMIT'.
DB_COMMIT call function 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKASAL02 - Reconciliation of balances for settled objects RKASAL02 - Reconciliation of balances for settled objects RKASAL01 - Balance determination for settled objects RKASAL01 - Balance determination for settled objects RKARULESDELETE - Restrict Validity of Invalid Distribution Rules RKARULESDELETE - Restrict Validity of Invalid Distribution Rules