cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynPro interaction with SAP iView...

david_fryda2
Participant
0 Kudos

Hi everyone,

I would like to know how to make a WebDynPro passes parameters to a SAP iView created in the Portal.

1) Is it possible ?

2) Can we also create a URLGenerator (like in the Portal Components : DynPage,...) in a WebDynPro ?

3) Is it better to create a Portal Component containing the URLGenerator and make the WebDynPro communication with it ? If yes where can I get information ?

Thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can use APIs WDPortalEventing, or WDPortalNavigation WDPortalEventing.subscribe.In iview you can use EPCF.raiseEvent.

david_fryda2
Participant
0 Kudos

Hi Kevin,

Thanks for the fasts replies.

What does it mean "In iview you can use EPCF.raiseEvent.

" ? What is that ?

I remember doing eventing between DynPages using EPCF.

Can I do the same thing between WebDynPro and DynPage ?

Thanks

Former Member
0 Kudos

of course you can do the same thing between WebDynPro and DynPage

EPCF you can write it in the javascript in your dynpage

you can use WDPortalEventing.subscribeEvent in Webdynpro

and using EPCF.raiseEvent in IView

also you can use EPCF.subscribe an event in IView

WDPortalEventing.fire to trigge the event in IView.

david_fryda2
Participant
0 Kudos

Thanks Kevin!

Answers (1)

Answers (1)

Former Member
0 Kudos