
Written by admin on Sep 28th, 2009 | Filed under:
Business Warehouse (BIW)
When the data source is not readily available in the Business content. Even if the Business content data source is available and it is already being used up and if we want to simulate the same kind of extractor, we can go for generic extraction.
The T-code for creating Generic Extraction is RSO2.
We can create 3 types of data sources using generic extraction
- Transaction data
- Master data attribute
- Text
We can generate generic datasource using the following
- Table
- View
- Function module
- Infoset Query
Download the Document with Screen Shots (10999) on working with Generic Extractions in BI.

Written by jimstex on Sep 28th, 2009 | Filed under:
Business Warehouse (BIW)
SAP BI Overview contains overview about:
- Difference between OLAP and OLTP
- Layout/steps in SAP BW
- ER-Model (Entity Relationship model)
- Designing DB
- Object Oriented
- Normalization
- DB concepts in OLTP
- Star Schema (traditional schema)
- Extended Star Schema (BW schema)
- Snow Flake scheme
- Hybrid schema
- Information about the first screen for BW
Download the document on SAP Business Intelligence overview (4252)

Written by poojarychetan on Sep 28th, 2009 | Filed under:
Basis
Attached is the link for all important installation that i have documented and would like to share to explore more on Basis activities.
http://rapidshare.com/files/284606380/install_upgradeSAP.rar
I will be adding more post on configuring CUA, and significance of Xcelsius tool.
Enjoy SAP.
Chetan Poojary.

Written by admin on Sep 10th, 2009 | Filed under:
ABAP Programs
Ever had a need to create a temporary program during the run time. Here is a simple program which will allow you to learn that.
REPORT ZSOURCE2501.
* Internal table for source code, field for name of temporary program
DATA: SOURCE_TABLE(72) OCCURS 10 WITH HEADER LINE,
PROGRAM_NAME LIKE SY-CPROG.
* Building the source code
APPEND 'report test.' TO SOURCE_TABLE.
APPEND 'form display.' TO SOURCE_TABLE.
APPEND 'write ''I am a temporary program''.' TO SOURCE_TABLE.
APPEND 'endform.' TO SOURCE_TABLE.
* Generating the temporary program
GENERATE SUBROUTINE POOL SOURCE_TABLE NAME PROGRAM_NAME.
Continue Reading …

Written by jimstex on Sep 9th, 2009 | Filed under:
Basis,
Installation
Here is a collection of different SAP Installations manuals on SAP 4.7 to SAP ECC6 Upgrade, APO Installation, Installation of BW on solaris, mySAP upgrade, PI 7.0 Installation, SAP R3 Upgrade, and the general upgrade to ECC6 and finally XI Installation (ABAP & Java).
Download the installation manuals.
Like my post, leave a comment.