cancel
Showing results for 
Search instead for 
Did you mean: 

how to pass data between iviews in sap enterprise portal

Former Member
0 Kudos

hi experts ,

i have a requirment in which i need to create a portal which contain f iviews in a page ..

now these iviews has different component from abap web dynpro system..

in first component i need to create a tree in which when i click on a node that node should be passsed in second compnent which is embded in second iview

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi swathi

Here you need to use Interface controllers for communicating with two different components.

Regards,

Rajesh

Former Member
0 Kudos

hi rajesh ,

thanks for replying..

please could you send me a link for that?

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can pass values between two iviews using EPCM.

Your source iview should raise an EPCM event and target iview shoud subscribe that EPCM event and react to the event according to business requirement.

For more details about EPCM search in sdn using EPCM and portal eventing keywords.

Regards

Shanmukha Rao

Former Member
0 Kudos

You might also want to look at portal eventing. Please try searching on the top right area for portal eventing.

Former Member
0 Kudos

Hi michael,

thanks for connecting wid me..

please you tell me some related links for portal eventing

Former Member
0 Kudos

Did you try a search?

Former Member
0 Kudos

ya i did it but not getting any helpful link.

Former Member
0 Kudos

I suggest you get used to trying to help yourself instead of just asking questions without doing any useful research.

When I search "portal eventing web dynpro abap" I get quite a few links including this one: https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/media/uuid/231e4de7-0b01-0010-54ab-88382b3c55...

Former Member
0 Kudos

hi michael ,

to pass data from one iview to another iview ,i used fier and subcribe event..

but these Fm require some parameters like,

portal_event_name_space,

protal_event _name,

sud we need to define these things in poratl,

if yes ,then how to do that?

Former Member
0 Kudos

Hey Swati,

Check out the below link to find out how to trigger an event in portal using abap web dynpro in which you can pass your required parameters.

Link: [http://help.sap.com/saphelp_nw04s/helpdata/en/da/f96f4132f15c58e10000000a1550b0/content.htm]

Hope it helps.

Regards,

Gourav.