cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Friends,

I have 2 WDA components. How to call one WDA component from another WDA component.

Another question is - How to call component controller from other components within the same WDA.

Points will be rewarded for helpful answers.

Thanks.

0 Likes
View Entire Topic
Former Member
0 Likes

Hello,

Take a look at this: [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2e71ce83-0b01-0010-11a4-98c28a33195f].

Regards.

Former Member
0 Likes

Friends,

Thank you for your replies.

I understand how to reuse components like SALV_WD_TABLE and others within a WDA application.

My question is this: I have 2 different WDA applications. My query is to how to call one WDA component from another WDA component.

Points will be rewarded for helpful answers.

Thanks.

thomas_jung
Developer Advocate
Developer Advocate
0 Likes

>

> Friends,

>

> Thank you for your replies.

>

> I understand how to reuse components like SALV_WD_TABLE and others within a WDA application.

>

> My question is this: I have 2 different WDA applications. My query is to how to call one WDA component from another WDA component.

>

> Points will be rewarded for helpful answers.

>

> Thanks.

What's the difference. you would call a component from another WDA application in the exact same way that you would reuse a component like SALV_WD_TABLE. Component usage works for any component.

Are you perhaps looking for how to navigate from one component to another.