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

Infocubes and infoobjects...

Former Member
0 Likes
610

Hi,

Currently I am working on SAP AFS module.

I came across various terminologies in AFS module like infocubes and infobjects.

1) Are infocubes same as tables in DDIC ?

2) Do I use the regular select queries to extract data from infobjects, the same way I do on tables ?

3) What transaction do I need to see details of data in infocubes/ infoobjects ?

Any insights will be grealy appreciated...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
550

Hi,

1. No infocubes are nt same as DDIC tables but one infocube is a combination of DDIC tables in a star schema. You cannot write a select on one/multiple table to get the data from a cube.

2. Info-objects are also known as characteristics and the master data behind them is stored in single table try tcode RSD3.

3. RSA1/RSD3

The above objects are not related to AFS these are BW objects

hope this was helpful

4 REPLIES 4
Read only

Former Member
0 Likes
550

Tushar,

The terms you are referring to come in the BW context. So, you can look at the help on BW and get the definition of these terms.

http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm

Regards,

Ravi

Read only

Former Member
0 Likes
551

Hi,

1. No infocubes are nt same as DDIC tables but one infocube is a combination of DDIC tables in a star schema. You cannot write a select on one/multiple table to get the data from a cube.

2. Info-objects are also known as characteristics and the master data behind them is stored in single table try tcode RSD3.

3. RSA1/RSD3

The above objects are not related to AFS these are BW objects

hope this was helpful

Read only

Former Member
0 Likes
550

Hi,

1. No infocubes are nt same as DDIC tables but one infocube is a combination of DDIC tables in a star schema. You cannot write a select on one/multiple table to get the data from a cube.

2. Info-objects are also known as characteristics and the master data behind them is stored in single table try tcode RSD3.

3. RSA1/RSD3

The above objects are not related to AFS these are BW objects

hope this was helpful

Read only

0 Likes
550

Thanks Anand,

So what is the difference between views and infocubes. Views are also collection of tables ?

And what do u mean when you say "star schmea" ?

-Tushar