cancel
Showing results for 
Search instead for 
Did you mean: 

Portal dynamic iView from Web Dynpro ABAP?

Former Member
0 Kudos

I wish to use a "Dynamic iView" from a Web Dynpro ABAP application, but it appears the API is only available in Web Dynpro Java. Can this feature be used from Web Dynpro ABAP, or can this be accomplished in another way?

Scenario: I have two iViews on a page, one Web Dynpro ABAP and another iView whose source I want to change dynamically based on something a user clicks in the Web Dynpro ABAP.

Dynamic iView:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/a72c155df77038e10000000a422035/frameset.htm

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

at the most what you can do is to fire a portal event from WDA. Further that event has to be captured in the exiting java iView and call the API you described.

Former Member
0 Kudos

So you are suggesting the WDA fires an event to a new WDJ that we would need to create that would in turn use the Dynamic iView service mentioned in that help document?

Former Member
0 Kudos

yes,that is a possibility i thought.

Answers (0)