cancel
Showing results for 
Search instead for 
Did you mean: 

regarding data source

Former Member
0 Kudos

HI Experts,

Can u tell me how to Create a datasource using the table view and how to create table view.

Accepted Solutions (1)

Accepted Solutions (1)

ravikanth_indurthi
Active Contributor
0 Kudos

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

follow the steps for creating a View and u can get the steps in sap.help

1) Go to SE11. Choose 'views' option and click create.

2)Choose DB View

3)Save it in a Development class

3)In the Table column, enter the Table name on which you want to create view.

4)In the 'View Fileds' tab, enter the Table name and field nams in the respective columns and then save the view.

5)Check it and then generate the View.

Here's how to create a datasource from View:

1) Go to transaction RSO2 and create a datasource.

2) Specify the Application component, description and table/view

3) Test your datasource in RSA3.

Former Member
0 Kudos

hi,

goto se11 in source system,

choose database view give name-> create.

choose the tables and the join condition of primay keys ->activate the table ->also specify the fields to used.

goto RSO2 -> choose the type of data source and give the name -> create -> give the application component name -> view name -> and specify the delta method and save the data source.

replicate the datasource in BW side ->assign infosource and other stuffs and start ur loads.

Ramesh