RACKAR00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report changes all of the asset balance sheet accounts from the master depreciation area (depreciation area 01) to statistical cost elements using 'CALL Transaction...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 RACKAR00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OAK7 - Reconc. acct. as stat. cost element
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: XTEST = D Test run
Selection Text: XHELL = D Foreground
Selection Text: KOKRS = Controlling area
Selection Text: DATBI = Valid to
Selection Text: DATAB = Valid from
Title: Creating cost elements for statistical autom. posting of assets
Text Symbol: 040 = Parameters of run
Text Symbol: 031 = Balance sheet account not created:
Text Symbol: 030 = In chart of accounts:
Text Symbol: 022 = Error when creating cost element - check
Text Symbol: 021 = Cost element exists already
Text Symbol: 020 = All cost elements were already created
Text Symbol: 012 = Carry out asset Customizing first
Text Symbol: 011 = accounts in table T095.
Text Symbol: 010 = No entries found for chart of
Text Symbol: 007 = Controlling area:
Text Symbol: 006 = ---- T E S T R U N ----
Text Symbol: 005 = .
Text Symbol: 004 = to
Text Symbol: 003 = created for the validity period from
Text Symbol: 001 = The following cost elements are
001 Cost elem. Type Description
INCLUDE LAFARCON.
No SAP DATABASE tables are accessed within this REPORT code!
RK_BUKRS_OF_KOKRS CALL FUNCTION 'RK_BUKRS_OF_KOKRS' EXPORTING kokrs = kokrs TABLES t_bukrs = ibukrs.
READ_SACHKONTO CALL FUNCTION 'READ_SACHKONTO' EXPORTING buchungskreis = ibukrs-bukrs sachkonto = bcskb-kstar EXCEPTIONS sachkonto_not_found = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RACKAR00 - Creating cost elements for statistical autom. posting of assets RACKAR00 - Creating cost elements for statistical autom. posting of assets RACHECK_AREASETTINGS_TOP - RACHECKAREASETTINGSTOP RACHECK_AREASETTINGS_F01 - RACHECKAREASETTINGSF01 RACHECK_AREASETTINGS_4_PARVAL - Check of Area Configuration for Activation of FI-AA (New) RACHECK_AREASETTINGS_4_PARVAL - Check of Area Configuration for Activation of FI-AA (New)