cancel
Showing results for 
Search instead for 
Did you mean: 

How to know from where my iView was triggered ?

david_fryda2
Participant
0 Kudos

Hi,

I created a WebDynpro iView.

Each user that enters in the Portal can create a folder (or few folders) in cFolder.For each folder created,

my WebDynpro iView will automatically be attached to that folder.

My question is : How can I know in my WebDynpro iView, from which folder was the iView was called ?

Is this possible ?

Thanks in advance.

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Portal eventing may work.

In application (a) C folder, use the portal manger tool

from the wd runtime API to call the method FIRE on the portal manager class, parameters can be passed to the event.

Then in the other wd app, use the portal manger to subscribe to events.

You pass to the portal event manager handler method.

Then when the event happens your app (b) is called.

just how ideal this publish and subscribe approach is to your problem is the question.

regards

Phil

david_fryda2
Participant
0 Kudos

Hi Phil,

How ca I use the portal manager tool in the C folder ?

This is a business package already provided by SAP ?

Thanks.

Regards,