difference between table, view, info set

2
4 Replies Latest reply : Jan 20, 2008 11:08 PM by Rahul Palem Share 1507 View s Average User Rating (0 ratings) Difference between table, view, info set and function module This question is Assumed Answered. Hi All.. What the difference between Generic data source table, view, info set and function module Thanks Sreenivas sreenivas dasari Jan 20, 2008 9:32 AM Re: Difference between table, view, info set and function module Hi, Check the following posts: view table vs standard table Diff B/w ifoset query and function module Regards, Jai Like (0) jaisingh yadav Jan 20, 2008 9:53 AM (in response to sreenivas dasari) Re: Difference between table, view, info set and function module Hi, We can genarate a generic datasource on a DBtable, and the collection of different tables which supplies different fields-which is a image of table we call it as VIEW, and from a infoset query and a programming module(Function module). Hoep this info helps you. Assign points if it is worth. Thanks,Ramoji. RAMOJI SABNEKAR Jan 20, 2008 9:55 AM (in response to sreenivas dasari)

Upload: ramachandra-darbhala

Post on 20-Oct-2015

127 views

Category:

Documents


0 download

DESCRIPTION

sap bi

TRANSCRIPT

Page 1: Difference Between Table, View, Info Set

Getting Started Newsletters Store

Products Services & Support About SCN Downloads

Industries Training & Education Partnership Developer Center

Lines of Business University Alliances Events & Webinars Innovation

Login RegisterWelcome, Guest Search the Community

Activity Communications Actions

Brow se

0

4 Replies Latest reply: Jan 20, 2008 11:08 PM by Rahul Palem

Share

1507 View s

Average User Rating

(0 ratings)

Difference between table, view, info set andfunction moduleThis question is Assumed Answered.

Hi All..

What the difference between Generic data source table, view, info set and function module

Thanks

Sreenivas

sreenivas dasari Jan 20, 2008 9:32 AM

Re: Difference between table, view, info set and function module

Hi,

Check the following posts:

view table vs standard table

Diff B/w ifoset query and function module

Regards,

Jai

Like (0)

jaisingh yadav Jan 20, 2008 9:53 AM (in response to sreenivas dasari)

Re: Difference between table, view, info set and function module

Hi,

We can genarate a generic datasource on a DBtable, and the collection of different tables which

supplies different fields-which is a image of table we call it as VIEW, and from a infoset query and a

programming module(Function module).

Hoep this info helps you.

Assign points if it is worth.

Thanks,Ramoji.

RAMOJI SABNEKAR Jan 20, 2008 9:55 AM (in response to sreenivas dasari)

Page 2: Difference Between Table, View, Info Set

Follow SCNSite Index Contact Us SAP Help Portal

Privacy Terms of Use Legal Disclosure Copyright

0Share

Like (0)

Re: Difference between table, view, info set and function module

Hi

Generic DataSource : The datasource u create manually using rso2 using the tables, view or function

module as per ur requirement.

view is a window sort of used to provide join between two or more tables for example if i want field x

of table M should be equal to field y of table N then i will create a view in other words u can say that a

view is a join between two tables.

infoset: is a multiprovider which provides us join condition on cube ods and master data.We can

create query on infoset and thus the output of of the query will be result of the join conditions provided

in the infoset.

function module : is other method to create the Generic datasource with.

here u can provide importing exporting parameters as well as you can write the code as per your

requirement for a particular field.

thanks

puneet

Like (0)

Puneet Chawla Jan 20, 2008 5:02 PM (in response to sreenivas dasari)

Re: Difference between table, view, info set and function module

Hi Sreenivas,

Table: When you want to extract multiple fields from one tabel to BW, we use a

Table.

View: if you want to extract data from multiple tables, we use View. In this case atleast one field

should be common in both the tables.

Infoset: Using an infoset, we can extract data from multiple tables very much like a view but there is

no need to have a common filed in both the tabels. generally in real time the functional consultant will

provide the Infoset, you need not create it.

Function Module: In case of Table, View and infoset, extract structure is automatically formed but in

case of function module, extract structure and function module needs to be created. You can write the

code here as per the requirement.

Pkease assign points if it is helpful.

Regards,

Rahul

Like (0)

Rahul Palem Jan 20, 2008 11:08 PM (in response to sreenivas dasari)