cancel
Showing results for 
Search instead for 
Did you mean: 

component interface

Former Member
0 Kudos

Hi gurus,

I have two WDP FOR ABAP Components called A and B. How can I access a view of component A from Component B?

Quick response is highly appreciated.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi David,

I think you can use the COMPONENT USAGE concept to get the required done.

Regards

Raja Sekhar

Former Member
0 Kudos

Hi Raja,

Thanks for your reply. I tried doing this with Component Usage, but when I run component B, it triggered the first view of Component A. I want to know how can I trigger a pariticular view(not first view) say view4, from Component B. Please help me out.

Thanks.

Former Member
0 Kudos

Did you try using PREPARE_DYNAMIC_NAVIGATION or DO_DYNAMIC_NAVIGATION? There you can specify exactly which view(window) you want to navigate to.

Try searching the forum with the above key words. In particular, you may see this thread:

https://forums.sdn.sap.com/click.jspa?searchID=8056295&messageID=3650118

Hope it helps...

Former Member
0 Kudos

hi david......

in component b..... give component a as a component usage.

now create a view container uielement......

embed any view of component a into that ui element...

you can make the uielement invisible at the starting and then make it viible after a click.

---regards,

alex b justin