This blog contains tips and tricks from SAP BI Experts Frake and Reemon. Be inspired!
Monday, August 31, 2009
Check setup tables R/3
Tuesday, July 21, 2009
0FI_*_4 datasource
General Ledger
0FI_GL_4 > BSEG/BKPF
Accounts Receivable
0FI_AR_4 > BSIK / BSAK
Accounts Payable
0FI_AP_4 > BSID / BSAD
Taxes
0FI_TX_4 > BSET
If 0FI_GL_4 datasource is used, its timestamp is also leading for the other 0FI_*_4 datasources. Timestamps of the datasources can be found in table BWOM2_TIMEST.
Standardly a delta request on leading datasource 0FI_GL_4 picks up all changes up to the day before if load is started after 02:00 AM of systemtime. There is a safety margin of two hours build in to sustain a certain consistency between R/3 and BW.
More info on extraction logic of these datasources
http://help.sap.com/saphelp_nw70/helpdata/en/af/16533bbb15b762e10000000a114084/content.htm
Friday, July 17, 2009
Cleaning up statistic tables in BI
In order to keep your BI system healthy, it's necessary to clean-up some statistical tables once in a while. Especially in BI 7.0 I experienced some tables growing rapidly (e.g. DTP statistics).
In RSA1 goto Tools à Settings for BI Statistics.
Choose and select the tables you want to clean up:
Which option cleans which tables? Here you go:
Option | Tables |
Query Statistics Tables | RSDDSTATHEADER, RSDDSTATDM, RSDDSTATEVDATA, RSDDSTATAGGRDEF, RSDDSTATINFO. |
Statistic Loggin Tables | RSDDSTATLOGGING |
Aggregates/BIA Index Process | RSDDSTATAGGR, RSDDSTATTREXSERV, RSDDSTATTREX, |
InfoCube Statistics (Delete, Compress) | RSDDSTATDELE, RSDDSTATCOND |
Didn't see this option in 3x System. There you can execute the same program manually: RSDDSTAT_DATA_DELETE.
Is your 'huge' table not here, maybe this will help:
Datasources | Tables |
0TCT_DS01, 0TCT_DS02, 0TCT_DS03 | RSDDSTATHEADER, RSDDSTATINFO RSDDSTATEVDATA RSDDSTATDM |
By loading Technical content, data in these tables is automatically saved for 14 days. To change the # of days: change parameter TCT_KEEP_OLAP_DM_DATA_N_DAYS in table RSADMIN.
Last but not least: Table BALDAT (Application Log) can be cleaned with tcode SLG2.
Good luck!
Extraction Logistics Datasources: Tcode and program
An overview of Datasources and the programs filling the relevant setup table (named MC*SETUP). With this handy table you can find the status of your current job or previous initialization jobs through SM37.
Datasource | Tcode | Program |
2LIS_02* | OLI3BW | RMCENEUA |
2LIS_03_BX | MCNB | RMCBINIT_BW |
2LIS_03_BF | OLI1BW | RMCBNEUA |
2LIS_03_UM | OLIZBW | RMCBNERP |
2LIS_04* orders | OLI4BW | RMCFNEUA |
2LIS_04* manufacturing | OLIFBW | RMCFNEUD |
2LIS_05* | OLIQBW | RMCQNEBW |
2LIS_08* | VTBW | VTRBWVTBWNEW |
2LIS_08* (COSTS) | VIFBW | VTRBWVIFBW |
2LIS_11_V_ITM | OLI7BW | RMCVNEUA |
2LIS_11_VAITM | OLI7BW | RMCVNEUA |
2LIS_11_VAHDR | OLI7BW | RMCVNEUA |
2LIS_12_VCHDR | OLI8BW | RMCVNEUL |
2LIS_12_VCITM | OLI8BW | RMCVNEUL |
2LIS_12_VCSCL | OLI8BW | RMCVNEUL |
2LIS_13_VDHDR | OLI9BW | RMCVNEUF |
2LIS_13_VDITM | OLI9BW | RMCVNEUF |
2LIS_17* | OLIIBW | RMCINEBW |
2LIS_18* | OLISBW | RMCSNEBW |
2LIS_45* | OLIABW | RMCENEUB |
Thursday, July 16, 2009
Analyzing Throughput Times Process Chains
To analyze your process chains in SAP BI (but also other BI elements, SAP provides the program /SSA/BWT.
How to use:
Select the first bullet after running the program in SA38:
Enter the technical name of the process chain to be analyzed:
In the following screen you can see all details of the different process chain runs, but also compare different process chain runs with each other.
This program is very useful when you want to analyse why a certain process chain is taking longer.
Try it out!
Solving delta queue issues after system copy
After a system copy or refresh of the R/3 source system, you may encounted dumps in your BI system when you want to initialize (logistic) data flows.