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

Create view

Former Member
0 Likes
409

Hello!

It is possible create a view that it will be the union of three tables?

For instance we have:

Ztable1: mandt,bukrs,hkont

Ztable2: mandt, hkont

Skb1: mandt, bukrsu2026

And we want display all fields of ztable2 (interaction with skb1) and all fields of ztable1 that have the same bukrs that skb1.

For instance if we have:

Ztable1: 100;002;4760000;

100;008;5760000;

Ztable2: 100;55400000;

Skb1: 100;55400000;002;

100; 5760000;008;

100; 4720000;002; ...

The result of the view would be: (if we select bukrs = "002")

100;002;4760000;

100;002;55400000

It is possible?

Thanks a lot

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
384

Hi u use maintance view....In maintance view u can view more then three table and u can edit also

Regards:

Prabu

2 REPLIES 2
Read only

Former Member
0 Likes
385

Hi u use maintance view....In maintance view u can view more then three table and u can edit also

Regards:

Prabu

Read only

Former Member
0 Likes
384

hi,

Try to create a database view, U can create it for those three tables with the conditions.. U ll get ur desired results

Success..