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

How to include one view into another view

Former Member
0 Likes
574

Hi SDN's,

Could any please tell me,How to include one view into another view.

In my requirment.I want to create a 'Z' view for an interface .In that view i have to take,

1) Ship-to-email adrr by

LIKP-KUNNR -> KNA1-ADRNR

KNA1-ADRNR -> ADR6-ADDRESNUMBER.

2) E-mail addr of person who created the document.i.e

LIKP-ERNAM -> USR21-BNAME.

USR21-ADDRESNUMBER -> ADR6-ADDRESNUMBER

USR21-PERSNUMBER -> ADR6-PERSNUMBER.

In both the case we have to pass ADDRESSNUMBER to ADR6 table.

If we pass these condition it fails,B'Coz at a time it passes Two ADDRESSNUMBER and a PERSNUMBER.

So i created two which fetches only the email addr of person who created the document.and another view fetches Ship-to-email addr.

Now i want to include the second view into first view . Is it possible?or please

tell me someother way to get these email addresses in a single view.

Hi SDN's,

Could any please tell me,How to include one view into another view.

In my requirment.I want to create a 'Z' view for an interface .In that view i have to take,

1) Ship-to-email adrr by

LIKP-KUNNR -> KNA1-ADRNR

KNA1-ADRNR -> ADR6-ADDRESNUMBER.

2) E-mail addr of person who created the document.i.e

LIKP-ERNAM -> USR21-BNAME.

USR21-ADDRESNUMBER -> ADR6-ADDRESNUMBER

USR21-PERSNUMBER -> ADR6-PERSNUMBER.

In both the case we have to pass ADDRESSNUMBER to ADR6 table.

If we pass these condition it fails,B'Coz at a time it passes Two ADDRESSNUMBER and a PERSNUMBER.

So i created two which fetches only the email addr of person who created the document.and another view fetches Ship-to-email addr.

Now i want to include the second view into first view . Is it possible?or please

tell me someother way to get these email addresses in a single view.

2 REPLIES 2
Read only

Former Member
0 Likes
536

try view cluster ..

Read only

Former Member
0 Likes
536

hi

as per my knowledge, nested views are not possible. However, while creating a new view, selection method will not giv u option to select the already created view(S) except the tables..i think so.

regards,

shamim