cancel
Showing results for 
Search instead for 
Did you mean: 

Navigation from WD to VC iviews

Former Member
0 Kudos

Hi All,

We are trying to achieve navigation from WD iviews to VC iviews. We have few VC iViews and want to develop two additional views in WD ABAP (due to certain constraints). Hence, we want to be able to navigate from WD to VC and VC to WD.

In the existing application, we are using navigation (use of layers) in VC to navigate between the existing VC iViews.

We've added a WD view in the existing VC application (by embedding it inside HTML views). We're able to navigate to the WD view.

However, when we try to use events (raised in the WD view) to navigate back/forth to the next layer which may be a WD(again nested in an HTML view) or navigate to another VC nested iView, we were unable to do this.

We did capture the correct event namespace and event name in VC for its input signal (based on the WD event raised), but were unsuccessful.

Has anyone tried this or has a better approach on how we can achieve eventing from WD ABAP to VC view (keeping in mind the navigation using layering we're trying to achieve)? Thanks!!

cheers

Prachi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Prachi,

As per my knowledge you can go for CAF Guided Procedure to integrate VC and Wd ABAP iviews. GP helps to communicate between different applications created in different environment. But I have not tried it.

Regards,

Nutan

Former Member
0 Kudos

yes that's true, but CAF is not an option for us at this point. Thanks for your input though.

Former Member
0 Kudos

Hi Prachi,

Just check this link.

This is also similar to this thread:

VC & WD ABAP Integration

Here, one options has been given may be that can solve your problem.

Thanks and Regards,

Nutan

Former Member
0 Kudos

thanks, we found a workaround by introducing a form view and adding buttons to it. We now use these buttons to trigger the navigation events from one layer to another.

~Prachi

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Check these

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4545] [original link is broken] [original link is broken] [original link is broken];

[http://santy.wikidot.com/wd-vc-portal-eventing]

Govindu