Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

differnce between r/3 and b/w report

Former Member
0 Likes
609

how the b/w report varying report varying from r/3 report.

regards

vijay

1 ACCEPTED SOLUTION
Read only

former_member196280
Active Contributor
0 Likes
580

in R/3 reports you can extract data from R/3 tables where as in B/w report data is extracted from Info Cubes, info objects etc.

Note: R/3 data, legacy data etc can be loaded to Infocubes.

I hope this info is helpful.

Regards,

SaiRam

how the b/w report varying report varying from r/3 report.

regards

vijay

3 REPLIES 3
Read only

former_member196280
Active Contributor
0 Likes
581

in R/3 reports you can extract data from R/3 tables where as in B/w report data is extracted from Info Cubes, info objects etc.

Note: R/3 data, legacy data etc can be loaded to Infocubes.

I hope this info is helpful.

Regards,

SaiRam

Read only

Former Member
0 Likes
580

Hi

check if this is helpful

1.R/3 is an OnLine Transaction Processing System while BW is an OnLine Analytical Processing system.The former refers to an operational environment while the latter refers to a decision support environment.

2.R/3 reports represent a detailed transaction data.

EG: Daily bank balance for a year .

BW reports can be used to represent summarized form of data.EG:Weekly balance for 7 years.

Thus R/3 requires current data with minimal history whereas BW on the otherhand requires significant history

3.R/3 reporting changes with business events while in BW, it is fixed at a specific point of time.

4.In R/3,there is minimal integration with data from other modules/applications while in BW,there is significant interaction with data from other modules/applications.

5.Data in R/3 is highly normalized for performance, while in BW it can be denormalized or restructured for queries.

6.Update/insert/delete options are possible in R/3,while BW is read only

7) The structure of the OLTP database is optimized for transaction processing - not report generation which gives you the analysis of huge data - which leads to more "joins" and "table scans" .

😎 Processing transactions and generating analysis reports on the same database can lead to contention problems (e.g., "deadlocks" and "timeouts")

9) Generating the I/O-intensive reports on the OLTP system puts a significant load on the OLTP database ... thereby slowing the system's ability to process transactions in a timely manner.

10) Better front-end reporting within BW. Although the BW excel front-end has it's problems, it provides more flexibility and analysis capability than the R/3 reporting screens.

11) BW has ability to pull data from other SAP or non-SAP sources into a consolidated cube.

Regards

Dinesh

Read only

Former Member
0 Likes
580

Hi Vijay

As Iam working in BW,let me clarify your doubt,

R/3 is a real time 3 tier architecture where you fetch data from the database tables,and start writing codes according to your requirements.

But In BW,you fetch data from the Source System,and place it in the staging engine(PSA-Persistent Storage Area)where you do some modifications without affecting the Source system and then using transfer rules,you transform it into communication structure and then using update rules the data in communication structure you load it into data target.

REWARD PLEASE.......!!!