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

views

Former Member
0 Likes
576

Hi all

I'm now working on views..can anyone pls send me some document regarding views.....!!! my requirment is i need to create a view from 5 tables based on a program in which data is been extracted using select statements.... i don't know based on what i've to create a view.. can anyone help me with this???

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
542

Hi,

If you have the requirement to create a view from 5 database tables then you need to create database view. Please follow the steps in the link.

http://saptechnical.com/Tutorials/ABAP/View/Database.htm

The link shows the database view with 2 tables. You can create your own with 5 tables.

Regards

Purnand

5 REPLIES 5
Read only

Former Member
0 Likes
543

Hi,

If you have the requirement to create a view from 5 database tables then you need to create database view. Please follow the steps in the link.

http://saptechnical.com/Tutorials/ABAP/View/Database.htm

The link shows the database view with 2 tables. You can create your own with 5 tables.

Regards

Purnand

Read only

Former Member
Read only

Former Member
0 Likes
542

for creating view there must have to create relationship between table using JOINS.

for joins please go through below link:-

http://help.sap.com/saphelp_erp60_sp/helpdata/en/cf/21ec77446011d189700000e8322d00/content.htm

Read only

Former Member
0 Likes
542

Hi Enoch,

                     Kindly view the below link you will get and idea .

http://saptechnical.com/Tutorials/ABAP/View/Database.htm

Regards,

Anand raj.S

Read only

Former Member
0 Likes
542

Hi Enoch,

If you want to view the data from multiple database tables simultaneously  then you should create a database view in data dictionary then you can able to do it.

Thanks.

Pavan.